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

Use union type protobufs instead of class/byte pairs for multi requests

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.95.2
    • 0.95.0
    • IPC/RPC, Performance
    • None
    • Reviewed

    Description

      The current implementation of multi actions uses repeated "NameBytesPair"s for the contents of multi actions. Instead, we should introduce a union type protobuf for the valid actions. This makes the RPCs smaller since they don't need to carry class names, and makes deserialization faster since it can avoid some copying and reflection.

      Attachments

        1. hbase-5901.txt
          59 kB
          Todd Lipcon
        2. hbase-5901.txt
          58 kB
          Todd Lipcon
        3. hbase-5901.txt
          58 kB
          Michael Stack

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: