You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/04/07 04:15:13 UTC

[jira] [Updated] (PHOENIX-1681) Use the new Region Interface

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

Andrew Purtell updated PHOENIX-1681:
------------------------------------
    Attachment: 0001-PHOENIX-1681-Use-the-new-Region-Interface.patch

I swapped out hbase.version in the POM with 1.1.0-SNAPSHOT and was screwed by the NextState changes to scanner interfaces. This is going to take more than one afternoon's work. It's not just Region that needs fixing up but also RegionScanner and InternalScanner. Here's what I have so far. There are 26 compile errors remaining, all related to NextState. Where I've made changes to scanners it's unlikely they are doing the right thing with NextState yet. 

> Use the new Region Interface
> ----------------------------
>
>                 Key: PHOENIX-1681
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1681
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>         Attachments: 0001-PHOENIX-1681-Use-the-new-Region-Interface.patch, PHOENIX-1681-4.patch, PHOENIX-1681-4.patch
>
>
> HBase is introducing a new interface, Region, a supportable public/evolving subset of HRegion. Use this instead of HRegion in all places where we are using HRegion today



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)