Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Move logs about discarded RDATA to debug (#7421)
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed May 5, 2020
1 parent fe69fb6 commit 5b8023d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/7421.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move catchup of replication streams logic to worker.
2 changes: 1 addition & 1 deletion synapse/replication/tcp/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ async def on_RDATA(self, conn: AbstractConnection, cmd: RdataCommand):
# `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
# `POSITION` soon and we'll catch up correctly then.
logger.warning(
logger.debug(
"Discarding RDATA for unconnected stream %s -> %s",
stream_name,
cmd.token,
Expand Down

0 comments on commit 5b8023d

Please sign in to comment.