wangsansan opened a new issue, #8197: URL: https://github.com/apache/incubator-seata/issues/8197
### Check Ahead - [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. - [ ] I am willing to try to fix this bug myself. ### Ⅰ. Issue Description 1. seata2.4,AT模式,lock_model、lock_store_mode、session_store_mode 都是file 2. 生产环境一直提示获取锁超时,通过seata server日志发现,锁被一个全局事务持有,后续发现该事务早就提交了。 3. <img width="1053" height="90" alt="Image" src="https://github.com/user-attachments/assets/0e141a17-1b2c-4d78-b42f-4ac56ccbe606" /> ### Ⅱ. Describe what happened 把全量日志让codex分析了下。codex给的结论是: <img width="734" height="519" alt="Image" src="https://github.com/user-attachments/assets/caf8c1c3-fb78-41b7-b0b7-cb2ce730fb94" /> ### Ⅲ. Describe what you expected to happen _No response_ ### Ⅳ. How to reproduce it (as minimally and precisely as possible) _No response_ ### Ⅴ. Anything else we need to know? _No response_ ### Ⅵ. Environment _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]
