Unistore: Prevent deadlock on startup errors (#115799)

This commit is contained in:
Stephanie Hingtgen
2026-01-05 00:51:23 -07:00
committed by GitHub
parent 967ba3acaf
commit eb2a390425
+1
View File
@@ -115,6 +115,7 @@ func ProvideUnifiedStorageGrpcService(
cfg: cfg,
features: features,
stopCh: make(chan struct{}),
stoppedCh: make(chan error, 1),
authenticator: authn,
tracing: tracer,
db: db,