[
https://issues.apache.org/jira/browse/HDFS-16712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574560#comment-17574560
]
Ayush Saxena commented on HDFS-16712:
-------------------------------------
Committed to trunk, branch-3.3 and branch-3.2.
Thanx [~xuzq_zander] for the contribution!!!
> 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
> 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: [email protected]
For additional commands, e-mail: [email protected]