drpmma commented on issue #5523: URL: https://github.com/apache/rocketmq/issues/5523#issuecomment-1316204282
The data race has been processed by HandleData lock. https://github.com/apache/rocketmq/blob/ec5d3236f65786be7dde712dda5f5ee152d0dce6/proxy/src/main/java/org/apache/rocketmq/proxy/processor/ReceiptHandleProcessor.java#L152-L158 https://github.com/apache/rocketmq/blob/ec5d3236f65786be7dde712dda5f5ee152d0dce6/proxy/src/main/java/org/apache/rocketmq/proxy/common/ReceiptHandleGroup.java#L152-L184 https://github.com/apache/rocketmq/blob/ec5d3236f65786be7dde712dda5f5ee152d0dce6/proxy/src/main/java/org/apache/rocketmq/proxy/processor/ReceiptHandleProcessor.java#L252-L261 -- 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]
