From 0fa04305a6113b6041a7f96db2a24ff991f8bf0e Mon Sep 17 00:00:00 2001 From: Bingkun Guo Date: Thu, 24 Mar 2016 13:06:59 -0500 Subject: [PATCH] refine description for mergeBytesLimit --- docs/content/configuration/coordinator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/coordinator.md b/docs/content/configuration/coordinator.md index 09c0e7a7719..1461953bf0e 100644 --- a/docs/content/configuration/coordinator.md +++ b/docs/content/configuration/coordinator.md @@ -81,7 +81,7 @@ Issuing a GET request at the same URL will return the spec that is currently in |Property|Description|Default| |--------|-----------|-------| |`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 number of bytes to merge (for segments).|524288000L| +|`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| |`maxSegmentsToMove`|The maximum number of segments that can be moved at any given time.|5| |`replicantLifetime`|The maximum number of coordinator runs for a segment to be replicated before we start alerting.|15|