Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix nil pointer dereference in bloomstore initialisation (#12869)
The bloom store initialisation updates the shipper configuration which in turn requires the index gateway ring to be initialised 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 <[email protected]>
- Loading branch information