-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
客户端在生产消息时偶尔报发送失败报错,报错信息见正文 #51
Comments
可以贴出报错的异常堆栈,还有mqcloud及broker版本发一下 |
broker版本:V4_9_1 2023-11-21 07:57:00.168 ERROR [DubboServerHandler-172.20.30.111:17690-thread-193] [TID:e66dcae9549c46b687e51d0ae3f7695a.570.17005246170697275] c.sohu.tv.mq.rocketmq.RocketMQProducer Line:284 - send error |
2023-11-21 07:56:56.709 ERROR [DubboServerHandler-172.20.3.143:58439-thread-199] [TID:1b4771c8afc94ee7b46c5a9b28679de4.620.17005246136686327] c.sohu.tv.mq.rocketmq.RocketMQProducer Line:284 - send error
在生产消息时,偶尔报如上错误,在故障点,排查rocketmq broker均无资源凸峰,但是有如下error。
2023-11-21 07:57:08 ERROR NettyServerNIOSelector_3_2 - processRequestWrapper response to /172.16.14.111:24829 failed
io.netty.channel.StacklessClosedChannelException: null ----->这个error,我估计是不是客户端发送失败关闭了连接,因此broker返回数据失败。
烦请给个send error报错的解决思路。
The text was updated successfully, but these errors were encountered: