You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <christian.haudum@gmail.com>
0 commit comments