|
@@ -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 ];
|
|
|
}
|
|
|
|
|
|
/**
|