matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

thread 'main' panicked at 'Missing 963': src/lib.rs:666 #107

Closed maltee1 closed 1 year ago

maltee1 commented 1 year ago

I'm getting this when running synapse_compress_state:

[2022-10-24T11:23:40Z INFO  synapse_auto_compressor::manager] Running compressor on room !dlPhxKlwObeRkhUZCm:maltee.de with chunk size 500
[2022-10-24T11:23:40Z ERROR panic] thread 'main' panicked at 'Missing 963': src/lib.rs:666

I'm not sure if that's a bug in the auto compressor or my database has an issue

maltee1 commented 1 year ago

found a solution here: https://github.com/matrix-org/rust-synapse-compress-state/issues/79