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

Allow HBaseRpcMetrics to register custom interface methods

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.90.0
    • IPC/RPC
    • None

    Description

      Opened from comments on HBASE-2997. James Kennedy notes:

      HBaseRpcMetrics is now logging a WARN message every time it encounters an unregistered RPC method.

      In my case I now get huge log files filled with these warnings because the hbase-trx transactional extension of HBase uses a subclass of HRegionServer that adds new interface methods.

      It's easy enough to tell log4j to ignore HBaseRpcMetrics output.

      However, it would be nice if the Server/HRegionServer HBaseRpcMetrics mechanism was more extensible so I could pass down new interfaces or grab the HBaseRpcMetrics object to add interfaces from up top...

      HBaseRpcMetrics already has a public method createMetrics(Class) to register method counters. We just need a way to expose the metrics class to allow the region server subclass to call it – add a getMetrics() method to RpcServer and HBaseServer.

      Attachments

        1. HBASE-3405_2_0.90.patch
          10 kB
          Gary Helmling
        2. HBASE-3405_trunk.patch
          11 kB
          Gary Helmling

        Activity

          People

            ghelmling Gary Helmling
            ghelmling Gary Helmling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: