-
- Downloads
Compare to the earliest known stream pos in the stream change cache. (#14435)
The internal methods of the StreamChangeCache were inconsistently treating the earliest known stream position as valid. It is now treated as invalid, meaning the cache cannot determine if an entity at the earliest known stream position has changed or not.
Showing
- changelog.d/14435.bugfix 1 addition, 0 deletionschangelog.d/14435.bugfix
- poetry.lock 1 addition, 1 deletionpoetry.lock
- pyproject.toml 2 additions, 1 deletionpyproject.toml
- synapse/util/caches/stream_change_cache.py 116 additions, 26 deletionssynapse/util/caches/stream_change_cache.py
- tests/util/test_stream_change_cache.py 13 additions, 25 deletionstests/util/test_stream_change_cache.py
Loading