mxsm opened a new issue, #4721: URL: https://github.com/apache/rocketmq/issues/4721
as following:  NamesrvController.initialize never return false. this method return true or throw exception. so ```java if (!initResult) { controller.shutdown(); System.exit(-3); } ``` this code snippet can be removed. ControllerStartup class has the same problem -- 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]
