daizhenyu opened a new issue, #7735: URL: https://github.com/apache/rocketmq/issues/7735
### 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 ubuntu-latest ### RocketMQ version Server:5.1.4 rocketmq-client:4.8.0, 4.9.7, 5.0.0, 5.1.4 ### JDK Version oracle Java 8 ### Describe the Bug 1 .在github的action中运行集成测试,使用rocketmq服务端版本为5.1.4,客户端版本为4.8.0, 4.9.7, 5.0.0和5.1.4。其中消费者通过poll方式订阅消费,使用DefaultLitePullConsumer。通过github的版本矩阵方式,对客户端的四个版本分别进行消费测试,其中5.0.0版本一直不消费,时长超过70s。 2. 在github的action中运行集成测试,使用rocketmq服务端版本为4.8.0,客户端版本为4.8.0, 4.9.7, 5.0.0和5.1.4。其中消费者通过push方式订阅消费,使用DefaultMQPushConsumer。通过github的版本矩阵方式,对客户端的四个版本分别进行消费测试,其中4.8.0版本消费时长慢,消费时间需要50-70s,其他版本在50s内可以完成消费。 3. 以上场景,我在自己的本地(windows11)运行,可以正常消费,但是在github action里面消费慢甚至不消费 ### Steps to Reproduce 参考Describe the Bug描述可以复现 1.生产者消费者demo 2.在github action中运行 ### What Did You Expect to See? 我无法定位出现该问题的原因,kafka在相同的环境中进行测试可以正常快速消费,但是rocketmq存在延时,希望可以定位找下原因。 ### What Did You See Instead? 暂无 ### Additional Context 暂无 -- 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