You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by DmitriyGovorukhin <gi...@git.apache.org> on 2018/07/02 09:56:12 UTC

[GitHub] ignite pull request #4287: IGNITE-8684 fix partition state exchange during r...

GitHub user DmitriyGovorukhin opened a pull request:

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

    IGNITE-8684 fix partition state exchange during rebalance

    Partition state exchange during rebalance continues to keep sending state messages (single, full) in the loop even if no changes in partition states.

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

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

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

    https://github.com/apache/ignite/pull/4287.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 #4287
    
----
commit ecca120b70d211ad6586eed11e9309cd18cf9226
Author: Dmitriy Govorukhin <dm...@...>
Date:   2018-07-02T09:53:59Z

    IGNITE-8684 fix partition state exchange during rebalance continues to keep sending state messages (single,full) in loop even if no changes in partition states.

----


---

[GitHub] ignite pull request #4287: IGNITE-8684 fix partition state exchange during r...

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

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


---