akorensh commented on a change in pull request #8417:
URL: https://github.com/apache/ignite/pull/8417#discussion_r520127297
##########
File path: modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java
##########
@@ -1476,6 +1476,11 @@ public static DependencyResolver dependencyResolver() {
return dependencyResolver.get();
}
+ public static boolean hasKernalStarted(String name) {
Review comment:
done
##########
File path: modules/core/src/main/java/org/apache/ignite/internal/IgnitionEx.java
##########
@@ -3209,6 +3214,13 @@ public void setCounter(int cnt) {
this.cnt = cnt;
}
}
+
+ /**
+ *
+ * @return whether the startLatch has been counted down, thereby
indicating that the kernal has full started.
Review comment:
yes
----------------------------------------------------------------
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]