[GitHub] ignite pull request #5558: IGNITE-10514: Cache validation on the primary nod...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #5558: IGNITE-10514: Cache validation on the primary nod...

andrey-kuznetsov
GitHub user sk0x50 opened a pull request:

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

    IGNITE-10514: Cache validation on the primary node may result in AssertionError

   

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

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

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

    https://github.com/apache/ignite/pull/5558.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 #5558
   
----
commit c15dac80bdad2e7001b74897ba87093203eb5047
Author: Slava Koptilin <slava.koptilin@...>
Date:   2018-12-03T17:50:42Z

    IGNITE-10514 Cache validation has to use top ver from the update request in case of topology version was locked on near node

commit 0a2a63962907e38ff13b38bb383a1aaa0e92e591
Author: Slava Koptilin <slava.koptilin@...>
Date:   2018-12-03T17:58:03Z

    IGNITE-10514 fixed race between GridDhtTopologyFuture.exchangeDone() and GridDhtTopologyFuture.validateCache()

----


---