We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e70ee commit 203cb30Copy full SHA for 203cb30
broker/src/main/java/org/apache/rocketmq/broker/BrokerController.java
@@ -188,9 +188,7 @@ public BlockingQueue<Runnable> getPullThreadPoolQueue() {
188
}
189
190
public boolean initialize() throws CloneNotSupportedException {
191
- boolean result = true;
192
-
193
- result = result && this.topicConfigManager.load();
+ boolean result = this.topicConfigManager.load();
194
195
result = result && this.consumerOffsetManager.load();
196
result = result && this.subscriptionGroupManager.load();
0 commit comments