sanpwc commented on a change in pull request #230:
URL: https://github.com/apache/ignite-3/pull/230#discussion_r677462792
##########
File path: modules/api/src/main/java/org/apache/ignite/app/Ignition.java
##########
@@ -55,4 +55,11 @@
* @return Started Ignite node.
*/
public Ignite start(@NotNull String name, @NotNull Path workDir);
+
+ /**
+ * Stops node with given node. It's possible to stop both already started
node or node that is currently starting.
Review comment:
Fixed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]