tju-yxq commented on issue #2659: URL: https://github.com/apache/rocketmq-dashboard/issues/2659#issuecomment-5448794946
Implemented in commit `29a9ecc6` and proposed in PR #2660. The batch delete loop now isolates unexpected runtime failures to the identifier being processed, records a trimmed failure message (maximum 500 characters), and continues with the remaining identifiers. Existing `BusinessException` results and successful deletion counting are unchanged. Regression coverage includes a provider `IllegalStateException` on the first Apache instance followed by a successful second deletion, plus the bounded-message case. The focused service/controller tests and the backend suite (1790 tests) pass locally; `git diff --check` also passes. The PR is open for maintainer review. -- 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]
