milleruntime commented on issue #1534: GarbageCollectorIT.gcLotsOfCandidatesIT failure URL: https://github.com/apache/accumulo/issues/1534#issuecomment-594091179 > Looking at the IT, it is waiting for a specific output, which could have changed: > > ``` > while (!output.contains("delete candidates has exceeded")) { > ``` The output I think it is waiting for is here: https://github.com/apache/accumulo/blob/e4b69f976c7223ff7dc3fd930462c323da0ef7ae/server/gc/src/main/java/org/apache/accumulo/gc/SimpleGarbageCollector.java#L219-L222 Perhaps with recent improvements, it is not running out of memory so never meets this condition.
---------------------------------------------------------------- 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
