You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Clint Morgan (JIRA)" <ji...@apache.org> on 2008/08/11 18:28:45 UTC

[jira] Reopened: (HBASE-805) Remove unnecessary getRow overloads in HRS

     [ https://issues.apache.org/jira/browse/HBASE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clint Morgan reopened HBASE-805:
--------------------------------

      Assignee: Jim Kellerman  (was: Jonathan Gray)

-1 This patch changed all lines of HRegionServer. (apears to be whitespace change)

This makes maintaining other patches a PITA...

> Remove unnecessary getRow overloads in HRS
> ------------------------------------------
>
>                 Key: HBASE-805
>                 URL: https://issues.apache.org/jira/browse/HBASE-805
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.2.0
>            Reporter: Jonathan Gray
>            Assignee: Jim Kellerman
>             Fix For: 0.2.1, 0.3.0
>
>         Attachments: hbase-805-v1.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.