15

Today I was reviewing answers through Low quality posts on Stack Overflow and found myself reviewing suspiciously similar answers. It turned out that they were the same answers that I previously reviewed but clicked Skip. Here is a screenshot of my review history annotated to show the issue:

enter image description here

Although I first noticed the behavior with some user scripts active, I have reproduced the issue without any user scripts.

3
  • 1
    I can confirm his also happens on other websites like (Super User, Ubuntu, and others)
    – Ramhound
    Commented Jul 29, 2021 at 18:25
  • 1
    cross-site duplicate at MSO
    – gnat
    Commented Jul 29, 2021 at 18:58
  • 1
    @gnat Nice find, I guess I should have tried searching for "looping". Commented Jul 29, 2021 at 18:59

1 Answer 1

10

As mentioned on MSO, this is fixed.

I shipped a change yesterday that allowed users to return to their skipped LQP tasks, and boy did I let them go back to them.

Basically, I fixed the "can a user review this post" sub-query to support returning to skipped posts, but the "give me the next post for a user" query was depending on that to exclude previously skipped tasks rather than including the default logic for that.

This problem was compounded for users with the trusted privilege. If any of the tasks that they can review have a recommend deletion vote and can be deleted from review, they are going to be served a task from a pool of no more than 10 tasks. (Something similar happens with watched and ignored tags.) This meant instead of getting the skipped post 1 out of 125 times, you maybe got it at least one out of 10 times.

All queues now consistently filter out tasks you have reviewed in that queue instead of depending on the subquery to manage that exclusion.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .