Merge branch 'release-v1.13.0' into rav/fix_dropped_messages

This commit is contained in:
Richard van der Hoff
2020-05-05 23:01:12 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Move catchup of replication streams logic to worker.
+1 -1
View File
@@ -265,7 +265,7 @@ class ReplicationCommandHandler:
if not sbc or stream_name not in sbc:
# Let's drop the row for now, on the assumption we'll receive a
# `POSITION` soon and we'll catch up correctly then.
logger.info(
logger.debug(
"Discarding RDATA for unconnected stream %s -> %s",
stream_name,
cmd.token,