You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Rajesh (Jira)" <ji...@apache.org> on 2019/10/22 10:29:00 UTC

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

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)