Skip to content
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

[Bug] rocketmq 2m2s集群环境下,客户端使用golang/v5.1.0-rc.1,只能及时消费其中一个broker的消息,另一个broker上的消息不能及时消费 ,有很大的延时 #841

Open
3 tasks done
heshiyingx opened this issue Sep 30, 2024 · 0 comments
Labels
type/bug Something isn't working

Comments

@heshiyingx
Copy link

Before Creating the Bug Report

  • I found a bug, not just asking a question, which should be created in GitHub Discussions.

  • I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.

  • I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.

Programming Language of the Client

Go

Runtime Platform Environment

运行环境:macOS14.7(intel),docker
使用镜像:apache/rocketmq:5.3.0
docker_compose整体文件包括配置如下:
docker-compose.zip

RocketMQ Version of the Client/Server

使用的是官方镜像,apache/rocketmq:5.3.0

Run or Compiler Version

openjdk version "1.8.0_422"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_422-b05)
OpenJDK 64-Bit Server VM (Temurin)(build 25.422-b05, mixed mode)

Describe the Bug

在2m2s同步双写的集群环境下,向普通topic中发送1000条消息。使用go SDK启动多个同消费者的消费者。能立即消费的只有一部分消息,另一部分消息延迟很高,有几十秒到上百秒的延迟。

经测试Java SDK没有这个问题

Steps to Reproduce

What Did You Expect to See?

消费者能够及时消费集群中所有的消息

What Did You See Instead?

现在只能及时消费其中一个broker的消息

Additional Context

No response

@heshiyingx heshiyingx added the type/bug Something isn't working label Sep 30, 2024
@heshiyingx heshiyingx changed the title [Bug] Please Describe the Bug [Bug] rocketmq 2m2s集群环境下,客户端使用golang/v5.1.0-rc.1,只能及时消费其中一个broker的消息,另一个broker上的消息不能及时消费 ,有很大的延时 Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant