Right now on Mediawiki, the notification badge only turns red when you have 2 notifications or higher -- the 1 badge is always gray.
This is related to the quiet notifications change that we just released.
Right now on Mediawiki, the notification badge only turns red when you have 2 notifications or higher -- the 1 badge is always gray.
This is related to the quiet notifications change that we just released.
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Echo | master | +10 -8 | Don't repopulate cache with potentially lagging DB data |
Change 209464 had a related patch set uploaded (by Matthias Mullie):
Don't repopulate cache with potentially lagging DB data
I can reproduce this on mediawiki, but not on my own machine.
I'm fairly sure the problem is caused by the cache invalidation strategy & reading from potentially lagging DB slaves. Above patch should fix that.
Change 209464 merged by jenkins-bot:
Don't repopulate cache with potentially lagging DB data