Describe the bug
Today I experienced the following log while an ingester was shutting down after getting the /shutdown endpoint called:
Issue: `level=warn ts=2020-10-14T08:35:20.077984655Z caller=grpc_logging.go:55 method=/cortex.Ingester/QueryStream duration=11.567608ms err="open querier for block 01EMJ919X41XRBW40XW40DDVZA: open index reader: block is closing" msg="gRPC\n"`
Expected behavior
We should add a circuit breaker to make sure no read occurs on TSDBs once Ingester.closeAllTSDB() has been called.
Storage Engine
Describe the bug
Today I experienced the following log while an ingester was shutting down after getting the
/shutdownendpoint called:Expected behavior
We should add a circuit breaker to make sure no read occurs on TSDBs once
Ingester.closeAllTSDB()has been called.Storage Engine