GitHub user sergey-chugunov-1985 opened a pull request: https://github.com/apache/ignite/pull/3814
Fixed skipping of affinity calculation in case when eventNode is not affinityNode You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8210 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3814.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 #3814 ---- commit 301b7f2fa2a4f758eba911c260df1b83a95e9272 Author: Sergey Chugunov <sergey.chugunov@...> Date: 2018-04-12T09:41:34Z IGNITE-8210 test reproducing the problem is added commit 769c6bb71896c13e45ca7de7c1db2b4680fa7115 Author: Ilya Lantukh <ilantukh@...> Date: 2018-04-06T10:49:10Z ignite-8210 : Fixed skipping of affinity calculation in case when eventNode is not affinityNode. commit 91f0b9085ed4405c5a411b8c1e6ed0e56ecee57c Author: Sergey Chugunov <sergey.chugunov@...> Date: 2018-04-13T08:55:49Z IGNITE-8210 test was improved to performs actual checks instead of dumping info ---- ---