Page MenuHomePhabricator

Rows without rev_flags set, mostly on test and test2
Closed, DuplicatePublic

Description

This could cause problems decoding the content from External Store:

mysql:research@x1-analytics-slave [flowdb]> SELECT COUNT(*), rev_user_wiki FROM flow_revision WHERE rev_flags = 'external' GROUP BY rev_user_wiki;
+----------+---------------+
| COUNT(*) | rev_user_wiki |
+----------+---------------+
|        1 | cawiki        |
|       21 | enwiki        |
|       13 | frwiki        |
|        1 | hewiki        |
|        2 | mediawikiwiki |
|        6 | metawiki      |
|    42385 | test2wiki     |
|       84 | testwiki      |
+----------+---------------+
8 rows in set (0.18 sec)

Event Timeline

Mattflaschen-WMF raised the priority of this task from to Medium.
Mattflaschen-WMF updated the task description. (Show Details)
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

It turns out the small ones (other than test2wiki) were just unfixable ones from the original script. So I dup-ed it to a task I created for fixing test2wiki.