RockteMQ-AI commented on issue #1465: URL: https://github.com/apache/rocketmq-dashboard/issues/1465#issuecomment-5237527785
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The `AlertService.severity` Turkish-locale issue is confirmed. `"INFO".toLowerCase()` produces `"ınfo"` (dotless i) on a Turkish JVM, which fails the severity allow-list check and silently degrades to `warning`. **Root Cause:** `String.toLowerCase()` without `Locale.ROOT` uses platform default locale. **Impact:** Alert rules with severity `INFO` silently exported as `warning` on Turkish-locale JVMs — silent data corruption. **Severity:** Medium — silent misbehavior, environment-dependent. A fix PR is available: #1466 (`agent/locale-stable-alert-severity`). --- *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]
