add definition of balancerComputeThreads (#5865)

This commit is contained in:
Caroline1000 2018-07-05 09:54:36 -07:00 committed by Fangjin Yang
parent ee4a5aafb0
commit b3976050ad

View File

@ -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|