Skip to content

Commit 37dade1

Browse files
committed
Small improvements based on code review feedback
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 01d692e commit 37dade1

File tree

12 files changed

+6
-23
lines changed

12 files changed

+6
-23
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ingester_client:
1313
use_gzip_compression: true
1414

1515
ingester:
16-
max_transfer_retries: 1
17-
1816
lifecycler:
1917
# We want to start immediately.
2018
join_after: 0

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ingester_client:
1313
use_gzip_compression: true
1414

1515
ingester:
16-
max_transfer_retries: 1
17-
1816
lifecycler:
1917
# We want to start immediately.
2018
join_after: 0

docs/blocks-storage/querier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ blocks_storage:
476476
[wal_compression_enabled: <boolean> | default = false]
477477
478478
# True to flush blocks to storage on shutdown. If false, incomplete blocks
479-
# will be reused after restart, and uploaded when finished.
479+
# will be reused after restart.
480480
# CLI flag: -experimental.blocks-storage.tsdb.flush-blocks-on-shutdown
481481
[flush_blocks_on_shutdown: <boolean> | default = false]
482482

docs/blocks-storage/store-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ blocks_storage:
503503
[wal_compression_enabled: <boolean> | default = false]
504504
505505
# True to flush blocks to storage on shutdown. If false, incomplete blocks
506-
# will be reused after restart, and uploaded when finished.
506+
# will be reused after restart.
507507
# CLI flag: -experimental.blocks-storage.tsdb.flush-blocks-on-shutdown
508508
[flush_blocks_on_shutdown: <boolean> | default = false]
509509

docs/configuration/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ It also talks to a KVStore and has it's own copies of the same flags used by the
310310

311311
- `-ingester.max-transfer-retries`
312312

313-
How many times a LEAVING ingester tries to find a PENDING ingester during the [hand-over process](../guides/ingesters-rolling-updates.md#chunks-storage-with-wal-disabled-hand-over) (supported only by the chunks storage). Each attempt takes a second or so. Negative value or zero disables hand-over process completely. (default 10)
313+
How many times a LEAVING ingester tries to find a PENDING ingester during the [hand-over process](../guides/ingesters-rolling-updates.md#chunks-storage-with-wal-disabled-hand-over) (supported only by the chunks storage). Negative value or zero disables hand-over process completely. (default 10)
314314

315315
- `-ingester.normalise-tokens`
316316

docs/configuration/config-file-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3265,7 +3265,7 @@ tsdb:
32653265
[wal_compression_enabled: <boolean> | default = false]
32663266
32673267
# True to flush blocks to storage on shutdown. If false, incomplete blocks
3268-
# will be reused after restart, and uploaded when finished.
3268+
# will be reused after restart.
32693269
# CLI flag: -experimental.blocks-storage.tsdb.flush-blocks-on-shutdown
32703270
[flush_blocks_on_shutdown: <boolean> | default = false]
32713271

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ ingester_client:
2929
use_gzip_compression: true
3030

3131
ingester:
32-
# Blocks storage doesn't support blocks transfer between ingesters on shutdown or rollout.
33-
max_transfer_retries: 0
34-
3532
lifecycler:
3633
# The address to advertise for this ingester. Will be autodiscovered by
3734
# looking up address on eth0 or en0; can be specified if this fails.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ ingester_client:
2929
use_gzip_compression: true
3030

3131
ingester:
32-
# Blocks storage doesn't support blocks transfer between ingesters on shutdown or rollout.
33-
max_transfer_retries: 0
34-
3532
lifecycler:
3633
# The address to advertise for this ingester. Will be autodiscovered by
3734
# looking up address on eth0 or en0; can be specified if this fails.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ ingester_client:
3737
tls_ca_path: "root.crt"
3838

3939
ingester:
40-
# Blocks storage doesn't support blocks transfer between ingesters on shutdown or rollout.
41-
max_transfer_retries: 0
42-
4340
lifecycler:
4441
# The address to advertise for this ingester. Will be autodiscovered by
4542
# looking up address on eth0 or en0; can be specified if this fails.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ ingester_client:
2828
use_gzip_compression: true
2929

3030
ingester:
31-
# Blocks storage doesn't support blocks transfer between ingesters on shutdown or rollout.
32-
max_transfer_retries: 0
33-
3431
lifecycler:
3532
# The address to advertise for this ingester. Will be autodiscovered by
3633
# looking up address on eth0 or en0; can be specified if this fails.

0 commit comments

Comments
 (0)