You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Mukul Kumar Singh (JIRA)" <ji...@apache.org> on 2017/07/21 10:31:00 UTC

[jira] [Created] (HDFS-12181) Ozone:TestContainerReplicationManager fails because LogCapturer fails to find expected log messages

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org