mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-19 02:23:24 +08:00
This commit is contained in:
@@ -1807,7 +1807,7 @@ public class BrokerController {
|
||||
TopicConfigSerializeWrapper topicConfigWrapper) {
|
||||
|
||||
if (shutdown) {
|
||||
BrokerController.LOG.info("BrokerController#doResterBrokerAll: broker has shutdown, no need to register any more.");
|
||||
BrokerController.LOG.info("BrokerController#doRegisterBrokerAll: broker has shutdown, no need to register any more.");
|
||||
return;
|
||||
}
|
||||
List<RegisterBrokerResult> registerBrokerResultList = this.brokerOuterAPI.registerBrokerAll(
|
||||
|
||||
Reference in New Issue
Block a user