You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/07/25 17:17:00 UTC

[jira] [Created] (IGNITE-5834) .NET: Do not close transaction on async commit/rollback

Pavel Tupitsyn created IGNITE-5834:
--------------------------------------

             Summary: .NET: Do not close transaction on async commit/rollback
                 Key: IGNITE-5834
                 URL: https://issues.apache.org/jira/browse/IGNITE-5834
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
            Priority: Critical
             Fix For: 2.2


Committed / rolled back transactions do not need to be closed. {{TransactionImpl.CloseWhenComplete}} and {{PlatformTransactions.txClose}} perform unnecessary work. This also causes problems with {{commitAsync}} and {{rollbackAsync}} since we close a transaction on another thread.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)