Skip to content
Snippets Groups Projects
  • Erik Johnston's avatar
    aa6e5c2e
    Add locking to more safely delete state groups: Part 1 (#18107) · aa6e5c2e
    Erik Johnston authored
    
    Currently we don't really have anything that stops us from deleting
    state groups when an in-flight event references it. This is a fairly
    rare race currently, but we want to be able to more aggressively delete
    state groups so it is important to address this to ensure that the
    database remains valid.
    
    This implements the locking, but doesn't actually use it.
    
    See the class docstring of the new data store for an explanation for how
    this works.
    
    ---------
    
    Co-authored-by: default avatarDevon Hudson <devon.dmytro@gmail.com>
    aa6e5c2e
    History
    Add locking to more safely delete state groups: Part 1 (#18107)
    Erik Johnston authored
    
    Currently we don't really have anything that stops us from deleting
    state groups when an in-flight event references it. This is a fairly
    rare race currently, but we want to be able to more aggressively delete
    state groups so it is important to address this to ensure that the
    database remains valid.
    
    This implements the locking, but doesn't actually use it.
    
    See the class docstring of the new data store for an explanation for how
    this works.
    
    ---------
    
    Co-authored-by: default avatarDevon Hudson <devon.dmytro@gmail.com>