RockteMQ-AI commented on issue #2014: URL: https://github.com/apache/rocketmq-dashboard/issues/2014#issuecomment-5266586767
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Verified against `rocketmq-studio` branch: `web/src/pages/ops/systemAlerts.tsx` (lines 90-91). **Root Cause:** After `clearAcknowledgedAlerts()` succeeds, the page only filters locally acknowledged rows (`setAlerts(prev => prev.filter(a => !a.acknowledged))`). If another session acknowledged additional alerts after this page loaded, the backend deletes them but the local filter does not remove them — stale rows remain visible. **Impact:** System Alerts page — operators see phantom alerts that no longer exist on the server, leading to confusion about the actual alert state. **Severity:** Medium — stale UI state after a cross-session mutation. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *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]
