Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-7402

Add metrics to track memory used by client requests

    XMLWordPrintableJSON

Details

    Description

      When running a production cluster one common operational issue is quantifying GC pauses caused by ongoing requests.

      Since different queries return varying amount of data you can easily get your self into a situation where you Stop the world from a couple of bad actors in the system. Or more likely the aggregate garbage generated on a single node across all in flight requests causes a GC.

      It would be very useful for operators to see how much garbage the system is using to handle in flight mutations and queries.

      It would also be nice to have either a log of queries which generate the most garbage so operators can track this. Also a histogram.

      Attachments

        1. 7402.txt
          15 kB
          T Jake Luciani

        Issue Links

          Activity

            People

              tjake T Jake Luciani
              tjake T Jake Luciani
              T Jake Luciani
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

              Dates

                Created:
                Updated: