From b07db4089cbcf2d7105bebadfb8ca66648711ec7 Mon Sep 17 00:00:00 2001 From: Bingkun Guo Date: Tue, 26 Jan 2016 10:19:20 -0600 Subject: [PATCH] fix doc: Setting druid.coordinator.merge.on will trigger an Append Task instead of Merge Task. --- 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 b03dff8d9ae..38fb6810a2d 100644 --- a/docs/content/configuration/coordinator.md +++ b/docs/content/configuration/coordinator.md @@ -82,7 +82,7 @@ Issuing a GET request at the same URL will return the spec that is currently in |--------|-----------|-------| |`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| -|`mergeSegmentsLimit`|The maximum number of segments that can be in a single [merge task](../misc/tasks.html).|100| +|`mergeSegmentsLimit`|The maximum number of segments that can be in a single [append task](../misc/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| |`replicationThrottleLimit`|The maximum number of segments that can be replicated at one time.|10|