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



##########
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:
       IGNITE-13421 created




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