apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.11k stars 11.63k forks source link

[Bug] There's no error log if proxy in cluster mode can't connect to broker #8546

Open Yelijah opened 4 weeks ago

Yelijah commented 4 weeks ago

Before Creating the Bug Report

Runtime platform environment

docker

RocketMQ version

5.1.4

JDK Version

jdk1.8

Describe the Bug

There's no error log if proxy in cluster mode can't connect to broker . the ClusterMetadataService catch all errors:

image

Steps to Reproduce

like above

What Did You Expect to See?

show some error log

What Did You See Instead?

no error log

Additional Context

No response

leizhiyuan commented 3 weeks ago

If you can't connect to the broker, even if there is no error here, there will be an error in the subsequent write message