yeruilong opened a new issue, #13873:
URL: https://github.com/apache/shardingsphere/issues/13873

   
   
   @ShardingTransactionType(TransactionType.XA)
   @transactional(propagation = Propagation.REQUIRED,rollbackFor = 
Exception.class)
   public Boolean A() {
   mapperA.updateById();
   B();
   }
   
   @transactional(propagation = Propagation.REQUIRES_NEW,rollbackFor = 
Exception.class)
   public Boolean b() {
   mapperB.updateById();
   }
   WARN com.atomikos.datasource.xa.XAResourceTransaction - XA resource 
'resource-1-master': suspend for XID 
'3139322E3136382E35362E312E746D313633383237323939323830323030303031:3139322E3136382E35362E312E746D31'
 raised -5: invalid arguments were given for the XA operation
   com.mysql.cj.jdbc.MysqlXAException: XAER_INVAL: Invalid arguments (or 
unsupported command)
   
   when I call interface reported an error, but no solution was found


-- 
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]

Reply via email to