-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code: 25 desc: the consumer's subscription not latest #370
Comments
please provide further details,like how does it happen?when does it happen? |
please provide your system environment too.like ROCKETMQ_HOME,version of jdk,type of OS etc. |
操作系统版本为 centos7.2 rocketmq版本为4.2 该问题主要是在consumer启动一段时间后就会抛这个异常,启动三个consumer,关掉其中一个,其他两个也会抛这个异常,底层response返回的是25 |
看起来像是这个问题 #363 (comment) |
@dominicqi yes,it's same problem. |
@yuxuanxinchen 请用最新版本验证,如果还有问题,发邮件到rocketmq user列表里,感谢你的支持。 |
2018-07-18 10:26:55.0926 WARN - NettyClientPublicExecutor_2 | RocketmqClient.onException-384 execute the pull request exception org.apache.rocketmq.client.exception.MQBrokerException: CODE: 25 DESC: the consumer's subscription not latest
For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
at org.apache.rocketmq.client.impl.MQClientAPIImpl.processPullResponse(MQClientAPIImpl.java:640) ~[rocketmq-client-4.2.0.jar:4.2.0]
at org.apache.rocketmq.client.impl.MQClientAPIImpl.access$200(MQClientAPIImpl.java:155) ~[rocketmq-client-4.2.0.jar:4.2.0]
at org.apache.rocketmq.client.impl.MQClientAPIImpl$2.operationComplete(MQClientAPIImpl.java:592) [rocketmq-client-4.2.0.jar:4.2.0]
at org.apache.rocketmq.remoting.netty.ResponseFuture.executeInvokeCallback(ResponseFuture.java:51) [rocketmq-remoting-4.2.0.jar:4.2.0]
at org.apache.rocketmq.remoting.netty.NettyRemotingAbstract$2.run(NettyRemotingAbstract.java:286) [rocketmq-remoting-4.2.0.jar:4.2.0]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_112]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_112]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_112]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_112]
请问这个是什么问题呢
The text was updated successfully, but these errors were encountered: