fjy commented on a change in pull request #6407: Add support 
keepSegmentGranularity for automatic compaction
URL: https://github.com/apache/incubator-druid/pull/6407#discussion_r223196758
 
 

 ##########
 File path: docs/content/configuration/index.md
 ##########
 @@ -782,9 +782,11 @@ A description of the compaction config is:
 |Property|Description|Required|
 |--------|-----------|--------|
 |`dataSource`|dataSource name to be compacted.|yes|
+|`keepSegmentGranularity`|Set 
[keepSegmentGranularity](../ingestion/compaction.html) to true for 
compactionTask.|no (default = true)|
 |`taskPriority`|[Priority](../ingestion/tasks.html#task-priorities) of compact 
task.|no (default = 25)|
-|`targetCompactionSizeBytes`|The target segment size of compaction. The actual 
size of a compact segment might be slightly larger or smaller than this 
value.|no (default = 838860800)|
-|`numTargetCompactionSegments`|Max number of segments to compact together.|no 
(default = 150)|
+|`inputSegmentSizeBytes`|Total input segment size of a compactionTask. The 
actual input size can be slightly larger than this value.|no (default = 
419430400)|
 
 Review comment:
   if the total size can be larger, what's the point of this config?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to