Skip to content

Commit 6684bff

Browse files
authored
Remove deprecated flags from months ago (#2339)
Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
1 parent 0473dd8 commit 6684bff

File tree

14 files changed

+7
-30
lines changed

14 files changed

+7
-30
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## master / unreleased
44

5+
* [CHANGE] Remove the following deprecated flags:
6+
- `-metrics.error-rate-query` (use `-metrics.write-throttle-query` instead).
7+
- `-store.cardinality-cache-size` (use `-store.index-cache-read.enable-fifocache` and `-store.index-cache-read.fifocache.size` instead).
8+
- `-store.cardinality-cache-validity` (use `-store.index-cache-read.enable-fifocache` and `-store.index-cache-read.fifocache.duration` instead).
9+
- `-distributor.limiter-reload-period` (flag unused)
10+
- `-ingester.claim-on-rollout` (flag unused)
11+
- `-ingester.normalise-tokens` (flag unused)
512
* [CHANGE] Renamed YAML file options to be more consistent. See full config file changes below. #2273
613
* [CHANGE] Renamed the `memcache.write-back-goroutines` and `memcache.write-back-buffer` flags to `background.write-back-concurrency` and `background.write-back-buffer`. This affects the following flags:
714
- `-frontend.memcache.write-back-buffer` --> `-frontend.background.write-back-buffer`

development/tsdb-blocks-storage-s3-single-binary/config/cortex.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ingester:
1818
lifecycler:
1919
# We want to start immediately.
2020
join_after: 0
21-
claim_on_rollout: false
2221
final_sleep: 0s
2322
num_tokens: 512
2423

development/tsdb-blocks-storage-s3/config/cortex.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ingester:
1818
lifecycler:
1919
# We want to start immediately.
2020
join_after: 0
21-
claim_on_rollout: false
2221
final_sleep: 0s
2322
num_tokens: 512
2423

docs/configuration/single-process-config-blocks-gossip-1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ingester:
4848
# ingesters joining at the same time can have conflicting tokens if they don't see each other yet.
4949
observe_period: 10s
5050
min_ready_duration: 0s
51-
claim_on_rollout: false
5251
final_sleep: 5s
5352
num_tokens: 512
5453

docs/configuration/single-process-config-blocks-gossip-2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ ingester:
4747
# ingesters joining at the same time can have conflicting tokens if they don't see each other yet.
4848
observe_period: 10s
4949
min_ready_duration: 0s
50-
claim_on_rollout: false
5150
final_sleep: 5s
5251
num_tokens: 512
5352

docs/configuration/single-process-config-blocks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ ingester:
3939
# We want to start immediately and flush on shutdown.
4040
join_after: 0
4141
min_ready_duration: 0s
42-
claim_on_rollout: false
4342
final_sleep: 0s
4443
num_tokens: 512
4544

docs/configuration/single-process-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ ingester:
4444

4545
# We want to start immediately and flush on shutdown.
4646
join_after: 0
47-
claim_on_rollout: false
4847
final_sleep: 0s
4948
num_tokens: 512
5049

docs/configuration/single-process-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ ingester:
4141
# We want to start immediately and flush on shutdown.
4242
join_after: 0
4343
min_ready_duration: 0s
44-
claim_on_rollout: false
4544
final_sleep: 0s
4645
num_tokens: 512
4746

docs/guides/cortex-with-cassandra.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ ingester:
7979
8080
# We want to start immediately and flush on shutdown.
8181
join_after: 0
82-
claim_on_rollout: false
8382
final_sleep: 0s
8483
num_tokens: 512
8584

k8s/ingester-dep.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ spec:
4242
args:
4343
- -target=ingester
4444
- -ingester.join-after=30s
45-
- -ingester.claim-on-rollout=true
4645
- -consul.hostname=consul.default.svc.cluster.local:8500
4746
- -s3.url=s3://abc:123@s3.default.svc.cluster.local:4569
4847
- -dynamodb.url=dynamodb://user:pass@dynamodb.default.svc.cluster.local:8000

0 commit comments

Comments
 (0)