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 04:02:20 UTC

[GitHub] [rocketmq-client-go] fluyu opened a new pull request #574: fix possible infinite loop after rebalance

fluyu opened a new pull request #574:
URL: https://github.com/apache/rocketmq-client-go/pull/574


   ## What is the purpose of the change
   
   fix possible infinite loop after rebalance
   
   ## Brief changelog
   
   it's very likely there will be cpu/memory drain caused by dead loop after a rebalance
   this fix addressed the issue by check whether the process queue is already dropped before starting next consume
   
   
   


----------------------------------------------------------------
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 merged pull request #574: fix possible infinite loop after rebalance

Posted by GitBox <gi...@apache.org>.
ShannonDing merged pull request #574:
URL: https://github.com/apache/rocketmq-client-go/pull/574


   


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