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

Remove unnecessary getRow overloads in HRS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.2.0
    • 0.2.1, 0.18.0
    • regionserver
    • None

    Description

      HRS currently contains:

      public RowResult getRow(final byte [] regionName, final byte [] row, final long ts)

      public RowResult getRow(final byte [] regionName, final byte [] row, final byte [][] columns)

      public RowResult getRow(final byte [] regionName, final byte [] row, final byte [][] columns, final long ts)

      The first two call the last one which calls HR.getFull.

      Changes will be made to HTable to map all getRow calls to a single getRow HRS method.

      Attachments

        1. hbase-805-v1.patch
          3 kB
          Jonathan Gray

        Activity

          People

            jimk Jim Kellerman
            streamy Jonathan Gray
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: