xiaoyuzxcasd commented on issue #1918: About consumers stopping pulling messages URL: https://github.com/apache/rocketmq/issues/1918#issuecomment-610177223 > @xiaoyuzxcasd could you provide more information about this issue? and did you used the orderly consume message service? and it seems that all these issues happened in the orderly consumer. > and it seems that the pull message request(broker-01,queueId=1) always pull message expired(org.apache.rocketmq.client.impl.consumer.RebalanceImpl#updateProcessQueueTableInRebalance, org.apache.rocketmq.client.impl.consumer.ProcessQueue#isPullExpired) and lead to removed after rebalance. What I use is ConsumeMessageConcurrentlyService. The log "add a new pull request" means that the PullRequest's self-looping begins. The log "because pull is pause, so try to fix it" means that the PullRequest's self-looping stops. This is where I get most confused Any code that can jump out of the loop will have corresponding log output.But I didn't find These logs, including what I explained earlier :"Search for exception, timeout and drop in the consumer log. These keywords do not exist".
---------------------------------------------------------------- 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
