Page MenuHomePhabricator

Missing watchlist entries
Closed, DuplicatePublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

This edit does not appear on the list, regardless of whether any filters are applied. In the screenshot below, the revision at 14:28 (PDT) does not appear.

What should have happened instead?:

I think you can see where I'm going with this.

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

image.png (1,199×141 px, 46 KB)

First reported by @Thebiguglyalien on Discord.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
A_smart_kitten subscribed.

(random thought) Given that - judging by this documentation - watchlist entries come from the recentchanges table, I wonder whether this is/could be related to T364245: Recentchanges and cu_changes tables are occasionally missing revisions on multiple wikis?

(random thought) Given that - judging by this documentation - watchlist entries come from the recentchanges table, I wonder whether this is/could be related to T364245: Recentchanges and cu_changes tables are occasionally missing revisions on multiple wikis?

When I do a search for this revision select * from recentchanges where rc_this_oldid = 1292965117; , I get 0 results.

https://quarry.wmcloud.org/query/94311

I agree that this is a recentchanges data persistence issue rather than a watchlist-specific issue.

By the way, speaking personally — @TechnoSquirrel69 @Thebiguglyalien: thank you for reporting this issue! Especially with a potentially-nebulous issue such as this one (where entries are sometimes missing from recentchanges, but without an immediately clear pattern/cause), it IMO really helps to know that a previously-reported problem is still ongoing (and hasn't, e.g., been fixed by something else since the original bug report was filed). Thanks for taking the time to open a task about it on Phab :)