This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Very slow startup after upgrade to 1.26.0 #9268
Labels
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
X-Regression
Something broke which worked on a previous release
@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.SQL
set 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.The text was updated successfully, but these errors were encountered: