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/08/31 02:57:27 UTC

[GitHub] [rocketmq] xdkxlk opened a new issue, #4938: Concurrency problems when renew handle and ack or changeInvisibleTime at the same time

xdkxlk opened a new issue, #4938:
URL: https://github.com/apache/rocketmq/issues/4938

   When renew handle in ReceiptHandleProcessor and ack or changeInvisibleTime by client at the same time, three will be concurrency problems.
   
   For example:
   1. Send a changeInvisibleTime request in ReceiptHandleProcessor
   2. Before receive the response of changeInvisibleTime, client send an ack request
   The handle used to ack should be the result of changeInvisibleTime in ReceiptHandleProcessor


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

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


[GitHub] [rocketmq] xdkxlk closed issue #4938: Concurrency problems when renew handle and ack or changeInvisibleTime at the same time

Posted by GitBox <gi...@apache.org>.
xdkxlk closed issue #4938: Concurrency problems when renew handle and ack or changeInvisibleTime at the same time
URL: https://github.com/apache/rocketmq/issues/4938


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