Aias00 opened a new issue, #1279: URL: https://github.com/apache/rocketmq-dashboard/issues/1279
## Problem The DLQ page retains its previous group list, selected rows, detail state, and retry context while a newly selected instance is loading. A retry request uses the current `instanceId`, so an operator can accidentally retry a group selected from the previous instance against the new instance. ## Expected behavior Immediately clear instance-scoped DLQ data and close retry/detail state when the selected instance changes. Render only data loaded for the current instance. ## Scope Track 1 / DLQ operations. Add a frontend regression test for changing instances after selecting a DLQ group. ## Evidence `web/src/pages/instance/dlq.tsx:141-163` replaces groups only after the request resolves, while `:194-204` submits `retryGroup` using the latest selected instance. -- 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]
