[
https://issues.apache.org/jira/browse/IGNITE-6483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192794#comment-16192794
]
ASF GitHub Bot commented on IGNITE-6483:
----------------------------------------
GitHub user alamar opened a pull request:
https://github.com/apache/ignite/pull/2806
IGNITE-6483 Tests for availability of metrics in MX beans.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6483
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2806.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 #2806
----
commit f17e5668e13c3acdbbafdc97363b708f12901417
Author: Ilya Kasnacheev <[email protected]>
Date: 2017-10-05T12:13:22Z
IGNITE-6483 Tests for availability of metrics in MX beans.
----
> Entries count in caches' MX Beans not immediately available
> -----------------------------------------------------------
>
> Key: IGNITE-6483
> URL: https://issues.apache.org/jira/browse/IGNITE-6483
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.1
> Reporter: Ilya Kasnacheev
> Assignee: Ilya Kasnacheev
> Attachments: IgniteCacheMxBeansTest.java
>
>
> When querying properties like
> {code}
> cache.mxBean().getOffHeapPrimaryEntriesCount()
> {code}
> The value is often 0 (zero) initially, even if cache is not empty and located
> in offheap.
> Local MX Bean returns correct value.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)