dombizita commented on code in PR #10678:
URL: https://github.com/apache/ozone/pull/10678#discussion_r3578853711
##########
hadoop-hdds/interface-client/src/main/proto/hdds.proto:
##########
@@ -433,6 +433,10 @@ message UpgradeStatus {
optional int32 numDatanodesFinalized = 2;
optional int32 numDatanodesTotal = 3;
optional bool shouldFinalize = 4;
+ optional uint32 scmSoftwareVersion = 5;
+ optional uint32 scmApparentVersion = 6;
+ optional uint32 minDatanodeApparentVersion = 7;
+ optional uint32 maxDatanodeApparentVersion = 8;
Review Comment:
I changed it in the OM proto to use `uint32`, that was used before for the
layout versions too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]