Page MenuHomePhabricator

Initial version of page not showing in Watchlist and can't be marked as patrolled
Closed, DuplicatePublicBUG REPORT

Description

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

Issue 1:

Issue 2:

What happens?:
Issue 1:
Missing entry on the watchlist
Issue 2:
Error message: Kan niet als gecontroleerd worden aangemerkt (can't be marked as patrolled)

What should have happened instead?:
Issue 1: Alle versions of the page should be visible on the watchlist
Issue 2: You should get the option to mark the page as patrolled (even if it has been marked as such before)

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

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

Event Timeline

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

I can reproduce, screenshot for future reference: (viewing https://nl.wikipedia.org/wiki/Speciaal:Volglijst?hidecategorization=1&hideWikibase=1&limit=250&days=7&enhanced=1&urlversion=2&uselang=en)

image.png (2×3 px, 482 KB)

It seems to only affect that one page (or at least not all pages). I tested the same thing with https://nl.wikipedia.org/wiki/Hyposialie and I see the page creation in my watchlist.

It seems that the row for this edit is missing from the recentchanges table.

select * from recentchanges where rc_this_oldid=67965349 and rc_type!=5;

For comparison, the row for the other article exists.

select * from recentchanges where rc_this_oldid=67988542 and rc_type!=5;

This would explain why it can't be patrolled (the patrl feature relies on the recentchanges table), but I have no idea why it happened. I can't find any log entries with relevant errors.

Have you seen this problem occur with any other pages?