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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@
74
74
*[BUGFIX] Ingester: Allow shipper to skip corrupted blocks. #6786
75
75
*[BUGFIX] Compactor: Delete the prefix `blocks_meta` from the metadata fetcher metrics. #6832
76
76
*[BUGFIX] Store Gateway: Avoid race condition by deduplicating entries in bucket stores user scan. #6863
77
+
*[BUGFIX] Runtime-config: Change to check tenant limit validation when loading runtime config only for `all`, `distributor`, `querier`, and `ruler` targets. #6880
Copy file name to clipboardExpand all lines: docs/configuration/arguments.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The next three options only apply when the querier is used together with the Que
97
97
98
98
Set this flag to `true` for the new behaviour.
99
99
100
-
Important to note is that when setting this flag to `true`, it has to be set on both the distributorand the querier (called `-distributor.shard-by-all-labels` on Querier as well). If the flag is only set on the distributor and not on the querier, you will get incomplete query results because not all ingesters are queried.
100
+
Important to note is that when setting this flag to `true`, it has to be set on the distributor, the querier, and the ruler (called `-distributor.shard-by-all-labels` on Querier as well). If the flag is only set on the distributor and not on the querier, you will get incomplete query results because not all ingesters are queried.
101
101
102
102
**Upgrade notes**: As this flag also makes all queries always read from all ingesters, the upgrade path is pretty trivial; just enable the flag. When you do enable it, you'll see a spike in the number of active series as the writes are "reshuffled" amongst the ingesters, but over the next stale period all the old series will be flushed, and you should end up with much better load balancing. With this flag enabled in the queriers, reads will always catch all the data from all ingesters.
0 commit comments