You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2023/01/17 07:37:33 UTC

[GitHub] [rocketmq] Oliverwqcwrw opened a new issue, #5900: A shutdown failure gives the illusion that the broker was successfully added to the container

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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] RongtongJin closed issue #5900: A shutdown failure gives the illusion that the broker was successfully added to the container

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #5900: A shutdown failure gives the illusion that the broker was successfully added to the container
URL: https://github.com/apache/rocketmq/issues/5900


-- 
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-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org