yyqdbngt opened a new issue, #2646: URL: https://github.com/apache/rocketmq-dashboard/issues/2646
### Problem The notification delivery page refreshes after a retry by calling a callback captured when the retry started. If the user changes filters while the retry request is pending, the completed retry can issue a request with the old channel, status, instance, and page values. That stale response may then replace the list for the filters currently shown in the UI. ### Expected behavior A completed retry should refresh the list using the filters and pagination that are active at completion time. ### Proposed fix Route retry completion through the page's current query effect instead of invoking a captured request callback, and add a regression test that changes the status filter while a retry is pending. -- 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]
