You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sharvanath Pathak (JIRA)" <ji...@apache.org> on 2016/01/08 02:34:40 UTC

[jira] [Created] (CASSANDRA-10983) Metrics for tracking offending queries

Sharvanath Pathak created CASSANDRA-10983:
---------------------------------------------

             Summary: Metrics for tracking offending queries
                 Key: CASSANDRA-10983
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10983
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Sharvanath Pathak


I have seen big GC pauses leading to nodes being marked DOWN in our cluster. The most common issue is someone, would add a large range scan and it would be difficult to pin-point the specific query. I have added a mechanism to account the memory allocation for a specific query. In order to allow aggregates over a period I added a metric as well. Attached is the diff.

I was wondering if something like this would be interesting for more general audience. There are some things which need to be fixed for proper release. For instance, Cleaning up existing metrics on server restart. However, just wanted to check before that if something like this would be useful for others.



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