synapse/changelog.d
Erik Johnston 333d6f4e84
Fix race in MultiWriterIdGenerator (#11045)
The race allowed the current position to advance too far when stream IDs
are still being persisted.

This happened when it received a new stream ID from a remote write
between a new stream ID being allocated and it being added to the set of
unpersisted stream IDs.

Fixes #9424.
2021-10-12 14:27:09 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
11036.misc Reset global cache state before cache tests. (#11036) 2021-10-12 12:55:33 +00:00
11045.bugfix Fix race in MultiWriterIdGenerator (#11045) 2021-10-12 14:27:09 +01:00