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 2016/12/28 11:28:58 UTC

[jira] [Created] (IGNITE-4504) .NET: Expose default concurrency and isolation on ITransactions

Pavel Tupitsyn created IGNITE-4504:
--------------------------------------

             Summary: .NET: Expose default concurrency and isolation on ITransactions
                 Key: IGNITE-4504
                 URL: https://issues.apache.org/jira/browse/IGNITE-4504
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
    Affects Versions: 1.8
            Reporter: Pavel Tupitsyn
             Fix For: 2.0


There are two methods to start an Ignite transaction:
* {{ITransactions.TxStart()}}
* {{ITransactions.TxStart(TransactionConcurrency concurrency, TransactionIsolation isolation)}}

There is no easy way for the user to know which values will be used with the first method, so there is no way to override only one of them.

But internally we have this information and can easily add {{ITransactions.DefaultTransactionConcurrency}} and {{ITransactions.DefaultTransactionIsolation}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)