RockteMQ-AI commented on issue #1465: URL: https://github.com/apache/rocketmq-dashboard/issues/1465#issuecomment-5240699825
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Valid bug. Alert severity normalization uses locale-sensitive case conversion, causing `CRITICAL` to become `crıtıcal` on Turkish-locale JVMs. **Root Cause:** Same pattern as #1469/#1467 — missing `Locale.ROOT` in severity parsing. **Impact:** Alert configuration and display broken on Turkish-locale hosts. **Severity:** medium These three issues (#1465, #1467, #1469) share a common root cause and could be fixed together in a single PR. --- *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]
