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/12/29 09:18:51 UTC

[GitHub] [rocketmq-client-go] ingtube-zhangkun opened a new issue #575: [Master] CPU 100% & consume message failed

ingtube-zhangkun opened a new issue #575:
URL: https://github.com/apache/rocketmq-client-go/issues/575


   顺序消息 当 pq.IsDroppd() 时, 会无限调用consumeMessageOrderly, 一直打印warning.
   ![image](https://user-images.githubusercontent.com/63570800/103272515-06d0db00-49f8-11eb-9f24-3f6ed69e68dd.png)
   
   
   `pq.cachedMsgCount` 拉到新消息时加1  而 返回SuspendCurrentQueueAMoment时也会加1 , 消费成功只会减一次, 当失败总次数达到1024次之后, 该队列会被阻塞, 不能消费新消息.
   ![image](https://user-images.githubusercontent.com/63570800/103272897-fb31e400-49f8-11eb-8420-5b5f75b36e04.png)
   
   
   


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



[GitHub] [rocketmq-client-go] ShannonDing closed issue #575: [Master] CPU 100% & consume message failed

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #575:
URL: https://github.com/apache/rocketmq-client-go/issues/575


   


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