[
https://issues.apache.org/jira/browse/IGNITE-7967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16523506#comment-16523506
]
ASF GitHub Bot commented on IGNITE-7967:
----------------------------------------
GitHub user x-kreator opened a pull request:
https://github.com/apache/ignite/pull/4257
IGNITE-7967 DataRegionMetrics#totalAllocatedPages is invalid if metri…
…cs were enabled at runtime
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/x-kreator/ignite ignite-7967
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4257.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 #4257
----
commit 2ebc0aef7beccd0ab48af412f5744b277e95411f
Author: Dmitriy Sorokin <sbt.sorokin.dvl@...>
Date: 2018-06-25T16:43:36Z
IGNITE-7967 DataRegionMetrics#totalAllocatedPages is invalid if metrics
were enabled at runtime
----
> DataRegionMetrics#totalAllocatedPages is invalid if metrics were enabled at
> runtime
> -----------------------------------------------------------------------------------
>
> Key: IGNITE-7967
> URL: https://issues.apache.org/jira/browse/IGNITE-7967
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Affects Versions: 2.3
> Reporter: Alexey Goncharuk
> Assignee: Dmitriy Sorokin
> Priority: Major
> Labels: iep-6
> Fix For: 2.6
>
>
> {{totalAllocatedPages}} is updated during runtime via callback. When metrics
> are enabled at runtime, some pages may be already allocated, thus the metric
> shows invalid value.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)