Crazylychee commented on issue #287:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/287#issuecomment-2797281193

   @zergduan 我想复现下,所以自建一套docker部署的两主两从的rocketmq。但是发现问题:dashboard使用clusterInfo 
里面的IP和端口请求的mqAdminExt.fetchBrokerRuntimeStats(brokerAddr.getValue()); 
会出现连接超时异常。为此我感觉是端口映射的问题,于是把docker中映射的broker.conf 配置全部添加上 fastListenPort = 
{port1} listenPort = {port2} haListenPort = 
{port3}并重新启动,docker的端口也映射正确了,但是还是会有超时问题。 
   
   
![Image](https://github.com/user-attachments/assets/74e98560-3e9c-4688-aa59-4204598e6701)
   
   具体表现是: 当clusterInfo的出现的端口是slave节点的指定的listenPort端口时,就会报错,而且报错说的端口还不是相同的端口。 : 
请求10914端口,但是报错报10912超时。 我在网上和issues中都找不到相关的解答,现在找不到解决的思路了,想请教下这应该如何排查呢?
   
   还想问下您是如何部署的2主2从的?如果您能教下我正确部署的方法,一定会大大加快我修复这个问题的速度。


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