RockteMQ-AI commented on issue #2679: URL: https://github.com/apache/rocketmq-dashboard/issues/2679#issuecomment-5452938414
**Issue Evaluation** Category: `bug` | Status: **Confirmed** **Root Cause:** When monitored resources (topics, consumer groups, brokers) are removed, the native alert system does not automatically resolve their associated alert states. Orphaned alerts accumulate. **Impact:** Alert fatigue — operators see stale alerts for resources that no longer exist, making it harder to identify real issues. **Severity:** Medium-High — affects operational reliability of the monitoring system. This is a legitimate lifecycle management gap. The fix should: 1. Hook into resource deletion events (or detect absence during alert evaluation cycles). 2. Automatically transition associated alert states to resolved/cleared. 3. Optionally log the auto-resolution for audit trail. --- *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]
