Hi I want to work on next bug https://issues.apache.org/jira/browse/IGNITE-2092?jql=project%20%3D%20IGNITE%20AND%20labels%20in%20%28newbie%29%20and%20status%20%3D%20OPEN Can somebody assign me on it?
I've investigated this issue and looks like this bug is on JVM side and OpenJDK community fixed it only in Java 9 [1]. It's can be fixed fast inside GridLocalMetrics#getAvailableProcessors but looks like other modules don't use it and detect available CPUs by calling Runtime.getRuntime().*availableProcessors* [2]. Should I also replace this #getRuntime calls with using GridLocalMetrics? [1] https://bugs.openjdk.java.net/browse/JDK-8140793 [2] https://github.com/apache/ignite/search?p=4&q=availableProcessors&type=Code&utf8=%E2%9C%93 -- Best regards, Eduard Y.
