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
Fix retries on store-gateway initial sync failure (#4088)
* Fix retries on store-gateway initial sync failure
Signed-off-by: Marco Pracucci <[email protected]>
* Added PR number to CHANGELOG
Signed-off-by: Marco Pracucci <[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
@@ -43,6 +43,7 @@
43
43
*[ENHANCEMENT] Block Storage Ingester: `/flush` now accepts two new parameters: `tenant` to specify tenant to flush and `wait=true` to make call synchronous. Multiple tenants can be specified by repeating `tenant` parameter. If no `tenant` is specified, all tenants are flushed, as before. #4073
44
44
*[ENHANCEMENT] Alertmanager: validate configured `-alertmanager.web.external-url` and fail if ends with `/`. #4081
45
45
*[ENHANCEMENT] Allow configuration of Cassandra's host selection policy. #4069
46
+
*[ENHANCEMENT] Store-gateway: retry synching blocks if a per-tenant sync fails. #3975#4088
46
47
*[BUGFIX] Ruler-API: fix bug where `/api/v1/rules/<namespace>/<group_name>` endpoint return `400` instead of `404`. #4013
47
48
*[BUGFIX] Distributor: reverted changes done to rate limiting in #3825. #3948
48
49
*[BUGFIX] Ingester: Fix race condition when opening and closing tsdb concurrently. #3959
0 commit comments