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 2022/04/07 01:15:26 UTC

[GitHub] [rocketmq] ni-ze commented on issue #4086: the release of the ProcessQueue lock is more suitable after the consume offset is submitted, not just after the listener has consumed the message

ni-ze commented on issue #4086:
URL: https://github.com/apache/rocketmq/issues/4086#issuecomment-1090978607

   consumeLock used in RebalancePushImpl#removeUnnecessaryMessageQueue and before messageListener#consumeMessage invoked, so, ReentranceLock can protect those data which are processing from lock in broker released. 


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