You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/20 17:37:00 UTC

[jira] [Commented] (IGNITE-6963) TotalAllocatedPages metric does not match PhysicalMemoryPages when persistence is disabled

    [ https://issues.apache.org/jira/browse/IGNITE-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16259534#comment-16259534 ] 

ASF GitHub Bot commented on IGNITE-6963:
----------------------------------------

GitHub user andrey-kuznetsov opened a pull request:

    https://github.com/apache/ignite/pull/3072

    IGNITE-6963: Made PhysicalMemoryPages equal to TotalAllocatedPages when PDS is off

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andrey-kuznetsov/ignite ignite-6963

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3072.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3072
    
----
commit e5d412392c2d7d3e8310f2a7772db8fc104efac0
Author: Andrey Kuznetsov <st...@gmail.com>
Date:   2017-11-20T17:35:14Z

    IGNITE-6963: Made PhysicalMemoryPages equal to TotalAllocatedPages when PDS is off.

----


> TotalAllocatedPages metric does not match PhysicalMemoryPages when persistence is disabled
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-6963
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6963
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.3
>            Reporter: Andrey Kuznetsov
>            Assignee: Andrey Kuznetsov
>
> As javadoc states for DataRegionMetrics#getPhysicalMemoryPages()
> {noformat}
> When persistence is disabled, this metric is equal to getTotalAllocatedPages()
> {noformat}
> and this seems to be sane requirement.



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