Alexandr Kuramshin created IGNITE-7135: ------------------------------------------
Summary: IgniteCluster.startNodes() returns successful ClusterStartNodeResult even though the remote process fails Key: IGNITE-7135 URL: https://issues.apache.org/jira/browse/IGNITE-7135 Project: Ignite Issue Type: Bug Affects Versions: 2.3 Reporter: Alexandr Kuramshin Fix For: 2.4 After unsuccessful start of three remote nodes with {{IgniteCluster#startNodes(Collection<Map<String,Object>>, Map<String,Object>, boolean, int, int)}} we get {{Collection<ClusterStartNodeResult>}} with three elements, each has {{isSuccess()}} is true. But the remote node startup log was {noformat} nohup: ignoring input /data/teamcity/work/820be461cd64b574/bin/ignite.sh, ERROR: The version of JAVA installed in JAVA_HOME=/usr/lib/jvm/java-9-oracle is incorrect. Please point JAVA_HOME variable to installation of JDK 1.7 or JDK 1.8. You can also download latest JDK at http://java.com/download {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)