bshashikant commented on a change in pull request #1916:
URL: https://github.com/apache/ozone/pull/1916#discussion_r574000043
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMRatisServerImpl.java
##########
@@ -189,8 +199,11 @@ public RaftPeerId getPeerId() {
return selfPeerId;
}
+ /**
+ * This will be used when the SCM HA config are not defined.
+ */
SCMHAGroupBuilder(final SCMHAConfiguration haConf,
- final ConfigurationSource conf) throws IOException {
+ final ConfigurationSource conf, String clusterId) throws IOException {
Review comment:
The idea is to not use any id defined by user config like service id.
ClusterId will be generated by only one SCM in the cluster and propagated to
whole system.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]