Details
Description
TestContainerReplicationManager fails consistently because the following lines are marked at info level. Tests are looking for the log entries in the logcapturer and failing.
if (pool.getLastProcessedTime() + this.containerProcessingLag < Time.monotonicNow()) { -----> LOG.debug("Adding pool {} to container processing queue", pool .getPoolName()); InProgressPool inProgressPool = new InProgressPool(maxPoolWait, pool, this.nodeManager, this.poolManager, this.commandQueue, this.executorService);