rust-synapse-compress-state icon indicating copy to clipboard operation
rust-synapse-compress-state copied to clipboard

The compressor tried to increase the number of rows between None and 8118358

Open MurzNN opened this issue 3 years ago • 1 comments

Describe the bug On some rooms I got a warning with understandable description, but with weird values, like this:

[2022-03-04T13:33:16Z WARN  synapse_auto_compressor::manager] The compressor tried to increase the number of rows in !aQCReTFThhdPggxxxx:matrix.org between None and 1255815. Skipping...
[2022-03-04T13:33:25Z WARN  synapse_auto_compressor::manager] The compressor tried to increase the number of rows in !tEQSCZnuDbXmbZxxxx:t2bot.io between None and 4685024. Skipping...
[2022-03-04T13:33:27Z WARN  synapse_auto_compressor::manager] The compressor tried to increase the number of rows in !myvvLiHwOQQAvqxxxx:t2bot.io between None and 14432. Skipping...

Why the first value is "None" instead of some numeric value?

And can you explain in more detail what this warning means and is there any workaround to force compress such rooms?

MurzNN avatar Mar 04 '22 13:03 MurzNN

These links might be helpful: https://github.com/matrix-org/rust-synapse-compress-state#auto-compressor-skips-chunks-when-running-on-already-compressed-room https://github.com/matrix-org/rust-synapse-compress-state/blob/main/docs/algorithm.md

H-Shay avatar Mar 10 '22 20:03 H-Shay