You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/10/10 06:30:27 UTC

[GitHub] [shardingsphere] yeruilong opened a new issue, #13873: about ShardingSphereXA Distributed transaction:

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] closed issue #13873: about ShardingSphereXA Distributed transaction:

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #13873: about ShardingSphereXA Distributed transaction:
URL: https://github.com/apache/shardingsphere/issues/13873


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] commented on issue #13873: about ShardingSphereXA Distributed transaction:

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #13873:
URL: https://github.com/apache/shardingsphere/issues/13873#issuecomment-1272350636

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] about ShardingSphereXA Distributed transaction: [shardingsphere]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #13873:
URL: https://github.com/apache/shardingsphere/issues/13873#issuecomment-2026022466

   There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org