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)