Skip to content
Snippets Groups Projects
Forked from Maunium / synapse
Source project has a limited visibility.
  • Richard van der Hoff's avatar
    b38bdae3
    Fix AssertionErrors after purging events (#11642) · b38bdae3
    Richard van der Hoff authored
    * 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
    Fix AssertionErrors after purging events (#11642)
    Richard van der Hoff authored
    * 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