Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix nil pointer dereference in bloomstore initialisation #12869

Merged
merged 1 commit into from
May 6, 2024

Commits on May 3, 2024

  1. Fix nil pointer dereference in bloomstore initialisation

    The bloom store initialisation updates the shipper configuration
    which in turn requires the index gateway ring to be initialized in case
    `-index-gateway.mode` is set to `ring`.
    
    Therefore the `BloomStore` module needs to depend on the
    `IndexGatewayRing` module.
    
    Fixes #12270
    
    Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
    chaudum committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1910454 View commit details
    Browse the repository at this point in the history