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/11/25 14:39:33 UTC

[GitHub] [rocketmq-client-go] EdwardTanshuo opened a new issue #561: [Master] PushConsumer goroutine leaks when receiving re-balance cmd

EdwardTanshuo opened a new issue #561:
URL: https://github.com/apache/rocketmq-client-go/issues/561


   1. Please describe the issue you observed:
   
       - What did you do ?
       Use a cronjob to loop launch a  go process with a push consumer initialization in every 1 second.
   
       - What did you expect to see?
      goroutines should keep balance.
   
       - What did you see instead?
       [code](https://github.com/apache/rocketmq-client-go/blob/0d7212cbdf2035b5e9d50cec7c0e24d23345aeab/consumer/push_consumer.go#L450)  pullMessage function fired again and again, forks more than 50 goroutines in one minute.


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