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 #6407 and is because the auto compaction is not considering targetCompactionSizeBytes or maxRowsPerSegment while searching for segments to compact.
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 #6407 and is because the auto compaction is not considering
targetCompactionSizeBytesormaxRowsPerSegmentwhile searching for segments to compact.