Aias00 opened a new pull request, #10942: URL: https://github.com/apache/rocketmq/pull/10942
## What does this PR do? Prevents offline receipt-handle cleanup from silently losing a removed group when its worker queue cannot accept the task. The cleanup executor now rejects explicitly, and `clearGroup` restores the group for the next scheduled retry. ## Test - `mvn -pl proxy -Dtest=DefaultReceiptHandleManagerTest test` - Adds a regression that shuts down the cleanup executor and verifies the receipt-handle group remains tracked. Closes #10941. -- 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]
