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

Add metrics to monitor the amount of tombstones created

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Low
    • Resolution: Unresolved
    • 2.1.x
    • None
    • Low Hanging Fruit

    Description

      AFAIK there's currently no way to monitor the amount of tombstones created on a Cassandra node. CASSANDRA-6057 has made it possible for users to figure out how many tombstones are scanned at read time, but in write mostly workloads, it may not be possible to realize if some inappropriate queries are generating too many tombstones.

      Therefore the following additional metrics should be added:

      • writtenCells: amount of cells that have been written
      • writtenTombstoneCells: amount of tombstone cells that have been written

      Alternatively these could be exposed as a single gauge such as writtenTombstoneCellsRatio.

      Attachments

        1. cassandra-2.1-8880.patch
          3 kB
          Lyuben Todorov

        Activity

          People

            Unassigned Unassigned
            mfiguiere Michaël Figuière
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated: