GitHub user akuramshingg opened a pull request: https://github.com/apache/ignite/pull/3280
IGNITE-7135 IgniteCluster.startNodes() returns successful ClusterStartNodeResult even though the remote process fails. Fix windows startup scripts. Add startNodes() Windows support through task scheduling. Check successful node startup by reading the output log. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7135 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3280.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 #3280 ---- commit 4f98842343baf03da97c7973739ba32d629e4b33 Author: Alexandr Kuramshin <ein.nsk.ru@...> Date: 2017-12-25T05:33:46Z IGNITE-7135 IgniteCluster.startNodes() returns successful ClusterStartNodeResult even though the remote process fails. Fix windows startup scripts. Add startNodes() Windows support through task scheduling. Check successful node startup by reading the output log. ---- ---