[
https://issues.apache.org/jira/browse/IGNITE-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15849937#comment-15849937
]
ASF GitHub Bot commented on IGNITE-3430:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/1487
IGNITE-3430 .NET: Enable TransactionScope API again, fix and improve tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-3430-new2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1487.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1487
----
commit 67bff84adde9810a44b3d2f4e0807830a03a42b9
Author: Pavel Tupitsyn <[email protected]>
Date: 2017-02-02T13:50:54Z
IGNITE-3430 enable functionality back, unignore and fix tests
commit 0a184515d44e5b32c639e465c37cf7e5fa731068
Author: Pavel Tupitsyn <[email protected]>
Date: 2017-02-02T13:59:06Z
Test all isolation levels
----
> .NET: Run Ignite transactions via standard TransactionScope API
> ---------------------------------------------------------------
>
> Key: IGNITE-3430
> URL: https://issues.apache.org/jira/browse/IGNITE-3430
> Project: Ignite
> Issue Type: New Feature
> Components: platforms
> Affects Versions: 1.6
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .net, roadmap
> Fix For: 1.9
>
> Attachments: threads_report.txt
>
>
> Automatically enlist Ignite operations in current transaction scope when
> applicable (when cache is transactional).
> https://msdn.microsoft.com/en-us/library/system.transactions.transactionscope(v=vs.110).aspx
> https://msdn.microsoft.com/en-us/library/ee818754(v=vs.110).aspx
> This boils down to implementing {{IEnlistmentNotification}} and calling
> {{Transaction.Current.Enlist}} when doing transactional operations.
> Later we may want to implement {{ISinglePhaseNotification}} which is an
> optimization.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)