You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2017/06/23 18:10:00 UTC

[jira] [Created] (IGNITE-5583) Switch non-heap memory metrics to new page memory semantics

Dmitriy Pavlov created IGNITE-5583:
--------------------------------------

             Summary: Switch non-heap memory metrics to new page memory semantics
                 Key: IGNITE-5583
                 URL: https://issues.apache.org/jira/browse/IGNITE-5583
             Project: Ignite
          Issue Type: Improvement
            Reporter: Dmitriy Pavlov
            Assignee: Dmitriy Pavlov
            Priority: Minor


On jdk 1.8.0_131 there is negative amount of maximum non heap memory returned by following code:
ManagementFactory.getMemoryMXBean().getNonHeapMemoryUsage().getMax());
returns -1.
 
And this value is used in ignite metrics in GridLocalMetrics.getNonHeapMemoryMaximum() which becomes negative.

It is required to switch non-heap memory metrics to new page memory
semantics, this should show a clean picture in the node output and will
also protect us from ambiguous -1 output.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)