Jaskey commented on issue #2297:
URL: https://github.com/apache/rocketmq/issues/2297#issuecomment-691000178


   先说结论:如果仅仅是broker与nameserver的连接断了,实际上不影响客户端的使用。 
   
   1. 客户端会通过nameserver 的感知能力发现broker下线,很快就不会再向这个broker发送消息了(客户端摘除该broker地址)。
   2. 在摘除之前的确可能还会继续发送这个broker,但是按照题设只是broker网络和nameserver断了,实际上不影响。
   
   从你的日志上看,实际上不仅仅是断连的问题,看起来是网络或者是服务有问题:
   ```
   org.apache.rocketmq.remoting.exception.RemotingTimeoutException: wait 
response on the channel <rocketmq-namesrv-prod01.cloud.bz/xx.xx.xx.xx:9876> 
timeout, 6000(ms)
   ```
   
   所以本身需求来说是符合需求的,只是现在不是断连接的问题,更像是一个节点故障的问题。


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


Reply via email to