Page MenuHomePhabricator

CheckUser doesn't return results intermittently
Closed, DeclinedPublic

Description

Author: mike.lifeguard+bugs

Description:
When checking some users (like User:NawlinWikī, please slow down the database by deleting my edits@arwiki) no results are returned, when there should be data available. The users exist on the relevant wiki, and have made logged actions in the past 30 days.

Andrew did some manual queries, but I don't really know what that shows:

<werdna> mysql> select * from cu_changes where cuc_user='204069';
<werdna> Empty set (0.00 sec)
<werdna> odd
<werdna> mysql> select rc_ip from recentchanges where rc_user='204069';
<werdna> Empty set (1.41 sec)
<werdna> | arwiki | NawlinWikī, please slow down the database by deleting my edits | 20090604221002 | new |
<werdna> very odd


Version: unspecified
Severity: major

Details

Reference
bz19081

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:41 PM
bzimport added a project: CheckUser.
bzimport set Reference to bz19081.
bzimport added a subscriber: Unknown Object (MLST).

mike.lifeguard+bugs wrote:

Do we have any progress here? Is it possible that this is simply a manifestation of bug 19963 where the account we're not seeing results for here was actually created by another account? If so, it's example enough to show how serious and urgent bug 19963 truly is. If not, then it's an even greater concern.

If RC is empty too, then this probably not a bug in checkuser

What logged actions were made?

Closing, probably not a CheckUser bug anyway. Please reopen if something like this comes up again.