-
Notifications
You must be signed in to change notification settings - Fork 66
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
开启5个子线程发送5条MQ消息,MqttConsumer 只能收到4条或者更少,必现。 #215
Comments
或者异步发送5条消息,MqttConsumer 会丢消息,麻烦官方确认下 |
多试几次,必现 |
进过测试发现,parseLmqOffset 导致两条lmq消息offset相同,addSendingMessages 只add进一条,hashcode和equals是根据offset判断的 |
给一下rocketmq和rocketmq-mqtt的版本,以及复现的步骤 |
rocktmq 5.1.4版本,rocketmq-mqtt 1.0.1 版本 |
目前观察到的原因: |
我用的develop分支的最新代码,没有复现哈 |
Thread t1 = new Thread(new Runnable(){
|
能私信下吗?给个私信方式,咋们交流交流 |
是的,这个版本的RMQ复现了,应该是一个BUG,这个到RMQ的ISSUE讨论吧 |
嗯嗯,这样可以简单暂时避免这个问题。 |
#64 这里面有SIG的群,可以扫码进群。 |
No description provided.
The text was updated successfully, but these errors were encountered: