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

Expose scanNext stats to region server level

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0, 0.98.13, 2.0.0
    • None
    • None
    • Reviewed

    Description

      Regions have a scanNext_num_ops stat but there is no such stat at the regionserver level. The num_ops metrics at the RS level (exposed through JMX) are as follows:

          "SyncTime_num_ops" : 54,
          "AppendSize_num_ops" : 56,
          "AppendTime_num_ops" : 56,
          "Append_num_ops" : 0,
          "Delete_num_ops" : 0,
          "Mutate_num_ops" : 0,
          "Get_num_ops" : 0,
          "Replay_num_ops" : 0,
          "Increment_num_ops" : 0,
          "QueueCallTime_num_ops" : 53,
          "ProcessCallTime_num_ops" : 53,
      

      We need a scanNext_num_ops, along with 95th percentile stat, at the RS level.

      Attachments

        1. 13369-master-v1.txt
          8 kB
          Ted Yu
        2. 13369-addendum.txt
          1 kB
          Ted Yu
        3. HBASE-13369-0.98.patch
          10 kB
          Andrew Kyle Purtell

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: