synapse/synapse/storage/util
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
..
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
id_generators.py Fix race in MultiWriterIdGenerator (#11045) 2021-10-12 14:27:09 +01:00
sequence.py Annotate synapse.storage.util (#10892) 2021-10-08 14:25:16 +00:00