GitHub user akuramshingg opened a pull request:
https://github.com/apache/ignite/pull/3178
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/3178.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 #3178
----
commit 8efb48f51f7e33dfc760657527957d3bf5138fb6
Author: Alexandr Kuramshin <[email protected]>
Date: 2017-12-07T20:42:47Z
IGNITE-7135 IgniteCluster.startNodes() returns successful
ClusterStartNodeResult even though the remote process fails.
Fix windows startup scripts. Add startNodes() Windows support through task
scheduling.
commit e5319d57310c0fab1f22ae279f0db18a6150b243
Author: Alexandr Kuramshin <[email protected]>
Date: 2017-12-08T08:46:53Z
IGNITE-7135 IgniteCluster.startNodes() returns successful
ClusterStartNodeResult even though the remote process fails.
Check successful node startup by reading the output log.
----
---