You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2007/09/10 21:09:30 UTC

[jira] Resolved: (HADOOP-1794) [hbase] Remove deprecated APIs and change signature of another in HRegionInterface

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

Jim Kellerman resolved HADOOP-1794.
-----------------------------------

    Resolution: Won't Fix

Not going to make additional changes to the region server at this time. Should we later decide to address HADOOP-1724, any corresponding API changes will be handled there.

> [hbase] Remove deprecated APIs and change signature of another in HRegionInterface
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-1794
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1794
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>    Affects Versions: 0.15.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>            Priority: Minor
>             Fix For: 0.15.0
>
>         Attachments: patch.txt
>
>
> There are a number of deprecated APIs in HRegionInterface (the interface used by the client to communicate with the HRegionServer). Although none of the APIs are used by the current client classes or by other HBase code, we do know that some HBase users have subclassed both the client and HRegionServer. What we do not know is if their changes make use of the deprecated APIs.
> In addition, we would like to make an incompatible change to HRegionInterface.batchUpdate in order to support HADOOP-1724. (It would return either an enum or boolean instead of void).
> If these changes would effect you, please let us know and also give us a time frame when this change could be implemented. Thanks!

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