We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running synapse_auto_compressor in a daily cronjob. Some days ago it started to panic during processing of the room #rust:matrix.org.
synapse_auto_compressor
#rust:matrix.org
When I run it on the command-line I get
synapse_auto_compressor -p <db-connection> -c 500 -n 100 2024-06-06T20:57:06Z INFO synapse_auto_compressor] synapse_auto_compressor started [2024-06-06T20:57:06Z INFO synapse_auto_compressor::manager] Running compressor on room !fsEJmDUHIdYFfFRTSH:jki.re with chunk size 500 [2024-06-06T20:57:07Z ERROR panic] thread 'main' panicked at 'Missing 303706': src/lib.rs:668
with the return code 101.
No other room is touched anymore.
What can I do? Do I have a problem with my database?
The text was updated successfully, but these errors were encountered:
Hi @mir06. Please re-open this issue on the https://github.com/matrix-org/rust-synapse-compress-state issue tracker, as this looks like a bug within that codebase. Thanks!
Sorry, something went wrong.
No branches or pull requests
I'm running
synapse_auto_compressor
in a daily cronjob. Some days ago it started to panic during processing of the room#rust:matrix.org
.When I run it on the command-line I get
with the return code 101.
No other room is touched anymore.
What can I do? Do I have a problem with my database?
The text was updated successfully, but these errors were encountered: