You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/19 13:11:32 UTC

[GitHub] [rocketmq] debugsw opened a new issue #1871: CODE: 24 DESC: the consumer's group info not exist

debugsw opened a new issue #1871: CODE: 24  DESC: the consumer's group info not exist
URL: https://github.com/apache/rocketmq/issues/1871
 
 
   2020-03-19 16:33:02 WARN NettyClientPublicExecutor_1 - execute the pull request exception
   org.apache.rocketmq.client.exception.MQBrokerException: CODE: 24  DESC: the consumer's group info not exist
   See http://rocketmq.apache.org/docs/faq/ for further details.
    at org.apache.rocketmq.client.impl.MQClientAPIImpl.processPullResponse(MQClientAPIImpl.java:640)
    at org.apache.rocketmq.client.impl.MQClientAPIImpl.access$200(MQClientAPIImpl.java:155)
    at org.apache.rocketmq.client.impl.MQClientAPIImpl$2.operationComplete(MQClientAPIImpl.java:592)
    at org.apache.rocketmq.remoting.netty.ResponseFuture.executeInvokeCallback(ResponseFuture.java:51)
    at org.apache.rocketmq.remoting.netty.NettyRemotingAbstract$2.run(NettyRemotingAbstract.java:286)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
   
   
   
   Today, this exception has always occurred in the production environment, resulting in no consumption of the production environment messages, and all consumers are offline. Finally, restart rockermq directly and it will return to normal. What is the cause of this abnormality.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] wlliqipeng closed issue #1871: CODE: 24 DESC: the consumer's group info not exist

Posted by GitBox <gi...@apache.org>.
wlliqipeng closed issue #1871: CODE: 24  DESC: the consumer's group info not exist
URL: https://github.com/apache/rocketmq/issues/1871
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] wlliqipeng commented on issue #1871: CODE: 24 DESC: the consumer's group info not exist

Posted by GitBox <gi...@apache.org>.
wlliqipeng commented on issue #1871: CODE: 24  DESC: the consumer's group info not exist
URL: https://github.com/apache/rocketmq/issues/1871#issuecomment-608359505
 
 
   Issues are generally used for bug reports and feature requests, so if you have any questions about     Apache  RocketMQ, it is recommended to discuss it on the mailing list first, the mailing list [address]    (https://rocketmq.apache.org/about/contact). I will close the Issue first, but please feel free to reopen it if you have any other issues.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] xujianhai666 commented on issue #1871: CODE: 24 DESC: the consumer's group info not exist

Posted by GitBox <gi...@apache.org>.
xujianhai666 commented on issue #1871: CODE: 24  DESC: the consumer's group info not exist
URL: https://github.com/apache/rocketmq/issues/1871#issuecomment-602375154
 
 
   @debugsw  broker does not hava group subcription and  not open autoCreateSubscription. pls check

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] debugsw commented on issue #1871: CODE: 24 DESC: the consumer's group info not exist

Posted by GitBox <gi...@apache.org>.
debugsw commented on issue #1871: CODE: 24  DESC: the consumer's group info not exist
URL: https://github.com/apache/rocketmq/issues/1871#issuecomment-602412650
 
 
   > @debugsw broker does not hava group subcription and not open autoCreateSubscription. pls check
   
   broker does not hava group subcription and not open autoCreateSubscription. pls check . If this one is not enabled and configured, it has been running normally before. Only on that day did this problem suddenly occur. After the restart, this problem never occurred again. I don't know why. I don't know if the actual memory leak will cause this 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] wlliqipeng commented on issue #1871: CODE: 24 DESC: the consumer's group info not exist

Posted by GitBox <gi...@apache.org>.
wlliqipeng commented on issue #1871: CODE: 24  DESC: the consumer's group info not exist
URL: https://github.com/apache/rocketmq/issues/1871#issuecomment-608357552
 
 
   In the same consume group, this situation may happen, if different consumer instances have subscribed to different topics. so you should better the usage of RocketMQ.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services