tju-yxq opened a new pull request, #3782: URL: https://github.com/apache/rocketmq-dashboard/pull/3782
## What changed The delivery page only retried the failed rows visible on the current page. If a filter matched failed deliveries across several pages, the operator had to page through and retry each page manually. This change adds a bounded filtered retry action: - add `POST /api/system-alerts/deliveries/retry-filtered`; - select failed delivery IDs matching the current channel and instance filters; - bound the action to at most 100 rows by delivery ID order; - reuse the existing per-delivery retry path, preserving state reset, audit records, and per-ID failure reporting; - add typed frontend API and service wrappers; - add a “Retry matching failures” action to the delivery page; - keep the existing current-page retry action unchanged. Closes #3561 ## Validation - `mvn -q '-Dtest=NotificationOutboxServiceTest,SystemAlertControllerTest' test` — 40 tests passed - `mvn -q checkstyle:check` — passed - `npm test -- NotificationDeliveriesPage.test.tsx --run` — 4 tests passed - `npm run lint -- --quiet` — 0 errors; 10 existing warnings remain elsewhere in the tree - `npm run build` — passed - `git diff --check` — passed The GitHub Actions status is not being described as green here; the checks above are local validation on this branch. -- 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]
