medoer opened a new issue #9841:
URL: https://github.com/apache/shardingsphere/issues/9841
## seata:1.4.1 & sharding 4.1.1
### dependencies
spring-cloud-alibaba-seata for web interceptor
sharding-transaction-base-seata-at
seata-spring-boot-starter
sharding-jdbc-spring-boot-starter
###
use @Transactional and @ShardingTransactionType(TransactionType.BASE)
2021-03-26 20:23:42.260 [http-nio-19010-exec-1] ERROR
o.s.jdbc.datasource.DataSourceTransactionManager - [doRollbackOnCommitException
: 905] - Commit exception overridden by rollback exception
java.lang.NullPointerException: null
at
org.apache.shardingsphere.transaction.base.seata.at.SeataATShardingTransactionManager.commit(SeataATShardingTransactionManager.java:110)
##
get seata GlobalTransaction instance return NULL when commit
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]