[
https://issues.apache.org/jira/browse/IGNITE-9455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16667085#comment-16667085
]
ASF GitHub Bot commented on IGNITE-9455:
----------------------------------------
GitHub user xtern opened a pull request:
https://github.com/apache/ignite/pull/5195
IGNITE-9455
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xtern/ignite IGNITE-9455
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5195.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 #5195
----
commit 2993f76b982ddf8c2a71e2f5b7bc44c45613ad5c
Author: pereslegin-pa <xxtern@...>
Date: 2018-10-29T12:06:15Z
IGNITE-9455 Replaced NO_OP allocation tracker for metastore region.
----
> Total allocated size memory metric is always zero for metastore data region.
> ----------------------------------------------------------------------------
>
> Key: IGNITE-9455
> URL: https://issues.apache.org/jira/browse/IGNITE-9455
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.6
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Major
> Fix For: 2.8
>
> Attachments: Reproducer.java
>
>
> Persistence enabled and metrics for all regions enabled, but total allocated
> size is always zero for metastore data region
> Even if we change NO_OP allocated page tracker to a real page tracker in
> CacheStoreHolder this metric counts incorrectly, because this region is
> recreated,
> Reproducer attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)