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

Use primitives -- long, byte [] -- in place of Long, BytesWritable, etc.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      Profiling, bulk of allocations are short-lived object wrapping of primitives. Examples include:

      + HADOOP-1483 'Use long primitives creating, renewing, and cancelling leases' now subsumed by this issue.
      + Published APIs for region server, master and clients return ByteWritables or arrays of ByteWritables when could be returning byte [] or byte [][].

      Attachments

        1. primitives.patch
          161 kB
          Michael Stack
        2. primitives-v2.patch
          161 kB
          Michael Stack

        Activity

          People

            Unassigned Unassigned
            stack Michael Stack
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: