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


##########
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:
   nettyServerConfig.listenPort default value is 10911
   
   
![image](https://user-images.githubusercontent.com/63851981/230264596-867b5f78-86da-452b-8f0d-a326f9cb520b.png)
   



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