You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
@madduck reported that his synapse blocked during startup after upgrade to 1.26.0.
Debug logs are at https://paste.debian.net/plain/1183329. Additional logs (having restarted with
synapse.storage.SQLset toDEBUG) are at https://paste.debian.net/plain/1183332.Eventually it completed startup of its own accord.
Implication seems to be that the new to-device init code (introduced in #9044) is blocking, but oddly:
SELECT COUNT(*) FROM device_inbox WHERE stream_id >172426 - 1000;returns 222679, which is quite a lot, but not block-for-10-minutes level.