jack870131 commented on a change in pull request #2169:
URL: https://github.com/apache/rocketmq/pull/2169#discussion_r459448797
##########
File path: broker/src/main/java/org/apache/rocketmq/broker/BrokerController.java
##########
@@ -329,6 +331,10 @@ public boolean initialize() throws
CloneNotSupportedException {
Executors.newFixedThreadPool(this.brokerConfig.getConsumerManageThreadPoolNums(),
new ThreadFactoryImpl(
"ConsumerManageThread_"));
+ this.allocateMessageQueueExecutor =
+
Executors.newFixedThreadPool(this.brokerConfig.getConsumerManageThreadPoolNums(),
new ThreadFactoryImpl(
+ "AllocateMessageQueueThread_"));
Review comment:
Updated. The processor thread had been deleted and the code had migrated
to ConsumerManageProcessor.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]