Move logs about discarded RDATA to debug (#7421)
parent
fe69fb6263
commit
5b8023dc7f
|
@ -0,0 +1 @@
|
||||||
|
Move catchup of replication streams logic to worker.
|
|
@ -262,7 +262,7 @@ class ReplicationCommandHandler:
|
||||||
# `POSITION` command yet, and so we may have missed some rows.
|
# `POSITION` command yet, and so we may have missed some rows.
|
||||||
# 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.warning(
|
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