Denis Mekhanikov created IGNITE-13399:
-----------------------------------------
Summary: CpuLoad metric reports -1 under Java 11 in embedded mode
Key: IGNITE-13399
URL:
https://issues.apache.org/jira/browse/IGNITE-13399 Project: Ignite
Issue Type: Bug
Reporter: Denis Mekhanikov
When running a node in embedded mode under Java 11, the CpuLoad metric reports -1. The process needs to be started with the following option:
{{--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED}}
We need to get rid of this requirement to run Java with additional flags to get proper values for the CpuLoad metric.
Some investigation was done under the following issue:
https://issues.apache.org/jira/browse/IGNITE-13306--
This message was sent by Atlassian Jira
(v8.3.4#803005)