You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/16 02:29:15 UTC

[GitHub] [rocketmq] drpmma commented on issue #5523: Data race between receipt-handle renew and ack

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: commits-unsubscribe@rocketmq.apache.org

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