[ https://issues.apache.org/jira/browse/IGNITE-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332508#comment-16332508 ]
ASF GitHub Bot commented on IGNITE-6711: ---------------------------------------- GitHub user anton-vinogradov opened a pull request: https://github.com/apache/ignite/pull/3409 IGNITE-6711 DataRegionMetrics#totalAllocatedPages is not valid after … …node restart Signed-off-by: Anton Vinogradov <a...@apache.org> You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6711 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3409.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 #3409 ---- commit 7ae5135ec7e5e496a10526b380f078316d527ab5 Author: Anton Vinogradov <av@...> Date: 2018-01-19T16:27:50Z IGNITE-6711 DataRegionMetrics#totalAllocatedPages is not valid after node restart Signed-off-by: Anton Vinogradov <a...@apache.org> ---- > DataRegionMetrics#totalAllocatedPages is not valid after node restart > --------------------------------------------------------------------- > > Key: IGNITE-6711 > URL: https://issues.apache.org/jira/browse/IGNITE-6711 > Project: Ignite > Issue Type: Bug > Components: general > Affects Versions: 2.2 > Reporter: Alexey Goncharuk > Assignee: Andrey Kuznetsov > Priority: Major > Labels: iep-6, newbie > Fix For: 2.4 > > > Currently, data region metric tracks total allocated pages by a callback on > page allocation. However, when a node with enabled persistence is started, > some of the pages are already allocated, which leads to an incorrect metric > value. -- This message was sent by Atlassian JIRA (v7.6.3#76005)