-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
after upgrade to debian 12 replication for workers is broken #16093
Comments
the log part in debug mode looks something like:
and also:
|
maybe it could be partly in relation with the missing patch of #16061 ? |
with synapse without workers i also see sometimes a replication problem i think:
|
if I activate redis in single synpase mode (without workers), I see the following in the logs:
|
Hi @cremesk, a quick looks suggest to me that for some reason the workers aren't sending/receiving redis pub/sub traffic. In particular:
Suggests that its failing to talk to the Redis. Also, the lack of |
hi @erikjohnston i also try the txredisapi==1.4.10 in the synapse venv (#16107) unfortunately, the problem remains the same. |
okay i look a bit deeper in my synapse logs and i think i found the issue...
it looks like the debian 12 upgrade add a acl line to the end of the redis config..
i delete this line and now it looks fine! |
Description
hi,
i have a strange Problem today.
I upgrade my matrix-synapse VM from Debian 11 to Debian 12.
Before i upgrade everything works fine!
But after the upgrade i see some strange logs like:
see below
My first guess was that the server time is not right. Since I checked but everything was OK and the time was synchronized correctly.
The second idea was that the Redis connection does not work. However, Redis works without errors and Synapse has also been diligently using the keyspace.
As a next step, I have now commented out the worker setup so that synapse works without workers. Everything seems to be working there too.
Homeserver
envs.net
Synapse Version
1.89.0 and 1.90.0rc1
(i already had the problem with 1.89.0 then I upgraded to 1.90.0rc1 and the logs continued to look like this.)
Installation Method
Debian packages from packages.matrix.org
Database
singe pgsql 13
Workers
Multiple workers
Platform
Debian 12 KVM
Configuration
here my complet config: https://git.envs.net/envs/matrix-conf/src/branch/master/etc/matrix-synapse
i double checked the
instance_map
,stream_writers
and worker configs.Relevant log output
The text was updated successfully, but these errors were encountered: