GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/4078
IGNITE-8482 2-phase partition release wait optimization You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-8482 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4078.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 #4078 ---- commit b9bef2d655bd8fea9ab4976577532029979b462f Author: Pavel Kovalenko <jokserfn@...> Date: 2018-05-28T13:36:19Z IGNITE-8482 Do not perform distributed partition release wait in case of cluster activation or caches start. commit 66dd1c5795f80aa8a8f775633f8f1b2ab9c5b2fd Author: Pavel Kovalenko <jokserfn@...> Date: 2018-05-28T13:38:51Z IGNITE-8482 Skip partitions validation in case of caches start. ---- ---