drpmma opened a new issue, #5465: URL: https://github.com/apache/rocketmq/issues/5465
The RebalanceImpl will not lock the related queue immediately when the order consumer first starts as in the following picture. <img width="870" alt="image" src="https://user-images.githubusercontent.com/20906038/199910478-3b44ac66-baa4-4b3a-8f18-7626054ede66.png"> Related code: https://github.com/apache/rocketmq/blob/0e43444081507b422c9911869748698c1d71b003/client/src/main/java/org/apache/rocketmq/client/impl/consumer/RebalanceImpl.java#L368-L378 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
