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
69f6fdb757
commit
0f36539d60
|
@ -3642,7 +3642,7 @@ public class DataNode extends ReconfigurableBase
|
|||
try {
|
||||
return getDiskBalancer().queryWorkStatus().toJsonString();
|
||||
} catch (IOException ex) {
|
||||
LOG.debug("Reading diskbalancer Status failed. ex:{}", ex);
|
||||
LOG.debug("Reading diskbalancer Status failed.", ex);
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue