anton-vinogradov commented on a change in pull request #8159:
URL: https://github.com/apache/ignite/pull/8159#discussion_r474697851



##########
File path: 
modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/utils/IgniteAwareApplication.java
##########
@@ -76,8 +76,11 @@ protected IgniteAwareApplication() {
             else
                 log.info("Application already done [finished=" + finished + ", 
broken=" + broken + "]");
 
+            log.info("Waiting for graceful termination...");
+
             while (!finished && !broken) {
-                log.info("Waiting for graceful termnation.");
+                if (log.isTraceEnabled())
+                    log.trace("Waiting for graceful termination cycle...");

Review comment:
       oki-doki




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


Reply via email to