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
Follow up of 4532 - Return data fetched from a subset of store-gateways instead of returning error if a single store-gateway fails (#4839)
* isRetryableError on stream
Signed-off-by: Alan Protasio <approtas@amazon.com>
* Update Changelog
Signed-off-by: Alan Protasio <approtas@amazon.com>
Signed-off-by: Alan Protasio <approtas@amazon.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
*[CHANGE] Remove support for alertmanager and ruler legacy store configuration. Before upgrading, you need to convert your configuration to use the `alertmanager-storage` and `ruler-storage` configuration on the version that you're already running, then upgrade.
41
41
*[CHANGE] Disables TSDB isolation. #4825
42
42
*[CHANGE] Drops support Prometheus 1.x rule format on configdb. #4826
43
-
*[ENHANCEMENT] Querier/Ruler: Retry store-gateway in case of unexpected failure, instead of failing the query. #4532
43
+
*[ENHANCEMENT] Querier/Ruler: Retry store-gateway in case of unexpected failure, instead of failing the query. #4532#4839
44
44
*[ENHANCEMENT] Ring: DoBatch prioritize 4xx errors when failing. #4783
45
45
*[ENHANCEMENT] Cortex now built with Go 1.18. #4829
46
46
*[FEATURE] Compactor: Added `-compactor.block-files-concurrency` allowing to configure number of go routines for download/upload block files during compaction. #4784
0 commit comments