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 135224': src/lib.rs:668 #124

Closed ZhenyaPav closed 1 year ago

ZhenyaPav commented 1 year ago

I get the following output when running the program:

[2023-07-30T10:04:56Z INFO  synapse_auto_compressor] synapse_auto_compressor started
[2023-07-30T10:04:56Z INFO  synapse_auto_compressor::manager] Running compressor on room !EVgDRwwKpuXCmFNPHG:matrix.org with chunk size 500
[2023-07-30T10:04:56Z ERROR panic] thread 'main' panicked at 'Missing 135224': src/lib.rs:668

My server is on Debian 11.

ZhenyaPav commented 1 year ago

Seems to be the same issue as in #79