Hi, I am ramping up on compaction/cleanup stuff in oak-segment-tar and while reading the code in CompactionAndCleanupIT, found this line [1]. Now my question is this: why does it take two compaction/cleanup cycles to remove the segment(s) storing that blob?
Regards, Andrei [1] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/CompactionAndCleanupIT.java#L139
