Mukul Kumar Singh created HDFS-12181: ----------------------------------------
Summary: Ozone:TestContainerReplicationManager fails because LogCapturer fails to find expected log messages Key: HDFS-12181 URL: https://issues.apache.org/jira/browse/HDFS-12181 Project: Hadoop HDFS Issue Type: Sub-task Components: ozone Affects Versions: HDFS-7240 Reporter: Mukul Kumar Singh Assignee: Mukul Kumar Singh Fix For: HDFS-7240 TestContainerReplicationManager fails consistently because the following lines are marked at info level. Tests are looking for the log entries in the logcapturer and failing. {code} 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); {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org