diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-08 14:26:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 14:26:54 +0100 |
commit | deedb917325ea9ce8085df45dd925b8d583fd661 (patch) | |
tree | faf78c41d5054e0d9a2862fa64f035e6a29f40ea /changelog.d | |
parent | Merge tag 'v1.20.0rc1' into develop (diff) | |
download | synapse-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.misc | 1 |
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`. |