https://bugzilla.wikimedia.org/show_bug.cgi?id=52853

Ariel T. Glenn <ar...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ar...@wikimedia.org

--- Comment #10 from Ariel T. Glenn <ar...@wikimedia.org> ---
select * from revision where rev_page = 8838 order by rev_id desc limit 140;

on db1002, the last five revision ids are, in order: 
38674247  38674177  38674166  38674128  38674117

on db1009, the last five revision ids are:
38674247  38674166  38674128  38674117  38674097

and that is because:
mysql:wikiadmin@db1009 [nlwiki]> select * from revision where rev_id =
38674177;
Empty set (0.01 sec)

whereas on all other slaves (that show up in the noc dbtree listing) the record
is present.

Not sure how to investigate the cause of the corruption though.

-- 
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

Reply via email to