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)