File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,8 @@ func (t *Loki) initStore() (_ services.Service, err error) {
490
490
// Use AsyncStore to query both ingesters local store and chunk store for store queries.
491
491
// Only queriers should use the AsyncStore, it should never be used in ingesters.
492
492
asyncStore = true
493
- case t .Cfg .isModuleEnabled (IndexGateway ):
493
+ fallthrough
494
+ case t .Cfg .isModuleEnabled (IndexGateway ) || t .Cfg .isModuleEnabled (Read ):
494
495
// we want to use the actual storage when running the index-gateway, so we remove the Addr from the config
495
496
t .Cfg .StorageConfig .BoltDBShipperConfig .IndexGatewayClientConfig .Disabled = true
496
497
t .Cfg .StorageConfig .TSDBShipperConfig .IndexGatewayClientConfig .Disabled = true
You can’t perform that action at this time.
0 commit comments