Sergey Korotkov created IGNITE-23196:
----------------------------------------
Summary: [ducktests] Change JVM options to JDK11 ones
Key: IGNITE-23196
URL: https://issues.apache.org/jira/browse/IGNITE-23196
Project: Ignite
Issue Type: Task
Reporter: Sergey Korotkov
In IGNITE-22996 the sources were moved to JDK11.
The default JVM options used to start ignite nodes and clients in ducktests
should be changed accordingly.
In particular
* options for GC logging (-Xloggc -> -Xlog:gc)
* options for FlightRecorder (JFR)
Other options are also need to be examined and changed if needed.
***
JVM options are mostly handled in ducktests in the following files
[https://github.com/apache/ignite/blob/master/modules/ducktests/tests/ignitetest/services/utils/jvm_utils.py]
and
[https://github.com/apache/ignite/blob/master/modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)