Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix AssertionErrors after purging events (#11642) | Richard van der Hoff | 2022-01-04 | 1 | -1/+0 |
| | | | | | | | | | | | * Fix AssertionErrors after purging events If you purged a bunch of events from your database, and then restarted synapse without receiving more events, then you would get a bunch of AssertionErrors on restart. This fixes the situation by rewinding the stream processors. * `check-newsfragment`: ignore deleted newsfiles | ||||
* | Improve log messages for stream ids (#11536) | Richard van der Hoff | 2021-12-08 | 1 | -0/+1 |
Somehow I'd managed to get my database in a pickle with stream ids. These changes were useful to debug. |