RongtongJin commented on issue #2660:
URL: https://github.com/apache/rocketmq/issues/2660#issuecomment-779251493


   > 两台服务器安装rocketmq,测试均不行,都会报以上错误,在我这里是必现的。
   
   
服务端的版本应该没有修改过社区的源码吧。“降级4.6.0后此bug消失”是因为走SendMessageProcessor的sendMessage方法,而从4.7.0开始走SendMessageProcessor的asyncSendMessage方法,之前由于asyncSendMessage缺少设置cluster属性导致上述问题,在4.7.1之后被修复。
   
   如果是必现的可否在本机进行debug找出问题原因?


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