2849747209 opened a new issue, #8960: URL: https://github.com/apache/rocketmq/issues/8960
### 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 Rocky Linux ### RocketMQ version release-5.3.1 ### JDK Version jdk17 ### Describe the Bug $ROCKETMQ_HOME/conf/2m-2s-async/broker-a.properties ![rocketmq故障截图1](https://github.com/user-attachments/assets/699dbd71-009c-4b41-bc3d-11193e596bc3) the source code <img width="1643" alt="image" src="https://github.com/user-attachments/assets/9c2634e1-876b-4ad2-87fa-d1559860780b"> <img width="1510" alt="image" src="https://github.com/user-attachments/assets/6a4abf23-a4b5-43a5-98cb-cd075649b871"> ### Steps to Reproduce 1.start master nohup bash bin/mqbroker -n '172.16.0.9:9876;172.16.0.10:9876' -c $ROCKETMQ_HOME/conf/2m-2s-async/broker-a.properties --enable-proxy & 2.start slave nohup bash bin/mqbroker -n '172.16.0.9:9876;172.16.0.10:9876' -c $ROCKETMQ_HOME/conf/2m-2s-async/broker-a-s.properties --enable-proxy & 3.view logs of slave tail -f ~/logs/rocketmqlogs/broker.log ### What Did You Expect to See? I want to see the master node and slave node synchronize data ok ### What Did You See Instead? ![rocketmq故障截图2](https://github.com/user-attachments/assets/6b564951-c176-4705-9da9-48e7764b1226) ### 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org