Skip to content
Snippets Groups Projects
Unverified Commit 5b8023dc authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Move logs about discarded RDATA to debug (#7421)

parent fe69fb62
Branches
Tags
No related merge requests found
Move catchup of replication streams logic to worker.
...@@ -262,7 +262,7 @@ class ReplicationCommandHandler: ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment