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



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/util/portscanner/GridJmxPortFinder.java
##########
@@ -25,12 +25,14 @@
 import java.net.UnknownHostException;
 import java.nio.channels.FileLock;
 import org.apache.ignite.IgniteSystemProperties;
+import org.apache.ignite.SystemProperty;
 
 /**
  * Ignite port scanner.
  */
 public class GridJmxPortFinder {
     /** Environment variable for overriding JMX port. */
+    @SystemProperty(value = "JMX port.", type = Integer.class)

Review comment:
       I think we describe the value and not action. So "sets" is wrong word - 
this property is just a jmx port value.
   Makes sense?




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