The category Category:Breakthrough_Prize_winners was deleted in 09:37, 19 June 2019.
The data even includes categories deleted in March (Category:Recipients of the Jeton de Vermeil)
The category Category:Breakthrough_Prize_winners was deleted in 09:37, 19 June 2019.
The data even includes categories deleted in March (Category:Recipients of the Jeton de Vermeil)
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Fix categories detele SPARQL clause | mediawiki/core | master | +5 -0 |
Looks like there's some problem with deletion handling. E.g. https://en.wikipedia.org/wiki/Category:Delaware_elections,_2006 has been deleted and is listed in enwiki-20190826-daily.sparql.gz dump as deleted, but still present in the database. Strangely enough, the log shows the file was successfully processed - but somehow the results are not there. Will investigate further.
Looks like DELETE SPARQL clauses that the daily dump is generating are wrong... Weird I haven't noticed it.
Change 532824 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[mediawiki/core@master] Fix categories detele SPARQL clause
After the patch is merged and deployed, categories DB needs to be re-loaded according to procedure here: https://wikitech.wikimedia.org/wiki/Wikidata_query_service#Categories_reload_procedure
I recommend doing it on wdqs1009 or wdqs1010 and then copy categories.jnl to other servers. Since categories are updated daily (see blazegraph cron) it is recommended to start the procedure so that there's enough time to copy the DB to all servers before it's time for the daily update. Since the DB is small, it should not be a problem to copy to all servers in a single day.
Change 532824 merged by jenkins-bot:
[mediawiki/core@master] Fix categories detele SPARQL clause