HDFS-13667:Typo: Marking all datandoes as stale. Contributed by Nanda Kumar

This commit is contained in:
Bharat Viswanadham 2018-06-09 16:39:09 -07:00
parent ef0118b91e
commit ccfb816d39

View File

@ -1834,7 +1834,7 @@ public void setBalancerBandwidth(long bandwidth) throws IOException {
}
public void markAllDatanodesStale() {
LOG.info("Marking all datandoes as stale");
LOG.info("Marking all datanodes as stale");
synchronized (this) {
for (DatanodeDescriptor dn : datanodeMap.values()) {
for(DatanodeStorageInfo storage : dn.getStorageInfos()) {