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

Rpc handler monitoring will be removed when the task queue is full

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.98.23, 1.2.4, 2.0.0
    • 1.4.0, 0.98.24, 2.0.0
    • None
    • None
    • Reviewed

    Description

      The RPC handlers monitoring will displayed in the Web UI when the cluster has just started. As time goes on, RPC handlers disappeared .

      We have the RPC handlers listed as tasks and stored in CircularFifoBuffer.
      CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its oldest element if full.
      When we refresh the page, completed tasks will be removed from CircularFifoBuffer.
      Not refresh the page for a long time, the oldest element (RPC handlers) will be replaced by new tasks.

      Attachments

        1. HBASE-17256-v1.patch
          0.7 kB
          Guangxu Cheng

        Issue Links

          Activity

            People

              gxcheng Guangxu Cheng
              gxcheng Guangxu Cheng
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: