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 "Ayush Saxena (Jira)" <ji...@apache.org> on 2022/08/03 07:39:00 UTC

[jira] [Resolved] (HDFS-16712) Fix incorrect placeholder in DataNode.java

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

Ayush Saxena resolved HDFS-16712.
---------------------------------
    Fix Version/s: 3.4.0
                   3.3.9
                   3.2.5
     Hadoop Flags: Reviewed
       Resolution: Fixed

> Fix incorrect placeholder in DataNode.java
> ------------------------------------------
>
>                 Key: HDFS-16712
>                 URL: https://issues.apache.org/jira/browse/HDFS-16712
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: ZanderXu
>            Assignee: ZanderXu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.4.0, 3.3.9, 3.2.5
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Fix incorrect placeholder in DataNode.java
> {code:java}
> public String getDiskBalancerStatus() {
>   try {
>     return getDiskBalancer().queryWorkStatus().toJsonString();
>   } catch (IOException ex) {
>     // incorrect placeholder
>     LOG.debug("Reading diskbalancer Status failed. ex:{}", ex);
>     return "";
>   }
> } {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org