yumosx opened a new issue, #904: URL: https://github.com/apache/incubator-seata-go/issues/904
### ✅ 验证清单 - [x] 🔍 我已经搜索过 [现有 Issues](https://github.com/apache/incubator-seata-go/issues),确信这不是重复问题 ### 🚀 Go 版本 go 1.20 ### 📦 Seata-go 版本 v1.2.1 ### 💾 操作系统 🪟 Windows ### 📝 Bug 描述 XA Mode Transaction Failures: 'busy buffer' and 'bad connection' Errors Causing Rollbacks with FOR UPDATE Queries 在使用那个 xa 模式下,sql 先去查询(加FOR UPDATE),然后去更新数据, 然后那个deriver一直报 busy buffer 和 deriver bad connection 错误,导致事务一直回滚 <img width="1289" height="96" alt="Image" src="https://github.com/user-attachments/assets/ab57049b-e4cf-4ef0-9c15-c376b344c41a" /> **这个问题好像是一个重复的问题,之前那个 ISSUE 好像没有解决但是 closed 了** ### 🔄 重现步骤 https://github.com/yumosx/samples/tree/main/quick_start 1. 进入对应的 cmd 目录下面, 分别启动 对应的 grpc服务 和 gin 服务 2. 请求对应的接口 ```curl curl --location 'http://localhost:8080/order/create' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "1", "count": 2, "money" : 8 }' ``` ### ✅ 预期行为 预期应该是可以执行成功的, 没有 `driver bad connection` 错误, ### ❌ 实际行为 driver bad connection 错误, ### 💡 可能的解决方案 _No response_ -- 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]
