[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Sean Pringle  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #11 from Andre Klapper  ---
Sean: Anything left to do / investigate here or can this be closed as FIXED?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #10 from Andre Klapper  ---
Sean: Anything left to do / investigate here or can this be closed as FIXED?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Sean Pringle  changed:

   What|Removed |Added

 CC||sprin...@wikimedia.org

--- Comment #9 from Sean Pringle  ---
db1056 has been depooled for a sync check, and the remaining slaves will get
the same treatment in rotation jic.

db1056 was demoted from master a couple weeks ago, backed up and then
eventually rebuilt from another unpooled s1 slave, db1050. It's possible the
original problem lies on that box.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Sean Pringle  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |sprin...@wikimedia.org
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #8 from Gerrit Notification Bot  ---
Change 113322 merged by jenkins-bot:
depol db1056 for pt-table-sync checks bug 61319

https://gerrit.wikimedia.org/r/113322

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #7 from Gerrit Notification Bot  ---
Change 113322 had a related patch set uploaded by Springle:
depol db1056 for pt-table-sync checks bug 61319

https://gerrit.wikimedia.org/r/113322

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #6 from Brad Jorsch  ---
More data:

 anomie@terbium:/usr/local/apache/common-local$ for db in 'db1055' 'db1043'
'db1037' 'db1049' 'db1051' 'db1056'; do echo $db; echo -e 'select page_latest
from page where page_id=2535910;' | mwscript sql.php --wiki=enwiki --slave=$db;
done
 db1055
 stdClass Object
 (
 [page_latest] => 595381347
 )
 db1043
 stdClass Object
 (
 [page_latest] => 595381347
 )
 db1037
 stdClass Object
 (
 [page_latest] => 595381347
 )
 db1049
 stdClass Object
 (
 [page_latest] => 595381347
 )
 db1051
 stdClass Object
 (
 [page_latest] => 595381347
 )
 db1056
 stdClass Object
 (
 [page_latest] => 594888322
 )

So db1056 seems out of sync somehow.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page ("lastrevid" != "revid")

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Andre Klapper  changed:

   What|Removed |Added

Summary|Sudden reversion to old |Sudden reversion to old
   |version of page |version of page
   ||("lastrevid" != "revid")
   Severity|normal  |major

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #5 from Brad Jorsch  ---
Oops, pasted the wrong copy.

 {
 "query-continue": {
 "revisions": {
 "rvcontinue": 595381322
 }
 },
 "servedby": "mw1205",
 "query": {
 "pages": {
 "2535910": {
 "pageid": 2535910,
 "ns": 4,
 "title": "Wikipedia:Reference desk/Science",
 "contentmodel": "wikitext",
 "pagelanguage": "en",
 "touched": "2014-02-14T00:41:03Z",
 "lastrevid": 594888322,
 "counter": "",
 "length": 80791,
 "revisions": [
 {
 "revid": 595381347,
 "parentid": 595381322,
 "minor": "",
 "user": "SineBot",
 "timestamp": "2014-02-14T00:41:03Z",
 "comment": "Signing comment by
[[Special:Contributions/68.41.73.11|68.41.73.11]] - \"/* Freezing point? */ new
section\""
 }
 ]
 }
 }
 }
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Brad Jorsch  changed:

   What|Removed |Added

 CC||bjor...@wikimedia.org

--- Comment #4 from Brad Jorsch  ---
This is not good.

API query:
https://en.wikipedia.org/w/api.php?action=query&prop=info|revisions&rvlimit=1&format=jsonfm&pageids=2535910&servedby=1

 {
 "query-continue": {
 "revisions": {
 "rvcontinue": 595381322
 }
 },
 "servedby": "mw1192",
 "query": {
 "pages": {
 "2535910": {
 "pageid": 2535910,
 "ns": 4,
 "title": "Wikipedia:Reference desk/Science",
 "contentmodel": "wikitext",
 "pagelanguage": "en",
 "touched": "2014-02-14T00:41:03Z",
 "lastrevid": 595381347,
 "counter": "",
 "length": 112194,
 "revisions": [
 {
 "revid": 595381347,
 "parentid": 595381322,
 "minor": "",
 "user": "SineBot",
 "timestamp": "2014-02-14T00:41:03Z",
 "comment": "Signing comment by
[[Special:Contributions/68.41.73.11|68.41.73.11]] - \"/* Freezing point? */ new
section\""
 }
 ]
 }
 }
 }
 }

The "lastrevid" field and the "revid" field in revisions should be the same. I
suspect that some of the slave DBs are somehow screwed up and haven't gotten
the page_latest field updared

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Jesús Martínez Novo (Ciencia Al Poder)  changed:

   What|Removed |Added

  Component|General/Unknown |General/Unknown
Version|1.23-git|wmf-deployment
Product|MediaWiki   |Wikimedia

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #3 from Jesús Martínez Novo (Ciencia Al Poder) 
 ---
An hour ago there was a problem with esams cluster, similar to what happened on
bug 54647 and then tracked on bug 56545, so the problem seems to be the same:
cluster fails and we're getting cached pages, which is better than having no
pages at all

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

--- Comment #2 from Maggie Dennis  ---
Oh, yes. People have tried purging repeatedly. The old version is delivered and
displayed erratically - sometimes I am seeing the current version and other
times the old. If you look at the history, you can see that it is still
happening -
https://en.wikipedia.org/w/index.php?title=Wikipedia:Administrators%27_noticeboard/Incidents&action=history

There is also discussion at Village Pump/Technical, although i don't know if it
will help:
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Discussions_disappearing_and_reappearing

Coren speculated earlier that it might be related to "new section", and when
you look at the history of ANI there does seem to be something to that. 

However, when it happened to me just a few minutes ago
(https://en.wikipedia.org/w/index.php?title=Wikipedia%3AAdministrators%27_noticeboard%2FIncidents&diff=595354506&oldid=595351438)
I had intended to edit the last section only. I can't be sure I did, because I
wiped out the pre-built edit summary. But I was aware that the problem might be
related to this and intended to avoid it, anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 61319] Sudden reversion to old version of page

2014-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61319

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aschulz4...@gmail.com
Version|unspecified |1.23-git

--- Comment #1 from Andre Klapper  ---
(In reply to Maggie Dennis from comment #0)
> On Chrome Windows 7, I noted twice today that ANI on English Wikipdia was
> not displaying current threads, but was displaying threads three days old.
> Refreshing did not make a difference, although occasionally it would display
> the current page.

Did somebody try purging ([[WP:Purge]])?

Is this really a "reversion" in the sense of reverting changes, or maybe just
an old version being delivered and displayed for some people (caching issues)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l