[GitHub] ignite pull request #4913: IGNITE-5935: WIP server origin transactions recov...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #4913: IGNITE-5935: WIP server origin transactions recov...

andrey-kuznetsov
GitHub user pavlukhin opened a pull request:

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

    IGNITE-5935: WIP server origin transactions recovery

   

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

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

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

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

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

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

    GridDistributedTxMapping normalize null backups to empty list

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

    pass backups to transaction mappings upon receiving response in GridNearTxEnlistFuture

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

    putIfAbsent -> put

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

    remove outdated todo

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

    make backups in GridDistributedTxMapping thread-safe

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

    add draft of a test

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

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

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

    Merge branch 'master' into ignite-5935

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

    factor CacheMvccTxNodeMappingTest and add it to suite

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

    test scenarios when near tx node is server

commit 2cc98761ee3bf0c241351c1da1154e3e0b537852
Author: ipavlukhin <vololo100@...>
Date:   2018-10-02T13:47:17Z

    get rid of extra method used in tests only

commit 9d77ac3d115d66f0b14dfc3997c1f5f8cc9626a5
Author: ipavlukhin <vololo100@...>
Date:   2018-10-03T15:20:14Z

    Merge branch 'master' into recover-tx-mvcc-exchange

commit dfa2c00472a4bced02e8e9e081ad9ece44e586f8
Author: ipavlukhin <vololo100@...>
Date:   2018-10-03T15:25:52Z

    allow tx recovery to start

commit 16cdef5c62fb84b62e0584036853f1941c14927f
Author: ipavlukhin <vololo100@...>
Date:   2018-10-03T15:27:14Z

    Long -> long

commit ddd6268c72789ec8b6a08029fc26e4b18733a8d6
Author: ipavlukhin <vololo100@...>
Date:   2018-10-04T08:49:11Z

    improve log message

commit fbffa348604ac750565b0b860ca9a45031336937
Author: ipavlukhin <vololo100@...>
Date:   2018-10-04T08:50:46Z

    cleanup orphaned server transactions on mvcc coordinator on exchange

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #4913: IGNITE-5935: WIP server origin transactions recov...

andrey-kuznetsov
Github user pavlukhin closed the pull request at:

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


---