123123213weqw opened a new issue, #1562: URL: https://github.com/apache/rocketmq-dashboard/issues/1562
## Problem A DLQ retry request can remain in flight while the operator switches instances. Its completion still refreshes data, shows a result for the old instance, and closes whatever retry dialog is currently open. If the operator has opened a retry dialog for the new instance, the old completion dismisses that new work. ## Proposed fix Track retry request generations, invalidate them synchronously on instance changes and unmount, and only apply completion/error/loading state for the active generation. Add a regression test that switches instances and opens a new dialog before the old retry resolves. -- 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]
