seata中Could not commit JDBC transaction; nested exception is io.seata.rm.datasource.exec.Lock...
Could not commit JDBC transaction; nested exception is io.seata.rm.datasource.exec.LockConflictExcep...
server:port:8080spring:application:name:order-servicedatasource:druid:url:jdbc:mysql://192.168.24.140:3306/seata_order?allowMultiQueries=true&useSSL=falseusername:rootpassword:123456driver-class-name:com.mysql.cj.jdbc.Drivercloud:nacos:#Nacos 注册中心地址discovery:server-addr:192.168.24.140:8848seata:en...
; uncategorized SQLException; SQL state [null]; error code [0]; io.seata.core.exception.RmTransactionException: Response[ TransactionException[Could not found globaltransactionxid=192.168.0.123:8091:999975974789716363, may be has finished.] ]; nested exception is java.sql.SQLException: io.seata.core....
A服务调用B服务,偶尔能成功,但是95%报错 Could not found global transaction xid = 192.168.1.154:8091:77358840772825088, may be has finished 超时配置 feign.hystrix.enabled = true feign.client.config.default.connectTimeout=10000 feign.client.config.default.
at io.seata.rm.datasource.ConnectionProxy.processGlobalTransactionCommit(ConnectionProxy.java:250) ...168more 目前看了网上很多说法,说重试会导致xid找不到,超时找不到等等,针对网上的说法有做验证。 验证: 1.我们本地验证了全局事务不会对本地事务注解(@Transactional)有影响。
seata报错:Could not commit JDBC transaction; nested exception is io.seata.rm.datasource.exec.Lock...
at io.seata.rm.datasource.ConnectionProxy.register(ConnectionProxy.java:235) ~[seata-all-1.1.0.jar:1.1.0] at io.seata.rm.datasource.ConnectionProxy.processGlobalTransactionCommit(ConnectionProxy.java:213) ~[seata-all-1.1.0.jar:1.1.0]
at io.seata.rm.datasource.ConnectionProxy$LockRetryPolicy.execute(ConnectionProxy.java:289) ~[seata-all-1.2.0.jar:1.2.0] at io.seata.rm.datasource.ConnectionProxy.commit(ConnectionProxy.java:183) [seata-all-1.2.0.jar:1.2.0] at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplem...
Seata中Could not commit JDBC transaction; nested exception is io.seata.rm.datasource.exec.Lock...