You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Gray (JIRA)" <ji...@apache.org> on 2008/08/08 19:59:44 UTC

[jira] Assigned: (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 ]

Jonathan Gray reassigned HBASE-805:
-----------------------------------

    Assignee: Jonathan Gray

> 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: Jonathan Gray
>             Fix For: 0.2.1
>
>
> 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.