The comment with the Flagged Posts that seems to be new as of today states there are posts with flags awaiting my attention but the counter shows zero and when I go into flagged posts there is nothing waiting for me.
- 3Careful, the SO moderators might come at you with a stick for complaining that your flag queue is empty.Cody Gray– Cody Gray2013-07-22 13:39:52 +00:00Commented Jul 22, 2013 at 13:39
- The dupe has been fixed, but the number can still be cached for a while.Martijn Pieters– Martijn Pieters2013-07-22 13:40:54 +00:00Commented Jul 22, 2013 at 13:40
- 1This was reported on several per-site metas: meta.android.stackexchange.com/questions/1524/… meta.history.stackexchange.com/questions/646/… meta.academia.stackexchange.com/questions/577/…Mad Scientist– Mad Scientist2013-07-22 13:42:49 +00:00Commented Jul 22, 2013 at 13:42
- 1Not sure that that's a duplicate. I'm seeing "0" on Android Enthusiasts and its meta site. I'm also seeing "1" on Web Applications.ale– ale2013-07-22 13:43:32 +00:00Commented Jul 22, 2013 at 13:43
- @MadScientist I'm seeing it on the main and meta sites for Personal Finance & Money as well.John Bensin– John Bensin2013-07-22 13:49:21 +00:00Commented Jul 22, 2013 at 13:49
- Seems like the issue is localized to Beta Sites and anyone with over 2k rep for mod tools.Michael Grubey– Michael Grubey2013-07-22 13:51:53 +00:00Commented Jul 22, 2013 at 13:51
- Also observed by me and at least one other person on Information Security (there was one 10k flag, I acted on it, and (after a few minutes) the indicator changed to 0).Gilles 'SO- stop being evil'– Gilles 'SO- stop being evil'2013-07-22 13:53:28 +00:00Commented Jul 22, 2013 at 13:53
- @Gilles I take it this issue is different from the possible duplication linked to above?John Bensin– John Bensin2013-07-22 13:56:36 +00:00Commented Jul 22, 2013 at 13:56
- I'm seeing it on Space Exploration, with 1K reputation, which is in private beta.PearsonArtPhoto– PearsonArtPhoto2013-07-22 13:56:42 +00:00Commented Jul 22, 2013 at 13:56
- 1@JohnBensin That prior issue had been fixed, and didn't exactly have the same symptoms anyway. So it's a new bug that happens to have somewhat similar symptoms to an older bug.Gilles 'SO- stop being evil'– Gilles 'SO- stop being evil'2013-07-22 13:58:36 +00:00Commented Jul 22, 2013 at 13:58
- @Gilles That's what I thought, but I wanted to clarify before I raised the issue on the meta site of another beta.John Bensin– John Bensin2013-07-22 13:59:09 +00:00Commented Jul 22, 2013 at 13:59
- 2@MichaelGrubey: Not limited to beta sites.ale– ale2013-07-22 13:59:44 +00:00Commented Jul 22, 2013 at 13:59
- Its been tagged as 10k tools when its happening for other rep levels..Michael Grubey– Michael Grubey2013-07-22 14:05:05 +00:00Commented Jul 22, 2013 at 14:05
- 2@MichaelGrubey In private beta, 1k gets you the 10k tools :)Undo– Undo2013-07-22 15:05:02 +00:00Commented Jul 22, 2013 at 15:05
- 2I reopened, as it was a different bug than the proposed duplicate.Jarrod Dixon– Jarrod Dixon StaffMod2013-07-22 17:08:36 +00:00Commented Jul 22, 2013 at 17:08
| Show 5 more comments
1 Answer
People were (rightfully) complaining that the /tools/flagged indicator was a bit random, so I decided to always show it.
Perhaps I should have checked for a count > 0 first, though.
Fixed.
- 2So you're the Dev spending a week on the mod tools.Undo– Undo2013-07-22 15:32:38 +00:00Commented Jul 22, 2013 at 15:32
-
- 1I'm experiencing this now on Mi Yodeya. I have a yellow-splatted 1 on my toolbar, but there's nothing there when I click through.Isaac Moses– Isaac Moses2013-07-23 17:58:58 +00:00Commented Jul 23, 2013 at 17:58
-
- @JarrodDixon This issue still seems to be happening on some sites it seems.Michael Grubey– Michael Grubey2013-07-24 07:38:14 +00:00Commented Jul 24, 2013 at 7:38
- Yeah, it's due to us caching the count globally for all users. Fixing it requires either 1) running another query on each page load for each 10K user (not acceptable) or 2) an elaborate caching scheme for each 10K user (ain't nobody got time for that :)2013-07-25 00:15:01 +00:00Commented Jul 25, 2013 at 0:15
- 2So, we're going to look at just removing that number by routing the /tools/flagged page's contents into different /review queues, e.g. low quality flags -> Low Quality Posts review queue. Discussing it now internally.2013-07-25 00:16:43 +00:00Commented Jul 25, 2013 at 0:16