You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavlukhin <gi...@git.apache.org> on 2018/09/28 16:32:36 UTC

[GitHub] ignite pull request #4873: IGNITE-5935: MVCC transaction recovery

GitHub user pavlukhin opened a pull request:

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

    IGNITE-5935: MVCC transaction recovery

    

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

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

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

    https://github.com/apache/ignite/pull/4873.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 #4873
    
----
commit 77dc283027793bee8831fe75c8947a825f81a539
Author: ipavlukhin <vo...@...>
Date:   2018-09-28T14:50:59Z

    accumulate backups participating in transaction in GridDistributedTxMapping, retrieve them from received enlist response

commit 781dab6e0a2068acaaf859f4848f35c52327cc4f
Author: ipavlukhin <vo...@...>
Date:   2018-09-28T15:14:11Z

    GridDistributedTxMapping normalize null backups to empty list

commit 090d17e40e56f45258a5a3f27c4da6e065343ed9
Author: ipavlukhin <vo...@...>
Date:   2018-09-28T15:32:01Z

    pass backups to transaction mappings upon receiving response in GridNearTxEnlistFuture

commit 0d2446b27da80944d203cfd3c8a218a6904daa1c
Author: ipavlukhin <vo...@...>
Date:   2018-09-28T15:36:28Z

    putIfAbsent -> put

commit 8d3eb13b40ba1bcd3fa70fa6af4c7af5ed521454
Author: ipavlukhin <vo...@...>
Date:   2018-09-28T15:48:16Z

    remove outdated todo

commit 36a22a8b0ffc487dd47ab430057d185afdb81da9
Author: ipavlukhin <vo...@...>
Date:   2018-09-28T16:05:52Z

    make backups in GridDistributedTxMapping thread-safe

commit 3ff50a1d2553d249f30858b478fc89986f344f8e
Author: ipavlukhin <vo...@...>
Date:   2018-09-28T16:07:41Z

    add draft of a test

----


---

[GitHub] ignite pull request #4873: IGNITE-5935: MVCC transaction recovery

Posted by pavlukhin <gi...@git.apache.org>.
Github user pavlukhin closed the pull request at:

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


---