yyqdbngt opened a new pull request, #2802: URL: https://github.com/apache/rocketmq-dashboard/pull/2802
## Summary - normalize native alert aggregation names with `Locale.ROOT` - keep lowercase aggregation values working under Turkish and other locale-sensitive JVM defaults - add a regression test proving `min` still selects the minimum sample under `tr-TR` ## Why Alert aggregation identifiers are protocol values, not natural-language text. Using the process default locale can turn `min` into `MİN`, causing the processor to silently fall back to LAST aggregation. ## Testing - `JAVA_HOME=/opt/homebrew/opt/openjdk@21 PATH=/opt/homebrew/opt/openjdk@21/bin:$PATH mvn -q -f server/pom.xml -Dtest=NativeAlertProcessorTest 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]
