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
fixing bug in chuck cache that can cause panic during shutdown (#4398)
* fixing bug in chuck cache that can cause panic during shutdown
Signed-off-by: Roger Steneteg <[email protected]>
* adding separate quit channel for stopping chunkfetcher to avoid send on closed channel during stop
Signed-off-by: Roger Steneteg <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
*[BUGFIX] Ruler: fixed counting of PromQL evaluation errors as user-errors when updating `cortex_ruler_queries_failed_total`. #4335
46
46
*[BUGFIX] Ingester: When using block storage, prevent any reads or writes while the ingester is stopping. This will prevent accessing TSDB blocks once they have been already closed. #4304
47
47
*[BUGFIX] Ingester: fixed ingester stuck on start up (LEAVING ring state) when `-ingester.heartbeat-period=0` and `-ingester.unregister-on-shutdown=false`. #4366
48
+
*[BUGFIX] Ingester: panic during shutdown while fetching batches from cache. #4397
48
49
*[BUGFIX] Querier: After query-frontend restart, querier may have lower than configured concurrency. #4417
0 commit comments