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 2021/11/16 09:38:18 UTC

[GitHub] [rocketmq] cserwen commented on issue #3491: [POP] When only consuming but not producing, the pull request may be held by broker

cserwen commented on issue #3491:
URL: https://github.com/apache/rocketmq/issues/3491#issuecomment-970091401


   I found that the `commitOffset` will also get lock . If I deleted related lines, the consumer can consume normally. Maybe this caused the lock competition to become more serious.
   https://github.com/apache/rocketmq/blob/4506f34e24714ec4d6ac37babd8f096632fd6b1c/broker/src/main/java/org/apache/rocketmq/broker/processor/PopBufferMergeService.java#L343


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org