RockteMQ-AI commented on issue #4579: URL: https://github.com/apache/rocketmq-dashboard/issues/4579#issuecomment-5747788873
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase (commit `d50ffecc`). **Root Cause:** In `web/src/pages/instance/dlq.tsx`, the scope-reset block (triggered when `selectedInstanceId` or `refreshKey` changes) clears `groups`, `total`, `page`, `selectedGroupNames`, `detailGroup`, and retry-related state — but does **not** clear the `search` state. The next `listDLQGroups` call therefore still carries the stale search term from the previous instance. **Impact:** DLQ page — users switching instances see a filtered/empty list without realizing the old search term is still active. **Severity:** medium An automated fix proposal can 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]
