RodionSmolnikovGG commented on a change in pull request #9004:
URL: https://github.com/apache/ignite/pull/9004#discussion_r631613597
##########
File path:
modules/ssh/src/main/java/org/apache/ignite/internal/util/nodestart/StartNodeCallableImpl.java
##########
@@ -203,7 +203,7 @@ public StartNodeCallableImpl(IgniteRemoteStartSpecification
spec, int timeout) {
shell(ses, "mkdir " + scriptOutputDir);
- String scriptOutputPath = scriptOutputDir + separator +
scriptOutputFileName;
+ String scriptOutputPath = "C:\\Users\\user\\log.log" + separator +
scriptOutputFileName;
Review comment:
something went wrong - part of dev commit of other ticket - reverted
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]