You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/09 15:24:58 UTC

[jira] [Commented] (IGNITE-3430) .NET: Run Ignite transactions via standard TransactionScope API

    [ https://issues.apache.org/jira/browse/IGNITE-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15812030#comment-15812030 ] 

ASF GitHub Bot commented on IGNITE-3430:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/1407

    IGNITE-3430 .NET: Run Ignite transactions via standard TransactionScope API

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-3430

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1407.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 #1407
    
----
commit 813092c9c000ba97c233de3c887d0aacd68de953
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2017-01-09T15:22:23Z

    IGNITE-3430 .NET: Run Ignite transactions via standard TransactionScope API

----


> .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: 2.0
>
>
> 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.4#6332)