elephone-184 opened a new pull request, #4344: URL: https://github.com/apache/rocketmq-dashboard/pull/4344
Fixes #4343. ### Summary Adds a transactional message Half-Check hang detection and manual resolution audit pipeline to monitor uncommitted prepared transactions, check retries, and prevent discard into `TRANS_CHECK_MAX_REMOVE_TOPIC`. ### Features - `TransactionHalfMessageAuditReport`: models pending half-message backlogs, check retries, hanging durations, and timeout rates. - `TransactionHalfMessageAuditService`: audits uncommitted half-message queues and provides manual commit/rollback compensation. - `TransactionHalfMessageAuditController`: exposes `/transaction/halfAudit.query` and `/transaction/halfResolve.do`. - `TransactionHalfMessageAuditModal`: MUI interface displaying pending transactions, retry warning chips, and manual resolution action buttons. - Unit tests for controller and service layers. ### Test Plan - Unit tests in `TransactionHalfMessageAuditControllerTest` and `TransactionHalfMessageAuditServiceImplTest`. - Tested transaction audit retrieval and commit/rollback resolution. -- 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]
