RockteMQ-AI commented on issue #10872:
URL: https://github.com/apache/rocketmq/issues/10872#issuecomment-5229880218

   **Issue Evaluation**
   
   Category: `type/bug` | Status: **Confirmed**
   
   **Root Cause:** When computing the target delivery time for a relative timer 
delay, an overflowing addition (`currentTime + delay`) wraps around to a value 
in the past, which the timer wheel treats as an immediate delivery.
   **Impact:** Timer/delayed messages — messages with large relative delays may 
be delivered immediately instead of at the intended future time, breaking delay 
message semantics.
   **Severity:** high
   
   ---
   *Automated evaluation by github-manager-bot*


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

Reply via email to