Description
请问当其中一个服务在confirm时抛出runtimeException之后,该服务执行了cancel,但是其他几个服务全都confirm了,这种情况怎么处理
报错打印为
2022-01-17 16:33:49,137 ERROR [pool-1-thread-1] o.b.b.s.s.XAResourceDeserializerImpl - can not find a matching xa-resource(beanId= xxx.xx.x.xxx:springboot-order-service:6001)!
2022-01-17 16:33:49,145 INFO [pool-1-thread-1] o.b.b.CompensableTransactionImpl - 018c200e5a84a93eabc889011bfb5f06| compensable transaction rolled back!
2022-01-17 16:34:49,249 INFO [pool-1-thread-1] o.b.b.CompensableTransactionImpl - 018c200e5a84a93eabc889011bfb5f06| forget transaction.
2022-01-17 16:34:50,410 ERROR [http-nio-6003-exec-6] o.b.b.CompensableCoordinator - Error occurred while committing transaction: 018c200e5a84a93eabc889011bfb5f06.
javax.transaction.xa.XAException: null
at org.bytesoft.bytetcc.CompensableCoordinator.invokeCommit(CompensableCoordinator.java:223)