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/10/03 12:53:54 UTC

[GitHub] ignite pull request #4904: IGNITE-9783: MVCC: Track all nodes participating ...

GitHub user pavlukhin opened a pull request:

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

    IGNITE-9783: MVCC: Track all nodes participating in transaction

    

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

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

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

    https://github.com/apache/ignite/pull/4904.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 #4904
    
----
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

commit 9087ab222ad5b5ef41cb3ed5183d88ba5a141a77
Author: ipavlukhin <vo...@...>
Date:   2018-10-01T13:26:10Z

    fix NPE occurring when enlist operation is finished by exception and response is null

commit caafe2fbad8c09fd07e5e8d1a5ed39c55aac0d7d
Author: ipavlukhin <vo...@...>
Date:   2018-10-02T05:30:54Z

    Merge branch 'master' into ignite-5935

commit 8329bf39dcf83e65f44c69766b75a8d018da4191
Author: ipavlukhin <vo...@...>
Date:   2018-10-02T08:10:45Z

    factor CacheMvccTxNodeMappingTest and add it to suite

commit 5866adc686ff6521bbed443e48d54a8e18fddd19
Author: ipavlukhin <vo...@...>
Date:   2018-10-02T08:21:13Z

    test scenarios when near tx node is server

commit 3d080c08d17c34369d4cccb7b01e5767a32d03c0
Author: ipavlukhin <vo...@...>
Date:   2018-10-02T12:34:50Z

    fail troublesome test

commit 37c4bfb62af9685e9179e1de1fa27913bb4e326c
Author: ipavlukhin <vo...@...>
Date:   2018-10-03T07:50:36Z

    fail hanging issue with a ticket

----


---

[GitHub] ignite pull request #4904: IGNITE-9783: MVCC: Track all nodes participating ...

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

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


---