[ 
https://issues.apache.org/jira/browse/HDFS-12181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiaoyu Yao updated HDFS-12181:
------------------------------
    Summary: Ozone: Fix TestContainerReplicationManager by setting proper log 
level for LogCapturer  (was: Ozone:TestContainerReplicationManager fails 
because LogCapturer fails to find expected log messages)

> Ozone: Fix TestContainerReplicationManager by setting proper log level for 
> LogCapturer
> --------------------------------------------------------------------------------------
>
>                 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
>
>         Attachments: HDFS-12181-HDFS-7240.001.patch, 
> HDFS-12181-HDFS-7240.002.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to