From 604a3e01d46268b24058c39d47e07bebfcf05423 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Fri, 24 Jan 2020 15:24:55 -0500 Subject: [PATCH] Disable transfers in loki-local-config.yaml (#1579) * Disable transfers in loki-local-config.yaml #1425 added the ability to disable transfers by setting the max amount of retries to zero or lower. The PR, however, didn't change the default setting in loki-local-config.yaml. This commit changes the setting in loki-local-config.yaml to disable transfers since they would never succeed with the default settings of an inmemory ring anyway. * Set `max_transfer_retries` to 0 in helm charts --- production/helm/loki/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index 698f030d56cd..85a94389f3f3 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -24,6 +24,7 @@ config: chunk_idle_period: 3m chunk_block_size: 262144 chunk_retain_period: 1m + max_transfer_retries: 0 lifecycler: ring: kvstore: