[ 
https://issues.apache.org/jira/browse/HDFS-14407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810495#comment-16810495
 ] 

Hudson commented on HDFS-14407:
-------------------------------

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #16354 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16354/])
HDFS-14407. Fix misuse of SLF4j logging API in (aajisaka: rev 
67020f09502a4f07342dee457e47bb52b03441ae)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/DatasetVolumeChecker.java


> Fix misuse of SLF4j logging API in DatasetVolumeChecker#checkAllVolumes
> -----------------------------------------------------------------------
>
>                 Key: HDFS-14407
>                 URL: https://issues.apache.org/jira/browse/HDFS-14407
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Wanqiang Ji
>            Assignee: Wanqiang Ji
>            Priority: Minor
>             Fix For: 2.10.0, 3.0.4, 3.3.0, 3.2.1, 2.9.3, 3.1.3
>
>         Attachments: HDFS-14407.001.patch
>
>
>  Wrong:
> {code:java}
> LOG.warn("checkAllVolumes timed out after {} ms" +
>     maxAllowedTimeForCheckMs);
> {code}
> Correct:
> {code:java}
> LOG.warn("checkAllVolumes timed out after {} ms",
>     maxAllowedTimeForCheckMs);
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to