Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
As vinayrpet pointed out in HDFS-5754: in DataStorage DATANODE_LAYOUT_VERSION should not compare with NameNode layout version anymore.
if (DataNodeLayoutVersion.supports( LayoutVersion.Feature.FEDERATION, HdfsConstants.DATANODE_LAYOUT_VERSION) && HdfsConstants.DATANODE_LAYOUT_VERSION == nsInfo.getLayoutVersion()) { readProperties(sd, nsInfo.getLayoutVersion());
Attachments
Attachments
Issue Links
- is related to
-
HDFS-5754 Split LayoutVerion into NamenodeLayoutVersion and DatanodeLayoutVersion
- Resolved