yuluo-yx opened a new pull request, #10882: URL: https://github.com/apache/rocketmq/pull/10882
### Which Issue(s) This PR Fixes - Fixes #10872 ### Brief Description Relative timer delay conversion now uses exact long arithmetic. Seconds-to-milliseconds and current-time addition overflow are rejected through the existing WHEEL_TIMER_MSG_ILLEGAL path instead of wrapping into an immediate timestamp. ### How Did You Test This Change? - mise exec [email protected] -- mvn -pl broker -am -DskipITs -Dtest=HookUtilsTest -Dsurefire.failIfNoSpecifiedTests=false test (3 tests passed) - Checkstyle and SpotBugs passed in the same Maven reactor. - git diff --check and the 400-line scope gate passed. - Not run: full repository build, container tests, or end-to-end tests. -- 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]
