funky-eyes commented on issue #6383: URL: https://github.com/apache/incubator-seata/issues/6383#issuecomment-1972575306
Looking at the logs it does have that issue, but your description I think is wrong because he is operating in a local transaction using the same connection, and you didn't describe clearly the point in time of the query and insert for transaction 1 and the query and insert for transaction 2, and according to your description transaction 1 has got the gap lock and the intent lock, so why is it waiting for transaction 2? 看日志确实有该问题,但是你的描述我认为是错误的,因为他在一个本地事务中,使用的是相同的connection进行的操作,你也没有描述清楚事务1的查询和插入,以及事务2的查询和插入的时间点,按照你的描述,事务1已经拿到间隙锁和意向锁,为什么要等待事务2? -- 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]
