Closed
Bug 699898
Opened 14 years ago
Closed 13 years ago
developer-stage9: debug MindTouch data inconsistency
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Assigned: nmaul)
Details
Force-refresh this url a few times:
https://developer-stage9.mozilla.org/@api/deki/users/=testaccount
It changes back and forth from language 'en' to language 'nl'
Should return the same value consistently.
| Assignee | ||
Comment 1•14 years ago
|
||
Is this still happening?
I'm unable to replicate this over several dozen hard refreshes... it's always "en" for me, when hitting sm-devmostage01 and sm-devmostage02.
Here's some curl loopage on this:
[jakemaul@JakeBook files]$ while true; do curl -v "https://developer-stage9.mozilla.org/@api/deki/users/=testaccount" 2>&1 | grep -Eo '(<language>..</language>|sm-devmostage..)' | tr '\n' ' ' | sed 's/$//'; sleep 1; done
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
sm-devmostage02 <language>en</language>
sm-devmostage01 <language>en</language>
Severity: major → normal
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Comment 2•14 years ago
|
||
Raymond, have you changed the 'testaccount' user back to English since Friday?
Comment 3•14 years ago
|
||
(In reply to Luke Crouch [:groovecoder] from comment #2)
> Raymond, have you changed the 'testaccount' user back to English since
> Friday?
No I haven't
Comment 4•14 years ago
|
||
I might be barking up the wrong tree, but if you change a dekiwiki setting that affects the dekiwiki daemon, you have to restart the daemon on all servers. If you don't, the server that processed the setting change will have setting set A and all the rest will have setting set B.
Please reopen if this isn't the problem.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 5•14 years ago
|
||
This isn't the dekiwiki system setting, it's a user preference.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
| Reporter | ||
Comment 7•14 years ago
|
||
This is still an issue. Attached is a screenshot where I logged in and out a couple of times and MindTouch gave conflicting messages about whether or not I was logged in. It seems like it's using a different database on some requests? Or else this is a MindTouch bug.
| Reporter | ||
Comment 8•14 years ago
|
||
Oops, here's the screenshot:
http://screencast.com/t/dtxSRs3xXT
Comment 9•13 years ago
|
||
Is this still happening in the new environment? If not can we close this out?
| Reporter | ||
Comment 10•13 years ago
|
||
Haven't noticed lately so let's close.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•