You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by sk0x50 <gi...@git.apache.org> on 2018/12/03 18:00:36 UTC

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

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 <sl...@...>
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 <sl...@...>
Date:   2018-12-03T17:58:03Z

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

----


---

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

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

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


---