This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
guest account registration sometimes wedges after a restart #5225
Comments
for future reference: the symptoms of this happening include lots of matches for:
|
this is trivially fixed with a lock... |
fixed by #6161 |
apparently not fixed |
There are a couple of problems with the current implementation:
|
hopefully fixed again by #6338 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
at restart, we try to calculate the next generated user id, which requires a table-scan which may take many seconds. If we don't manage to correctly calculate it before the next request turns up, then we end up stuck in a loop where both requests repeatedly get allocated the same user id and we never manage to break out of it
The text was updated successfully, but these errors were encountered: