|
@@ -1658,7 +1658,7 @@ public class DatanodeManager {
|
|
BlockUnderConstructionFeature uc = b.getUnderConstructionFeature();
|
|
BlockUnderConstructionFeature uc = b.getUnderConstructionFeature();
|
|
if(uc == null) {
|
|
if(uc == null) {
|
|
throw new IOException("Recovery block " + b +
|
|
throw new IOException("Recovery block " + b +
|
|
- "where it is not under construction.");
|
|
|
|
|
|
+ " where it is not under construction.");
|
|
}
|
|
}
|
|
final DatanodeStorageInfo[] storages = uc.getExpectedStorageLocations();
|
|
final DatanodeStorageInfo[] storages = uc.getExpectedStorageLocations();
|
|
// Skip stale nodes during recovery
|
|
// Skip stale nodes during recovery
|