gaoyf opened a new issue #1398: subscription group [_MONITOR_CONSUMER] does not 
exist
URL: https://github.com/apache/rocketmq/issues/1398
 
 
   1. Please describe the issue you observed:
   Rocketmq client log has many error log, like below:
   `14:22:04.005 [NettyClientPublicExecutor_1] WARN RocketmqClient-130 execute 
the pull request exception
   org.apache.rocketmq.client.exception.MQBrokerException: CODE: 26 DESC: 
subscription group [_MONITOR_CONSUMER] does not exist,
   See http://rocketmq.apache.org/docs/faq/ for further details.`
   
   2. Please tell us about your environment:
   Broker's boot config has item: `autoCreateSubscriptionGroup=false`.
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
   Fix it: create `_MONITOR_CONSUMER` when 
[SubscriptionGroupManager](https://github.com/apache/rocketmq/blob/master/broker/src/main/java/org/apache/rocketmq/broker/subscription/SubscriptionGroupManager.java)'s
 init method invoked.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to