|
@@ -312,7 +312,7 @@ public class BlockPoolSliceStorage extends Storage {
|
|
|
}
|
|
|
LOG.info("Upgrading block pool storage directory " + bpSd.getRoot()
|
|
|
+ ".\n old LV = " + this.getLayoutVersion() + "; old CTime = "
|
|
|
- + this.getCTime() + ".\n new LV = " + nsInfo.getLayoutVersion()
|
|
|
+ + this.getCTime() + ".\n new LV = " + HdfsConstants.DATANODE_LAYOUT_VERSION
|
|
|
+ "; new CTime = " + nsInfo.getCTime());
|
|
|
// get <SD>/previous directory
|
|
|
String dnRoot = getDataNodeStorageRoot(bpSd.getRoot().getCanonicalPath());
|