jihoonson opened a new issue #8481: Auto compaction can get stuck
URL: https://github.com/apache/incubator-druid/issues/8481
 
 
   ### Affected Version
   
   0.13.x, 0.14.x, 0.15.x
   
   ### Description
   
   The auto compaction can pick up the same interval over again if there are 
more than 1 segment in that interval after compaction. This was introduced in 
https://github.com/apache/incubator-druid/pull/6407 and is because the auto 
compaction is not considering `targetCompactionSizeBytes` or 
`maxRowsPerSegment` while searching for segments to compact.

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