funky-eyes commented on issue #6424: URL: https://github.com/apache/incubator-seata/issues/6424#issuecomment-2000134351
> 这个不是的 就只有单个对数据库操作 没有任何并发 跨服务操作 https://github.com/apache/incubator-seata/blob/v1.8.0/server/src/main/java/io/seata/server/storage/db/lock/LockStoreDataBaseDAO.java#L373 see the source code by themselves, in the first competition for multiple locks can not compete to lock will print this unique index conflict log, after this lock retry will not enter the logic, if your transaction occurs to roll back, please check whether the multiple branches are not in the same global transaction, resulting in lock conflicts -- 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]
