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

A tool to compress some state in a Synapse instance's database

Results 41 rust-synapse-compress-state issues
Sort by recently updated
recently updated
newest added
trafficstars

Test case was compressing a room which used a total of 87gb of memory. After it checked that the state maps match, it took about 5 minutes to release memory...

I used Synapse Admin API to purge some rooms that no longer had local users. After that I started seeing panic messages like the ones in #79. I tried [deleting...

I cant copy the text so here's a screenshot of the VM: ![Bildschirmfoto vom 2024-04-09 16-48-12](https://github.com/matrix-org/rust-synapse-compress-state/assets/109665179/6dc31c9e-a0ca-4c24-8e5e-0f8a18f1fb5e) Expected behavior: build without errors Steps to reproduce: 1. install vm debian 12.4 2....

It looks like the container image for the currently-latest release/tag (v0.1.3) **fails to build** now, because it doesn't pin any versions in [its Dockerfile](https://github.com/matrix-org/rust-synapse-compress-state/blob/v0.1.3/Dockerfile). For people running [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy) on architectures...

It would be nice if `synapse_auto_compressor` would log how much rows got compressed etc. - similar to the output of `synapse_compress_state`.

enhancement

### Actual behavior synapse_compress_state killed with exit code 137. ### Expected behavior Not killed , output SQL file. ### Console output ``` synapse_compress_state -p "dbname=XXX host=XXX password=XXX port=XXX user=XXX" -r...

Running with matrix-docker-ansible-deploy, I get the following error ``` Jul 23 00:00:07 jendrikserver systemd[1]: Starting Synapse State Auto Compressor... Jul 23 00:00:07 jendrikserver matrix-synapse-auto-compressor[270871]: 9dc6498df3811da4e068dbc8454a5dd9880b41a50e8b177ec0e694b50bd81871 Jul 23 00:00:07 jendrikserver matrix-synapse-auto-compressor[270885]:...

bug

Hi all, I am experiencing a similar error to this one: https://github.com/matrix-org/rust-synapse-compress-state/issues/134 when attempting to build using the Arch User Repository package: https://aur.archlinux.org/packages/synapse-compress-state: ``` Compiling synapse_compress_state v0.1.0 (/build/synapse-compress-state/src/rust-synapse-compress-state-0.1.4) error: linking...

This CI workflow was generated by running `maturin generate-ci github` (how handy!). But did require a bit of finagling to satisfy the dependency on OpenSSL (boo!). Specifically, I ran into...

When I execute `synapse_auto_compressor -p 'postgresql://r:@localhost/synapse' -c 500 -n 100` the following error returns: ``` [2024-09-09T20:05:24Z INFO synapse_auto_compressor] synapse_auto_compressor started [2024-09-09T20:05:24Z INFO synapse_auto_compressor::manager] Running compressor on room !Room:server.tld with chunk...