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



##########
File path: 
modules/core/src/main/java/org/apache/ignite/startup/cmdline/CommandLineStartup.java
##########
@@ -66,6 +86,48 @@
     /** Quite log flag. */
     private static final boolean QUITE;
 
+    /** Command to print Ignite system properties info. */
+    static final String PRINT_PROPS_COMMAND = "-systemProps";
+
+    /** Classes with Ignite system properties. */
+    static final List<Class<?>> PROPS_CLS = new ArrayList<>(Arrays.asList(
+        IgniteSystemProperties.class,

Review comment:
       Let's postpone this task to another ticket?
   
   I agree with you that this should be checked automatically, but, without 
simple answers, we have to think and come to the dev-list with some solution




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