Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | wmf/1.33.0-wmf.4 | +1 -1 | Convert $archivedRevisionCount to integer. |
Related Objects
- Mentioned In
- T210044: Data corruption when loading RDF data into WDQS
T210495: Number of Senses is decreasing on ListeriaBot's report
T210013: EventBus extension started emitting rev_count as a string
T210459: Explore adding validation alarms to eventbus using logstash - Mentioned Here
- T210013: EventBus extension started emitting rev_count as a string
T210044: Data corruption when loading RDF data into WDQS
Event Timeline
Will be done in the EU SWAT window on 2018-11-27. Lowering the priority as it is a known issue and does not cause severe breakage.
It does cause pretty severe breakage - all delete updates are missing from WDQS and people are complaining (in fact, have been complaining for a while now, I just now figured out that it's because we don't have any delete events at all!)
To make the problem worse, looks like breakage started more than 30 days ago - which means we don't have a record of the old deleted entries in recentchanges, so we don't know which items to update :(
Not to be worried. We have all the failed events stored since 2018-04-18. If needed, I will fetch all the missing page deletes tomorrow.
Oo, I just did the same, or, at least I copied the relevant files. They are on stat1004:/home/otto/eventbus-validation-logs0. Stas said he might have another way so I stopped there.
I think I've extracted all I need from the DB tables for now, but I'll double-check and if anything is still missing I check the extracted data, thanks!
Change 475893 had a related patch set uploaded (by Mobrovac; owner: Ppchelko):
[mediawiki/core@wmf/1.33.0-wmf.4] Convert $archivedRevisionCount to integer.
Change 475893 merged by Mobrovac:
[mediawiki/core@wmf/1.33.0-wmf.4] Convert $archivedRevisionCount to integer.
Mentioned in SAL (#wikimedia-operations) [2018-11-27T12:39:46Z] <mobrovac@deploy1001> Synchronized php-1.33.0-wmf.4/includes/page/WikiPage.php: Convert $archivedRevisionCount to integer - T210013 T210451 (duration: 00m 47s)
The fix has been deployed, delete events should start flowing again, so resolving. Let's reopen the ticket if that does not occur.