WillemJiang commented on issue #400: 我的Saga事务不能保证完整性 URL: https://github.com/apache/servicecomb-pack/issues/400#issuecomment-458373458 we use transactional to make sure the local transaction is executed rightly. If the local transaction is failed, Spring will rollback the local transaction, Omega don't need to call the compensation method of this local transaction. As the whole saga transaction is failed, Omega need to call the compensation method of other succeed local transaction.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
