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

Ivan Fedotov commented on IGNITE-8619:
--------------------------------------

[~vveider], as I understood process of the start node:
 # We connect to remote node in java via ssh with 
[JSch|https://github.com/apache/ignite/blob/master/modules/ssh/src/main/java/org/apache/ignite/internal/util/nodestart/StartNodeCallableImpl.java#L128]
 API in Java. For this we create session with determined username, host, port 
and password
 # We 
[create|https://github.com/apache/ignite/blob/master/modules/ssh/src/main/java/org/apache/ignite/internal/util/nodestart/StartNodeCallableImpl.java#L313]
 shell channel on this Session object to transfer command which launches Ignite 
on this node via ignite.sh. After that we wait for 1000 milliseconds until node 
launches.

So we connect via ssh with Java and launch node via shell script.

> 'Remote node could not start' in ssh connection
> -----------------------------------------------
>
>                 Key: IGNITE-8619
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8619
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Fedotov
>            Assignee: Ivan Fedotov
>            Priority: Major
>
> Now there is a problem with launch remote node via ssh. Initially was an 
> assumption that it's due to remote process has not enough time to write 
> information into log: 
> [IGNITE-8085|https://issues.apache.org/jira/browse/IGNITE-8085]. But this 
> correction didn't fix [TeamCity 
> |https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=6814497542781613621&tab=testDetails].
>  
> So  it's necessary to make launch remote node via ssh always succesful.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to