dlmarion commented on PR #4619: URL: https://github.com/apache/accumulo/pull/4619#issuecomment-2140188706
I don't know if this will fix it, as the delete is still there inside the loop, so it could still cause the test to timeout. Also, looking at this code: https://github.com/apache/accumulo/blob/d6eb1df8ee3155dfbf1fe03548433d6a61566f8f/test/src/main/java/org/apache/accumulo/test/FateSummaryIT.java#L197-L211 I think your assumption is off by a factor of 10. You are inserting 10 rows, but with 10 columns each, so your compaction will iterate over 100 key/value pairs. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org