RockteMQ-AI commented on issue #4879: URL: https://github.com/apache/rocketmq-dashboard/issues/4879#issuecomment-5771977583
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. `listAlertRuleRuntime(domain)` lacks a `cancelled` guard, allowing a slow response from the previous domain to overwrite the current domain's runtime state. **Root Cause:** Missing cancellation check before setting runtime state after domain switch. **Impact:** UI displays incorrect runtime data from a different domain. **Severity:** Low An automated fix proposal may be generated. Reply `/approve` to proceed with PR generation. --- *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]
