You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:04:06 UTC

[jira] [Closed] (GEODE-6776) ClientSendsStats and ClientStats are broken

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

Dick Cavender closed GEODE-6776.
--------------------------------

> ClientSendsStats and ClientStats are broken
> -------------------------------------------
>
>                 Key: GEODE-6776
>                 URL: https://issues.apache.org/jira/browse/GEODE-6776
>             Project: Geode
>          Issue Type: Bug
>          Components: statistics
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> A bunch of ClientSendStats are always zero. All of the stats whose name ends with "SendTime" will always be zero. The stats named "getPDXIdForTypeSendFailures" and "getPDXIdForTypeSendsSuccessful" will also always be zero.
> The values for these stats may get recorded, but in the wrong spot. So this can mess up ClientStats. For example getsSendTime is recorded in ClientStats.gets. So instead of "gets" showing you the number of get calls, it has the number of nanos it took to send the get to the server. Which stats may have wrong values in ClientStats are too many to itemize. Just be aware that ClientStats in general may be wrong due to this bug.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)