summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-09-08 14:26:54 +0100
committerGitHub <noreply@github.com>2020-09-08 14:26:54 +0100
commitdeedb917325ea9ce8085df45dd925b8d583fd661 (patch)
treefaf78c41d5054e0d9a2862fa64f035e6a29f40ea /changelog.d
parentMerge tag 'v1.20.0rc1' into develop (diff)
downloadsynapse-deedb917325ea9ce8085df45dd925b8d583fd661.tar.xz
Fix `MultiWriterIdGenerator.current_position`. (#8257)
It did not correctly handle IDs finishing being persisted out of
order, resulting in the `current_position` lagging until new IDs are
persisted.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8257.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8257.misc b/changelog.d/8257.misc
new file mode 100644
index 0000000000..47ac583eb4
--- /dev/null
+++ b/changelog.d/8257.misc
@@ -0,0 +1 @@
+Fix non-user visible bug in implementation of `MultiWriterIdGenerator.get_current_token_for_writer`.