RockteMQ-AI commented on issue #2119: URL: https://github.com/apache/rocketmq-dashboard/issues/2119#issuecomment-5281470802
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `MessageQueryHistoryDrawer` retains rows and summary from the previous instance when loading a new context. If the new request fails, stale data remains visible alongside the error with no retry mechanism. **Impact:** Dashboard users may see misleading stale query results after a failed context load, with no way to retry. **Severity:** Medium — affects data accuracy in the query history UI but does not cause data corruption. **Proposed Fix:** 1. Clear stale results at the start of each new request 2. Expose a retry action on failure 3. Handle invalid timestamps safely 4. Add frontend regression coverage 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]
