pan3793 commented on code in PR #2446:
URL: https://github.com/apache/celeborn/pull/2446#discussion_r1552649982
##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/clustermeta/ha/MasterClusterInfo.scala:
##########
@@ -43,7 +43,14 @@ object MasterClusterInfo extends Logging {
val ratisPort = conf.haMasterRatisPort(nodeId)
val rpcHost = conf.haMasterNodeHost(nodeId)
val rpcPort = conf.haMasterNodePort(nodeId)
- MasterNode(nodeId, ratisHost, ratisPort, rpcHost, rpcPort)
+ val internalPort = {
Review Comment:
nit: the outer `{}` is redundant
--
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]