Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-13245

Revamp mutation metrics

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 1.1.0, 2.0.0
    • None
    • metrics
    • None

    Description

      Counts of deletes and puts ( called mutations in metrics ) are totally off.

      The time for delete or mutate is really the time that a batch of mutations containing a put or delete. The same is true for count.

      We should have:

      • number of puts
      • number of deletes
      • time for batch mutations
      • number of batch mutations
      • histogram of number of mutations in each batch

      That way it's less reading tea leaves and more explicit that things are batched and we don't have more fine grained info.

      Attachments

        Activity

          People

            Unassigned Unassigned
            eclark Elliott Neil Clark
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: