-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: HDFS-5535 (Rolling upgrades)
-
Component/s: datanode
-
Labels:None
-
Hadoop Flags:Reviewed
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());
- is related to
-
HDFS-5754 Split LayoutVerion into NamenodeLayoutVersion and DatanodeLayoutVersion
-
- Resolved
-