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 12:44:58 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-4504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn reassigned IGNITE-4504:
--------------------------------------

    Assignee: Pavel Tupitsyn

> .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
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             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)