ZanderXu opened a new pull request, #4672:
URL: https://github.com/apache/hadoop/pull/4672
### Description of PR
Fix incorrect placeholder in DataNode.java
```
public String getDiskBalancerStatus() {
try {
return getDiskBalancer().queryWorkStatus().toJsonString();
} catch (IOException ex) {
// incorrect placeholder
LOG.debug("Reading diskbalancer Status failed. ex:{}", ex);
return "";
}
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]