diff options
author | reivilibre <oliverw@matrix.org> | 2023-02-21 12:26:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 12:26:00 +0000 |
commit | addd12f16dc35a4f82cb48807719909e7aed9dcb (patch) | |
tree | 1fe6fd3adb7278a6ca0b75f4f849b3e1a4554fe7 /changelog.d | |
parent | Upper-bound frozendict dependency (#15114) (diff) | |
download | synapse-addd12f16dc35a4f82cb48807719909e7aed9dcb.tar.xz |
Tweak logging for when a worker waits for its view of a replication stream to catch up. (#15120)Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
* Improve logging messages for the 'wait for repl stream' read-after-write consistency feature * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Update synapse/replication/tcp/client.py Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15120.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15120.misc b/changelog.d/15120.misc new file mode 100644 index 0000000000..ebbc0c9027 --- /dev/null +++ b/changelog.d/15120.misc @@ -0,0 +1 @@ +Tweak logging for when a worker waits for its view of a replication stream to catch up. \ No newline at end of file |