You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2016/05/16 13:55:13 UTC

[jira] [Updated] (IGNITE-2483) Cache metrics functionality for client nodes should be developed.

     [ https://issues.apache.org/jira/browse/IGNITE-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Magda updated IGNITE-2483:
--------------------------------
    Fix Version/s:     (was: 1.6)
                   1.7

> Cache metrics functionality for client nodes should be developed.
> -----------------------------------------------------------------
>
>                 Key: IGNITE-2483
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2483
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>            Reporter: Valentin Kulichenko
>            Assignee: Alexey Goncharuk
>              Labels: community
>             Fix For: 1.7
>
>
> User list discussion: http://apache-ignite-users.70518.x6.nabble.com/Is-there-a-way-to-get-cache-metrics-for-all-the-nodes-in-cluster-combined-td2674.html
> Currently there are at least three issues with cache metrics:
> # When metrics are acquired on client, average put times are always zero. This happens because timings are calculated on the client, but puts are counted on servers.
> # Size and keySize are always zero even if cache is not empty.
> # Default metrics() method that doesn't take a cluster group provides metrics for local node only. So if it's called on client, they are always empty. It should calculate metrics for the whole cluster instead.
> Also looks like this code is very undertested. Coverage should be significantly improved.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)