RockteMQ-AI commented on issue #2646: URL: https://github.com/apache/rocketmq-dashboard/issues/2646#issuecomment-5447479168
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The stale-callback issue in the notification delivery retry flow is a valid bug. Capturing filter/pagination state at retry-start time and using it on completion can overwrite the UI with results from outdated filters. **Root Cause:** Retry completion invokes a captured request callback instead of reading the current page query state. **Impact:** Users may see incorrect notification lists after changing filters while a retry is pending. **Severity:** medium The proposed fix (route retry completion through the page's current query effect, add regression test) is the correct approach. --- *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]
