Page MenuHomePhabricator

rebuildrecentchanges.php purgeFeeds() purges the wrong cache
Closed, ResolvedPublic

Description

ChangesFeed was updated in rMW3517be1cf0b7: Migrate feeds from $messageMemc to the WAN cache to use the WAN cache instead of $messageMemc. However maintenance/rebuildrecentchanges.php wasn't updated and still refers to the old $messageMemc. That needs to be updated.

Event Timeline

MtDu subscribed.

I'll take care of this

Change 355574 had a related patch set uploaded (by MtDu; owner: MtDu):
[mediawiki/core@master] Use WANcache instead of $messageMemc when purging feeds

https://gerrit.wikimedia.org/r/355574

Change 355574 merged by jenkins-bot:
[mediawiki/core@master] rebuildrecentchanges.php: Make purgeFeeds() use the correct cache

https://gerrit.wikimedia.org/r/355574