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

HBASE-5533 metrics miss all operations submitted via MultiAction

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.94.1, 0.95.2
    • 0.94.1, 0.95.0
    • metrics, regionserver
    • None
    • Reviewed
    • The misleading "getRequestLatency", "deleteRequestLatency", and "putRequestLatency" histograms were removed from metrics because such requests often were not actually measured.

    Description

      A client application (LoadTestTool) calls put() on HTables. Internally to the HBase client those puts are batched into MultiActions. The total number of put operations shown in the RegionServer's put metrics histogram never increases from 0 even though millions of such operations are made. Needless to say the latency for those operations are not measured either. The value of HBASE-5533 metrics are suspect given the client will batch put and delete ops like this.

      I had a fix in progress but HBASE-6284 messed it up. Before, MultiAction processing in HRegionServer would distingush between puts and deletes and dispatch them separately. It was easy to account for the time for them. Now both puts and deletes are submitted in batch together as mutations.

      Attachments

        1. 6377-trunk-simple.patch
          7 kB
          Andrew Kyle Purtell
        2. 6377-trunk-remove-get-put-delete-histograms.patch
          3 kB
          Andrew Kyle Purtell
        3. 6377-0.94-remove-get-put-delete-histograms.patch
          5 kB
          Andrew Kyle Purtell
        4. 6377-0.94.patch
          20 kB
          Andrew Kyle Purtell
        5. 6377.patch
          10 kB
          Andrew Kyle Purtell

        Activity

          People

            apurtell Andrew Kyle Purtell
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: