HDFS-13667:Typo: Marking all datandoes as stale. Contributed by Nanda Kumar
This commit is contained in:
parent
ef0118b91e
commit
ccfb816d39
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user