nandakumar131 commented on code in PR #7931:
URL: https://github.com/apache/ozone/pull/7931#discussion_r1961649154
##########
hadoop-hdds/interface-client/src/main/proto/hdds.proto:
##########
@@ -269,7 +269,6 @@ message GetScmInfoResponseProto {
required string clusterId = 1;
required string scmId = 2;
repeated string peerRoles = 3;
- optional bool scmRatisEnabled = 4;
Review Comment:
@adoroszlai, thanks for the review.
This will not break
[HDDS-11268](https://issues.apache.org/jira/browse/HDDS-11268).
With this change, there is no more `STANDALONE_SCM_ROLES_HEADER =
Arrays.asList("Host Name", "Port");`
We will always use `RATIS_SCM_ROLES_HEADER` which is renamed to
`SCM_ROLES_HEADER`.
There is no need for `scmRatisEnabled` check as we will always have Ratis
enabled.
--
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]