github-actions[bot] commented on PR #1125: URL: https://github.com/apache/incubator-seata-go/pull/1125#issuecomment-4825514438
> Bot detected the issue body's language is not English, translate it automatically. Add Amendment pkg/integration/rocketmq/tcc_rocketmq_action.go Problem: when offsetMsgId parsing fails, commitLogOffset defaults to 0, continuing to send end_transaction may cause broker to process half messages by error offset Fix: When offsetMsgId is empty or parsing fails, fallback to msgId parsing commitLogOffset (aligned with official client behavior), and update the corresponding single test to verify the fallback behavior Impact: Avoid sending invalid 0 offset, improve transaction message reliability, consistent with RocketMQ official client semantics -- 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]
