synapse/tests/replication/tcp
Erik Johnston fef08cbee8
Fix sending out of order `POSITION` over replication (#16639)
If a worker reconnects to Redis we send out the current positions of all our streams. However, if we're also trying to send out a backlog of RDATA at the same time then we can end up sending a `POSITION` with the current token *before* we've sent all the RDATA before the current token.

This doesn't cause actual bugs as the receiving servers see the POSITION, fetch the relevant rows from the DB, and then ignore the old RDATA as they come in. However, this is inefficient so it'd be better if we didn't  send out-of-order positions
2023-11-16 13:05:09 +00:00
..
streams Fix sending out of order `POSITION` over replication (#16639) 2023-11-16 13:05:09 +00:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_commands.py Add missing type hints to tests.replication. (#14987) 2023-02-06 09:55:00 -05:00
test_handler.py Fix bug where 5s delays would occasionally happen. (#15150) 2023-02-24 14:39:50 +00:00