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

running synapse_auto_compressor fails with Missing 37272 #99

Closed nycterent closed 2 years ago

nycterent commented 2 years ago

Describe the bug

running synapse_auto_compressor fails:

synapse_auto_compressor -p postgresql:// -c 500 -n 200 [2022-07-24T07:43:11Z INFO synapse_auto_compressor] synapse_auto_compressor started [2022-07-24T07:43:11Z INFO synapse_auto_compressor::manager] Running compressor on room !GtIfdsfQtQIgbQSxwJ:archlinux.org with chunk size 500 [2022-07-24T07:43:16Z ERROR panic] thread 'main' panicked at 'Missing 37272': src/lib.rs:665

not sure how to deal with this situation..

nycterent commented 2 years ago

duplicate of #79