github-actions[bot] commented on PR #1125: URL: https://github.com/apache/incubator-seata-go/pull/1125#issuecomment-4881361320
> Bot detected the issue body's language is not English, translate it automatically. Add Amendment pkg/integration/rocketmq/tcc_rocketmq_action.go Problem: When both offsetMsgId and msgId are missing or parsing fails, commitLogOffset remains at 0 and is still sentEND_transaction, causing an invalid offset to be sent to Broker. Fix: buildEndTransactionHeader returns (* header, bool), returns false when commitLogOffset = = 0; fails to resolve in Commit/Rollback direct skip proactive notification, fallback to check-back; fixes existing tests and adds 3 new use cases. Impact: Avoid sending invalid offset requests, align with the existing topic/brokerName missing defense strategy, and downgrade the boundary scene to check-back. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
