You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by pavlukhin <gi...@git.apache.org> on 2018/12/29 10:13:47 UTC

[GitHub] ignite pull request #5770: IGNITE-10763: Call tm().resetContext() after each...

GitHub user pavlukhin opened a pull request:

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

    IGNITE-10763: Call tm().resetContext() after each DML and SFU operation

    

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

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

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

    https://github.com/apache/ignite/pull/5770.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 #5770
    
----
commit 93f9d21ab2b38eb1b720711e68236b23e1185ad5
Author: ipavlukhin <vo...@...>
Date:   2018-12-27T08:36:22Z

    some cosmetics related checking if MVCC tx is active

commit ac86097ece9235ef3f0342bc3576afd0ce2ab859
Author: ipavlukhin <vo...@...>
Date:   2018-12-29T10:07:44Z

    call tm().resetContext() after each DML and SFU operation

----


---