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 <dmitriy.govorukhin@...> 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. ---- ---