duanzonglong opened a new issue #8522:
URL: https://github.com/apache/shardingsphere/issues/8522


   ## Question
   version: shardingproxy 4.1.0    proxy.transaction.type: LOCAL
   We loss java Transactional some times.
   the code is like:
   update oms_order set status=1 where id = 'xxxx'; // this sql is in oms 
database
   orderApi.addOrder(orderDto);  // insert into wms_order values ();  this sql 
is in wms database and this is another micro service with springcloud feign 
interface.
   Now the first sql is success,the second sql sometimes is false and no errors 
were obtained.
   Sseing as they had some involvement with that "proxy.transaction.type: 
LOCAL".
   


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


Reply via email to