已经解决了,十分感谢您的帮助。 tidb.log 搜索 Deadlock found when trying to get lock; try restarting transaction,可以定为到产生死锁对应的 sql。然后业务上根据数据库的主键做了key by,解决死锁问题。
已经解决了,十分感谢您的帮助。 tidb.log 搜索 Deadlock found when trying to get lock; try restarting transaction,可以定为到产生死锁对应的 sql。然后业务上根据数据库的主键做了key by,解决死锁问题。