BluceLee2014 opened a new issue, #9496: URL: https://github.com/apache/rocketmq/issues/9496
### 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 Wind11 ### RocketMQ version 5.3.3 ### JDK Version jdk1.8.0_191 ### Describe the Bug 启动完服务(broker)不马上进行消费者创建发送消息,此时就会报如下错误信息。 版本切换到5.1.0就没有此问题。 Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: Send [3] times, still failed, cost [123]ms, Topic: moolng-demo, BrokersSent: [broker-a, broker-a, broker-a] See https://rocketmq.apache.org/docs/bestPractice/06FAQ for further details. at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:872) at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1611) at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1518) at org.apache.rocketmq.client.producer.DefaultMQProducer.sendDirect(DefaultMQProducer.java:764) at org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:476) ### Steps to Reproduce start mqnamesrv.cmd start mqbroker.cmd -n 127.0.0.1:9876 autoCreateTopicEnable=true ### What Did You Expect to See? 跟5.0.1一样就行 ### What Did You See Instead? Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: Send [3] times, still failed, cost [123]ms, Topic: moolng-demo, BrokersSent: [broker-a, broker-a, broker-a] See https://rocketmq.apache.org/docs/bestPractice/06FAQ for further details. at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.sendDefaultImpl(DefaultMQProducerImpl.java:872) at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1611) at org.apache.rocketmq.client.impl.producer.DefaultMQProducerImpl.send(DefaultMQProducerImpl.java:1518) at org.apache.rocketmq.client.producer.DefaultMQProducer.sendDirect(DefaultMQProducer.java:764) at org.apache.rocketmq.client.producer.DefaultMQProducer.send(DefaultMQProducer.java:476) ### Additional Context _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
