Cyrill commented on code in PR #3629:
URL: https://github.com/apache/ignite-3/pull/3629#discussion_r1579984730


##########
modules/core/src/main/java/org/apache/ignite/internal/manager/IgniteComponent.java:
##########
@@ -47,7 +47,7 @@ default void beforeNodeStop() {
      * Stops the component. It's guaranteed that during {@code 
IgniteComponent#stop())} all components beneath given one are still running,
      * however the node is no longer part of the topology and, accordingly, 
network interaction is impossible.
      *
-     * @throws Exception If this component cannot be closed
+     * @return Future that will be completed when the asynchronous part of the 
start is processed.

Review Comment:
   Done



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to