RockteMQ-AI commented on issue #10797: URL: https://github.com/apache/rocketmq/issues/10797#issuecomment-5190435461
**Issue Evaluation** Category: `bug` | Status: **Confirmed** **Root Cause:** `TransactionActivity` calls `messagingProcessor.endTransaction(...)` but ignores the returned `CompletableFuture`, returning success immediately. **Impact:** Correctness — transaction failures are silently lost on the remoting path **Severity:** Medium Valid issue. The fix should chain/wait on the future and map failures through existing remoting exception handling. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *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]
