Hello, Igniters! 

I recently discovered, that control.sh and ignite.sh both use JVM_OPTS 
environment variable. This can lead to various issues (especially in docker), 
such as:
* Control utility will have the same xms/xmx parameters.
* Control utility won't launch due to JMX port being in use (as it is set in 
JVM_OPTS and already occupied by ignite).
And so on.

I suggest using different environment variable in control.sh (CONTROL_JVM_OPTS 
for example).

Here is the JIRA issue — https://issues.apache.org/jira/browse/IGNITE-13479
And a pull request — https://github.com/apache/ignite/pull/8275/ 

Regards, Semyon.

Reply via email to