mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-06 09:17:55 -05:00
Merge branch 'release-v1.13.0' into rav/fix_dropped_messages
This commit is contained in:
commit
a8c17da245
1
changelog.d/7421.misc
Normal file
1
changelog.d/7421.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Move catchup of replication streams logic to worker.
|
@ -265,7 +265,7 @@ class ReplicationCommandHandler:
|
|||||||
if not sbc or stream_name not in sbc:
|
if not sbc or stream_name not in sbc:
|
||||||
# Let's drop the row for now, on the assumption we'll receive a
|
# Let's drop the row for now, on the assumption we'll receive a
|
||||||
# `POSITION` soon and we'll catch up correctly then.
|
# `POSITION` soon and we'll catch up correctly then.
|
||||||
logger.info(
|
logger.debug(
|
||||||
"Discarding RDATA for unconnected stream %s -> %s",
|
"Discarding RDATA for unconnected stream %s -> %s",
|
||||||
stream_name,
|
stream_name,
|
||||||
cmd.token,
|
cmd.token,
|
||||||
|
Loading…
Reference in New Issue
Block a user