-
- Downloads
Add instance name to RDATA/POSITION commands (#7364)
This is primarily for allowing us to send those commands from workers, but for now simply allows us to ignore echoed RDATA/POSITION commands that we sent (we get echoes of sent commands when using redis). Currently we log a WARNING on the master process every time we receive an echoed RDATA.
Showing
- changelog.d/7364.misc 1 addition, 0 deletionschangelog.d/7364.misc
- docs/tcp_replication.md 24 additions, 17 deletionsdocs/tcp_replication.md
- synapse/app/_base.py 2 additions, 2 deletionssynapse/app/_base.py
- synapse/logging/opentracing.py 10 additions, 13 deletionssynapse/logging/opentracing.py
- synapse/replication/tcp/commands.py 26 additions, 11 deletionssynapse/replication/tcp/commands.py
- synapse/replication/tcp/handler.py 14 additions, 3 deletionssynapse/replication/tcp/handler.py
- synapse/server.py 11 additions, 2 deletionssynapse/server.py
- synapse/server.pyi 2 additions, 0 deletionssynapse/server.pyi
- tests/replication/slave/storage/_base.py 1 addition, 0 deletionstests/replication/slave/storage/_base.py
- tests/replication/tcp/test_commands.py 4 additions, 2 deletionstests/replication/tcp/test_commands.py
Loading
Please register or sign in to comment