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

Wanqiang Ji edited comment on HDFS-14407 at 4/4/19 1:49 AM:
------------------------------------------------------------

Thanks [~giovanni.fumarola] for the review.


was (Author: jiwq):
Thank [~giovanni.fumarola] for the review.

> Fix mistakenly used of SLF4j or Log4j2 logging 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
>         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: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to