HDFS-9788. Incompatible tag renumbering in HeartbeatResponseProto.

(cherry picked from commit aeb13ef2ab)
(cherry picked from commit d489570755)
This commit is contained in:
Andrew Wang 2016-02-10 15:26:08 -08:00
parent 4324a3d012
commit 47746f65b0
2 changed files with 4 additions and 2 deletions

View File

@ -1741,6 +1741,8 @@ Release 2.8.0 - UNRELEASED
HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value
(Kuhu Shukla via umamahesh)
HDFS-9788. Incompatible tag renumbering in HeartbeatResponseProto. (wang)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -219,8 +219,8 @@ message HeartbeatResponseProto {
repeated DatanodeCommandProto cmds = 1; // Returned commands can be null
required NNHAStatusHeartbeatProto haStatus = 2;
optional RollingUpgradeStatusProto rollingUpgradeStatus = 3;
optional uint64 fullBlockReportLeaseId = 4 [ default = 0 ];
optional RollingUpgradeStatusProto rollingUpgradeStatusV2 = 5;
optional RollingUpgradeStatusProto rollingUpgradeStatusV2 = 4;
optional uint64 fullBlockReportLeaseId = 5 [ default = 0 ];
}
/**