|
@@ -554,7 +554,7 @@ public class DataStorage extends Storage {
|
|
|
void recoverTransitionRead(DataNode datanode, NamespaceInfo nsInfo,
|
|
|
Collection<StorageLocation> dataDirs, StartupOption startOpt) throws IOException {
|
|
|
if (addStorageLocations(datanode, nsInfo, dataDirs, startOpt).isEmpty()) {
|
|
|
- throw new IOException("All specified directories are failed to load.");
|
|
|
+ throw new IOException("All specified directories have failed to load.");
|
|
|
}
|
|
|
}
|
|
|
|