milleruntime commented on issue #1853: URL: https://github.com/apache/accumulo/issues/1853#issuecomment-754850925
Looking at the code I think something is wrong with the values being compared. We are comparing the estimatedSize of one entry with the estimatedEntries of the other. https://github.com/apache/accumulo/blob/97de2d819ee5ff4fb09513c662eed6e1368f1318/core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java#L370-L373 It looks like the value of `getEstimatedSize()` should be compared. ---------------------------------------------------------------- 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: us...@infra.apache.org