You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mario Kevo (Jira)" <ji...@apache.org> on 2021/01/27 09:55:00 UTC

[jira] [Created] (GEODE-8876) Statistics not collecting correct value for gets when transaction is used

Mario Kevo created GEODE-8876:
---------------------------------

             Summary: Statistics not collecting correct value for gets when transaction is used
                 Key: GEODE-8876
                 URL: https://issues.apache.org/jira/browse/GEODE-8876
             Project: Geode
          Issue Type: Bug
          Components: statistics, transactions
            Reporter: Mario Kevo


{color:#172b4d}We were running traffic with reads and updates using transactions. After traffic finished we collected statistic file from the server pods.{color}

{color:#172b4d}After opening stats file we got the following:{color}
 * {color:#172b4d}In the CacheSeverStats statistics, counters for getRequest and putRequest are showing correct number of get and put operations requested by client.{color}
 * {color:#172b4d}In the *CachePerfStats*, graph for puts during traffic time is showing expected number of put operation, but the graph for *gets* was *empty* in that period!{color}

{color:#172b4d}We tried to check the same statistics for traffic generated without using transactions and statistic for gets was showing correct number of operations.{color}



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