Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7067 HBase Get perf improvements
  3. HBASE-7477

Remove Proxy instance from HBase RPC

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.89-fb
    • None
    • None
    • None

    Description

      Currently, we use HBaseRPC.getProxy() to get an Invoker object to serialize the RPC parameters. This is pretty inefficient as it uses reflection to lookup the current method name.

      The aim is to break up the proxy into an actual proxy implementation so that:
      1. we can make it more efficient by eliminating reflection
      2. can re-write some parts of the protocol to make it even better

      Attachments

        1. 7477experiment.txt
          11 kB
          Michael Stack
        2. HBASE-7477.patch
          24 kB
          Karthik Ranganathan

        Issue Links

          Activity

            People

              Unassigned Unassigned
              karthik.ranga Karthik Ranganathan
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: