yyqdbngt opened a new pull request, #2831: URL: https://github.com/apache/rocketmq-dashboard/pull/2831
## Summary - reject null reminder intervals before alert state transitions - reject negative reminder intervals instead of treating them as immediately due - add regression coverage for both invalid values ## Why The alert state machine validated the firing duration but not the reminder interval. A null interval failed later with an unrelated exception, while a negative interval caused every subsequent firing sample to emit a reminder. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 mvn -f server/pom.xml -Dtest=AlertStateMachineTest test` -- 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]
