[jira] [Created] (IGNITE-8517) Implement CacheGroupMetricsMXBean.getTotalAllocatedPages() calculation for PageMemoryNoStore

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-8517) Implement CacheGroupMetricsMXBean.getTotalAllocatedPages() calculation for PageMemoryNoStore

Anton Vinogradov (Jira)
Aleksey Plekhanov created IGNITE-8517:
-----------------------------------------

             Summary: Implement CacheGroupMetricsMXBean.getTotalAllocatedPages() calculation for PageMemoryNoStore
                 Key: IGNITE-8517
                 URL: https://issues.apache.org/jira/browse/IGNITE-8517
             Project: Ignite
          Issue Type: Improvement
            Reporter: Aleksey Plekhanov


Allocated pages count are calculated for cache groups only when PDS is enabled (allocated page trackers for each cache group are used in FilePageStore class).
But when PageMemoryNoStore is used this metric for cache groups is not calculated (data region page tracker is used when page is allocated)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)