RockteMQ-AI commented on issue #11047: URL: https://github.com/apache/rocketmq/issues/11047#issuecomment-5711104967
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug in the timer enqueue retry logic. The issue correctly identifies that retry re-enqueues already-succeeded requests, causing scheduled messages to be delivered multiple times. **Root Cause:** The retry logic does not properly track which enqueue requests have already succeeded. **Impact:** Scheduled messages may be delivered multiple times, violating delivery guarantees. **Severity:** High - affects message delivery correctness for timer/scheduled messages. **Assessment:** The fix should ensure retry logic only re-enqueues failed requests, not already-succeeded ones. An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
