Oliverwqcwrw opened a new issue, #5900:
URL: https://github.com/apache/rocketmq/issues/5900
**BUG REPORT**
1. Please describe the issue you observed:
- What did you do (The steps to reproduce)?
`org.apache.rocketmq.container.BrokerContainer#addMasterBroker`
>
if (!initResult) {
masterBroker.shutdown();
masterBrokerControllers.remove(brokerIdentity);
throw new Exception("Failed to init master broker " +
masterBrokerConfig.getCanonicalName());
}
It will not remove broker when init failed and shutdown failed
- What is expected to see?
I will fix addDLedgerBroker,addMasterBroker,addSlaveBroker
- What did you see instead?
2. Please tell us about your environment:develop
3. Other information (e.g. detailed explanation, logs, related issues,
suggestions on how to fix, etc):
--
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]