Skip to content

Commit

Permalink
HDFS-9788. Incompatible tag renumbering in HeartbeatResponseProto.
Browse files Browse the repository at this point in the history
  • Loading branch information
umbrant committed Feb 10, 2016
1 parent df4dcd3 commit aeb13ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2726,6 +2726,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,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 ];
}

/**
Expand Down

0 comments on commit aeb13ef

Please sign in to comment.