Possibly a duplicate of T133469: Discrepancy between labsdb replicas of arwiki_p.user_groups.
MariaDB [enwiki_p]> select ug_group from user_groups join user on user_id = ug_user and user_name = 'Train2104'; +----------------+ | ug_group | +----------------+ | filemover | | patroller | | reviewer | | rollbacker | | templateeditor | +----------------+ 5 rows in set (0.00 sec)
Is missing "extendedconfirmed". Compare with https://en.wikipedia.org/wiki/Special:ListUsers/Train2104, which reads, in part:
Train2104 (talk | contribs) (extended confirmed user, file mover, new page reviewer, pending changes reviewer, rollbacker, template editor)
The analytics slaves are apparently better:
[12:27] <MatmaRex> mysql:research@analytics-store.eqiad.wmnet [enwiki]> select ug_group from user_groups join user on user_id = ug_user an [12:27] <MatmaRex> d user_name = 'Train2104'; [12:27] <MatmaRex> +-------------------+ [12:27] <MatmaRex> | ug_group | [12:27] <MatmaRex> +-------------------+ [12:27] <MatmaRex> | extendedconfirmed | [12:27] <MatmaRex> | filemover | [12:27] <MatmaRex> | patroller | [12:27] <MatmaRex> | reviewer | [12:27] <MatmaRex> | rollbacker | [12:27] <MatmaRex> | templateeditor | [12:27] <MatmaRex> +-------------------+ [12:27] <MatmaRex> 6 rows in set (0.02 sec)
Reported here: https://en.wikipedia.org/w/index.php?title=User_talk:BernsteinBot&oldid=768156072#Train2104_not_shown_as_extended_confirmed.
I'll now patiently wait for @jcrespo to come along and tell me how row-based replication will one day make this better. When is that day, exactly?
@bd808: Since you're continuously curious about Labs frustrations, the replicas are definitely top-five.