[
https://issues.apache.org/jira/browse/HDFS-14407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira Ajisaka updated HDFS-14407:
---------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Fix Version/s: 3.1.3
2.9.3
3.2.1
3.3.0
3.0.4
2.10.0
Status: Resolved (was: Patch Available)
Committed this to trunk, branch-3.2, branch-3.1, branch-3.0, branch-2, and
branch-2.9. Thanks [~jiwq] for the contribution and thanks [~giovanni.fumarola]
for the review.
> 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]