rocketmq icon indicating copy to clipboard operation
rocketmq copied to clipboard

[Bug] 并发异步发送消息时,报错 send request failed,导致消息无法发送

Open onejimmyboy opened this issue 7 months ago • 3 comments

Before Creating the Bug Report

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

  • [X] I have searched the GitHub Issues and GitHub 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

centos 7

RocketMQ version

rocketmq 5.1.3

JDK Version

openjdk1.8

Describe the Bug

使用官方的异步发送消息例子,将messageCount调成1W时,执行报错,报错信息如下 image

Steps to Reproduce

broker:5.1.3 client:5.1.3 使用官方的例子,异步发送报错,demo为 image

What Did You Expect to See?

全部发送成功

What Did You See Instead?

很多消息发送失败

Additional Context

No response

onejimmyboy avatar Jul 19 '24 03:07 onejimmyboy