[
https://issues.apache.org/jira/browse/IGNITE-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14595703#comment-14595703
]
Artem Shutak commented on IGNITE-1023:
--------------------------------------
Looks nice!
But, actually, on my laptop, log files are stored in
<home_of_ssh_user>/ignite-startNodes.
Looks like we have a bug here, or we should correctly note it.
The root cause:
{code}
String tmpDir = env(ses, "$TMPDIR", "/tmp/");
String scriptOutputDir = tmpDir + "ignite-startNodes";
{code}
tmpDir will empty if you don't have $TMPDIR.
> Need to add more information for startNodes at cmd visor.
> ---------------------------------------------------------
>
> Key: IGNITE-1023
> URL: https://issues.apache.org/jira/browse/IGNITE-1023
> Project: Ignite
> Issue Type: Task
> Reporter: Artem Shutak
> Assignee: Alexey Kuznetsov
> Fix For: sprint-7
>
> Attachments:
> #_IGNITE-1023_Additional_information_about_start_node_command.patch
>
>
> See
> http://apache-ignite-users.70518.x6.nabble.com/Topology-Specification-INI-td467.html
> TODO:
> - add note about where to find ignite-startNodes logs
> - Successful start attempts - means nothing
> - describe ini-file format file
> - '-s' option - is it mandatory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)