jihoonson commented on issue #7501: Compact doesn't go more far than P1M back 
in history?
URL: 
https://github.com/apache/incubator-druid/issues/7501#issuecomment-484653675
 
 
   > Oh, I though maxNumSegmentsToCompact was a count of segments to take for 1
   pass...
   
   Hmm I think it's true. `maxNumSegmentsToCompact` is the max number of 
segments for each compactionTask spawned by auto compaction.
   
   But probably setting it to 900 wouldn't work because there's another 
configuration to limit the max size of each ZNode 
(`druid.indexer.runner.maxZnodeBytes`, 
http://druid.io/docs/latest/configuration/index.html#middlemanager-configuration).
 You might need to increase it as well.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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