DestinyL opened a new issue, #8252: URL: https://github.com/apache/rocketmq/issues/8252
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment RedHat 8.4 ### RocketMQ version 4.9.4 ### JDK Version 1.8 ### Describe the Bug 广播模式下,消费消息异常,然后catch到一个不完整堆栈的异常之后,消费消息就中断了 ![image](https://github.com/apache/rocketmq/assets/7259482/1695bb32-aa9d-4673-80ac-db0dbc9b4efb) jstack查看线程,后续都为waiting,猜测是server端推送消息中断,客户端只是waiting等待消费,并没有锁的问题 ![image](https://github.com/apache/rocketmq/assets/7259482/3212ccc3-f9db-4003-808d-f8e555b26778) 广播模式推送消息机制是否有不完善的设计 ### Steps to Reproduce 偶发,不能直接复现 ### What Did You Expect to See? - ### What Did You See Instead? - ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org