HDFS-9788. Incompatible tag renumbering in HeartbeatResponseProto.
This commit is contained in:
parent
df4dcd3e75
commit
aeb13ef2ab
@ -2726,6 +2726,8 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value
|
HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value
|
||||||
(Kuhu Shukla via umamahesh)
|
(Kuhu Shukla via umamahesh)
|
||||||
|
|
||||||
|
HDFS-9788. Incompatible tag renumbering in HeartbeatResponseProto. (wang)
|
||||||
|
|
||||||
Release 2.7.3 - UNRELEASED
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -226,8 +226,8 @@ message HeartbeatResponseProto {
|
|||||||
repeated DatanodeCommandProto cmds = 1; // Returned commands can be null
|
repeated DatanodeCommandProto cmds = 1; // Returned commands can be null
|
||||||
required NNHAStatusHeartbeatProto haStatus = 2;
|
required NNHAStatusHeartbeatProto haStatus = 2;
|
||||||
optional RollingUpgradeStatusProto rollingUpgradeStatus = 3;
|
optional RollingUpgradeStatusProto rollingUpgradeStatus = 3;
|
||||||
optional uint64 fullBlockReportLeaseId = 4 [ default = 0 ];
|
optional RollingUpgradeStatusProto rollingUpgradeStatusV2 = 4;
|
||||||
optional RollingUpgradeStatusProto rollingUpgradeStatusV2 = 5;
|
optional uint64 fullBlockReportLeaseId = 5 [ default = 0 ];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user