Skip to content

Commit

Permalink
ksonnet: update ingester config to transfer chunks on rollout (#894)
Browse files Browse the repository at this point in the history
ingester.max_transfer_retries and
ingester.lifecycler.{join_after, claim_on_rollout} have been
added and set to match values proven to work for Cortex in production.
  • Loading branch information
rfratto authored Aug 15, 2019
1 parent fc8ae5a commit a7e0e48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
ingester: {
chunk_idle_period: '15m',
chunk_block_size: 262144,
max_transfer_retries: 60,

lifecycler: {
ring: {
Expand All @@ -125,8 +126,8 @@

num_tokens: 512,
heartbeat_period: '5s',
join_after: '10s',
claim_on_rollout: false,
join_after: '30s',
claim_on_rollout: true,
interface_names: ['eth0'],
},
},
Expand Down

0 comments on commit a7e0e48

Please sign in to comment.