mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Move logs about discarded RDATA to debug (#7421)
This commit is contained in:
parent
fe69fb6263
commit
5b8023dc7f
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.
|
@ -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
Block a user