zhangmeng916 commented on a change in pull request #876: Add construction of
domain in Helix participant logic
URL: https://github.com/apache/helix/pull/876#discussion_r389179074
##########
File path:
helix-core/src/main/java/org/apache/helix/manager/zk/ParticipantManager.java
##########
@@ -200,6 +201,22 @@ private void joinCluster() {
}
}
+ private String ConstructDomainField(String faultDomain) {
+ Boolean topologyEnabled =
_configAccessor.getClusterConfig(_clusterName).isTopologyAwareEnabled();
Review comment:
In this logic, we do not parse the cloud provider directly. That logic is in
the processor. I was thinking that if we read from clusterConfig, it'll be
generic, and independent of cloud provider. thoughts?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]