From b3976050ad45b02bf84c17923e3f8f430a02ca88 Mon Sep 17 00:00:00 2001 From: Caroline1000 Date: Thu, 5 Jul 2018 09:54:36 -0700 Subject: [PATCH] add definition of balancerComputeThreads (#5865) --- docs/content/configuration/coordinator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/configuration/coordinator.md b/docs/content/configuration/coordinator.md index 9e4f38cf44e..fe42c750f31 100644 --- a/docs/content/configuration/coordinator.md +++ b/docs/content/configuration/coordinator.md @@ -97,6 +97,7 @@ Issuing a GET request at the same URL will return the spec that is currently in |Property|Description|Default| |--------|-----------|-------| +|`balancerComputeThreads`|The number of threads used in a coordinator balancing run.|1| |`millisToWaitBeforeDeleting`|How long does the coordinator need to be active before it can start removing (marking unused) segments in metadata storage.|900000 (15 mins)| |`mergeBytesLimit`|The maximum total uncompressed size in bytes of segments to merge.|524288000L| |`mergeSegmentsLimit`|The maximum number of segments that can be in a single [append task](../ingestion/tasks.html).|100|