[jira] [Created] (IGNITE-12319) Nested Transaction support in Ignite

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12319) Nested Transaction support in Ignite

Anton Vinogradov (Jira)
Rajesh created IGNITE-12319:
-------------------------------

             Summary: Nested Transaction support in Ignite
                 Key: IGNITE-12319
                 URL: https://issues.apache.org/jira/browse/IGNITE-12319
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.7.6
            Reporter: Rajesh


There is no support for Nested transaction. For example, if there is an outer transaction which works on few caches and within that there is a transaction which is opened by a third party client to update their caches then it throws exception as current thread already has the transaction.

This scenario is encountered multiple times where the inner transaction needs to be committed on success of inner transaction even if the outer transaction fails.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)