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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
