Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
5b8023dc
Unverified
Commit
5b8023dc
authored
4 years ago
by
Brendan Abolivier
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Move logs about discarded RDATA to debug (#7421)
parent
fe69fb62
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/7421.misc
+1
-0
1 addition, 0 deletions
changelog.d/7421.misc
synapse/replication/tcp/handler.py
+1
-1
1 addition, 1 deletion
synapse/replication/tcp/handler.py
with
2 additions
and
1 deletion
changelog.d/7421.misc
0 → 100644
+
1
−
0
View file @
5b8023dc
Move catchup of replication streams logic to worker.
This diff is collapsed.
Click to expand it.
synapse/replication/tcp/handler.py
+
1
−
1
View file @
5b8023dc
...
...
@@ -262,7 +262,7 @@ class ReplicationCommandHandler:
# `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
.
warnin
g
(
logger
.
debu
g
(
"
Discarding RDATA for unconnected stream %s -> %s
"
,
stream_name
,
cmd
.
token
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment