Something I noticed when going through the java doc which is slightly incorrect:
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteSystemProperties.html#IGNITE_LOCAL_HOST IGNITE_LOCAL_HOST public static final String IGNITE_LOCAL_HOST Name of system property to set system-wide local IP address or host. If provided it will override all default local bind settings within Ignite or any of its SPIs. Note that system-wide local bind address can also be set via *IgniteConfiguration.getLocalHost()* method. However, system properties have priority over configuration properties specified in IgniteConfiguration. First it is saying that system-wide can be set via the GET method instead of the SET method. Second it should this (system-wide) configuration have priority over the IgniteConfiguration? Thought the IgniteConfiguration is overriding the default and the system-wide configuration. Humphrey -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
