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

(cherry picked from commit ccfb816d39)
This commit is contained in:
Bharat Viswanadham 2018-06-09 16:39:09 -07:00
parent 33b6a68c81
commit c0d46a84a6
1 changed files with 1 additions and 1 deletions

View File

@ -1834,7 +1834,7 @@ public class DatanodeManager {
}
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()) {