GitHub user joewee closed a discussion: broker心跳被阻塞导致broker下线
RocketMQ 5.1 生产环境broker(主从,未启用Controller模式),从日志可以看到心跳任务被阻塞10分钟导致broker下线,watermark任务也被阻塞,排查后推测大概率是consumerOffsetManager.persist()、consumerFilterManager.persist()、consumerOrderInfoManager.persist()这三个导致的阻塞,但是为啥会被阻塞一直未排查出原因,下面是对应的日志: <img width="636" alt="image" src="https://github.com/user-attachments/assets/21f95601-cd94-49ea-8f1e-1491cb0fd587" /> <img width="745" alt="image" src="https://github.com/user-attachments/assets/cbe3b42a-f52a-4776-b5ed-627b595953d9" /> <img width="721" alt="image" src="https://github.com/user-attachments/assets/6ed07015-7d9a-461e-a67c-9467f853f2b0" /> GitHub link: https://github.com/apache/rocketmq/discussions/9312 ---- This is an automatically sent email for dev@rocketmq.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org