[ 
https://issues.apache.org/jira/browse/IGNITE-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16319693#comment-16319693
 ] 

Alexandr Kuramshin commented on IGNITE-7135:
--------------------------------------------

 Two improvements was done:

1) control remote node startup (was it successful or not) through 
IgniteCluster.startNodes();

2) keep the main Java principle working "Write once, run everywhere" - running 
remotely on Windows now also supported.

> 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
>              Labels: test
>             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)

Reply via email to