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 2017/11/20 23:45:00 UTC

[jira] [Created] (IGNITE-6966) Average time metrics are not calculated for client driven operations

Denis Magda created IGNITE-6966:
-----------------------------------

             Summary: Average time metrics are not calculated for client driven operations
                 Key: IGNITE-6966
                 URL: https://issues.apache.org/jira/browse/IGNITE-6966
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Magda
            Priority: Critical
             Fix For: 2.4


Cache operations executed from a client-side are not accounted in average time metrics. Use this reproducer [1] performing the following:
* Start a server node [2] that will report {{getAveragePutTime}}/{{getAverageGetTime}} metrics in a loop.
* Start a client node [3] that will report the same metrics and do cache updates/reads.

Both nodes show {{0}} for those metrics.

[1] https://github.com/dmagda/IgniteMetricsExampe/
[2] https://github.com/dmagda/IgniteMetricsExampe/blob/master/src/main/java/IgniteMetricsExample.java
[3] https://github.com/dmagda/IgniteMetricsExampe/blob/master/src/main/java/IgniteClientMetricsExample.java



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)