Skip to content

Commit 9c3c4ad

Browse files
Updated change log description and test name
Signed-off-by: Anand Rajagopal <[email protected]>
1 parent 89092bb commit 9c3c4ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [ENHANCEMENT] Ruler: Add query statistics metrics when --ruler.query-stats-enabled=true. #6173
88
* [ENHANCEMENT] Ingester: Add new API `/ingester/all_user_stats` which shows loaded blocks, active timeseries and ingestion rate for a specific ingester. #6178
99
* [ENHANCEMENT] Distributor: Add new `cortex_reduced_resolution_histogram_samples_total` metric to to track the number of histogram samples which resolution was reduced. #6182
10+
* [FEATURE] Ruler: Minimize chances of missed rule group evaluations that can occur due to OOM kills, bad underlying nodes, or due to an unhealthy ruler that appears in the ring as healthy. This feature is enabled via `-ruler.enable-ha-evaluation` flag. #6129
1011

1112
## 1.18.0 in progress
1213

@@ -22,7 +23,6 @@
2223
* [CHANGE] Querier: Remove `-querier.at-modifier-enabled` flag. #6157
2324
* [CHANGE] Tracing: Remove deprecated `oltp_endpoint` config entirely. #6158
2425
* [CHANGE] Store Gateway: Enable store gateway zone stable shuffle sharding by default. #6161
25-
* [FEATURE] Ruler: Minimize rule group missed evaluations via `-ruler.enable-ha` flag. #6129
2626
* [FEATURE] Ingester/Distributor: Experimental: Enable native histogram ingestion via `-blocks-storage.tsdb.enable-native-histograms` flag. #5986 #6010 #6020
2727
* [FEATURE] Querier: Enable querying native histogram chunks. #5944 #6031
2828
* [FEATURE] Query Frontend: Support native histogram in query frontend response. #5996 #6043

integration/ruler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ func TestRulerDisablesRuleGroups(t *testing.T) {
981981
})
982982
}
983983

984-
func TestRulerHA(t *testing.T) {
984+
func TestRulerHAEvaluation(t *testing.T) {
985985
const numRulesGroups = 20
986986

987987
random := rand.New(rand.NewSource(time.Now().UnixNano()))

0 commit comments

Comments
 (0)