nizhikov commented on a change in pull request #8998:
URL: https://github.com/apache/ignite/pull/8998#discussion_r615726137



##########
File path: 
modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/utils/IgniteAwareApplicationService.java
##########
@@ -39,8 +38,18 @@
     /** Logger. */
     private static final Logger log = 
LogManager.getLogger(IgniteAwareApplicationService.class.getName());
 
-    /** Thin client connection string variable. */
-    public static final String THIN_CLIENT_CONNECTION = 
"thin_client_connection";
+    /**
+     * Ignite start modes.
+     */
+    protected enum StartIgniteMode {
+        /** Ignite mode = node. */
+        NODE,
+        /** gnite start mode = thin client. */

Review comment:
       typo -> **I**gnite




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