Darrel Schneider created GEODE-6776:
---------------------------------------

             Summary: 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


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
(v7.6.3#76005)

Reply via email to