HDFS-16712. Fix incorrect placeholder in DataNode.java (#4672). Contributed by ZanderXu.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
4e842a7ff3
commit
e024d1a3f8
@ -3529,7 +3529,7 @@ public String getDiskBalancerStatus() {
|
|||||||
try {
|
try {
|
||||||
return getDiskBalancer().queryWorkStatus().toJsonString();
|
return getDiskBalancer().queryWorkStatus().toJsonString();
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
LOG.debug("Reading diskbalancer Status failed. ex:{}", ex);
|
LOG.debug("Reading diskbalancer Status failed.", ex);
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user