RockteMQ-AI commented on issue #2728: URL: https://github.com/apache/rocketmq-dashboard/issues/2728#issuecomment-5459696416
**Issue Evaluation** Category: `bug` | Status: **Confirmed** In mock mode, alert rules are stored in a shared map without domain-level isolation. Rules created for one domain leak into other domains, causing incorrect alert rule listings. **Root Cause:** Mock alert rule storage uses a flat map without domain-scoped key namespacing **Impact:** Mock mode displays incorrect alert rules across domains; affects development/testing workflows **Severity:** low The proposed domain-scoped key isolation is the correct fix. --- *Automated evaluation by github-manager-bot* -- 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]
