ivanzlenko commented on code in PR #5076:
URL: https://github.com/apache/ignite-3/pull/5076#discussion_r1923290059


##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteServerImpl.java:
##########
@@ -351,7 +351,7 @@ private CompletableFuture<Void> doShutdownAsync() {
             try {
                 return instance.stopAsync().thenRun(() -> {
                     synchronized (igniteChangeMutex) {
-                        LOG.info("Setting Ignite ref to null as shutdown is 
initiated [name={}]", nodeName);
+                        LOG.info("Setting Ignite ref to null as shutdown is 
complete [name={}]", nodeName);

Review Comment:
   ```suggestion
                           LOG.info("Setting Ignite ref to null as shutdown is 
completed [name={}]", nodeName);
   ```



-- 
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