RongtongJin commented on code in PR #6538:
URL: https://github.com/apache/rocketmq/pull/6538#discussion_r1159220941


##########
broker/src/main/java/org/apache/rocketmq/broker/BrokerStartup.java:
##########
@@ -167,7 +167,6 @@ public static BrokerController 
buildBrokerController(String[] args) throws Excep
             System.exit(-4);
         }
 
-        messageStoreConfig.setHaListenPort(nettyServerConfig.getListenPort() + 
1);

Review Comment:
   If the user has not configured it, could the default port for HA be set to 
nettyServerConfig.getListenPort() + 1 ?



-- 
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]

Reply via email to