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
Crashes on startup while generating presence stream #10106
Comments
The function causing this is: synapse/synapse/storage/util/id_generators.py Lines 285 to 385 in d26d15b
we should split that transaction up so that its a) shorter and so hopefully less likely to conflict and b) we don't have a single transaction that is poking different tables (any of which changing can cause a problem). |
erikjohnston
added
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
labels
Jun 11, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Crashes on startup while generating presence stream
Steps to reproduce
Event Persister:
Federation Sender:
Raising as this HS is testing out the presence worker and the presence stream appears to be the problematic one.
Version information
The text was updated successfully, but these errors were encountered: