You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/11/24 23:28:13 UTC

[jira] [Reopened] (HBASE-12550) Check all storefiles are referenced before splitting

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

Andrew Purtell reopened HBASE-12550:
------------------------------------

This change breaks Apache Phoenix compilation:
{code}
[ERROR] /Users/apurtell/src/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexSplitTransaction.java:[364,28] method createDaughterRegionFromSplits in class org.apache.hadoop.hbase.regionserver.HRegion cannot be applied to given types;
[ERROR] required: org.apache.hadoop.hbase.HRegionInfo,int
[ERROR] found: org.apache.hadoop.hbase.HRegionInfo
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/apurtell/src/phoenix/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/IndexSplitTransaction.java:[368,28] method createDaughterRegionFromSplits in class org.apache.hadoop.hbase.regionserver.HRegion cannot be applied to given types;
[ERROR] required: org.apache.hadoop.hbase.HRegionInfo,int
[ERROR] found: org.apache.hadoop.hbase.HRegionInfo
[ERROR] reason: actual and formal argument lists differ in length
{code}

Can we get an addendum for 0.98 that fixes that? 

> Check all storefiles are referenced before splitting
> ----------------------------------------------------
>
>                 Key: HBASE-12550
>                 URL: https://issues.apache.org/jira/browse/HBASE-12550
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>             Fix For: 2.0.0, 0.98.9, 0.99.2
>
>         Attachments: 0001-HBASE-12550-ADDENDUM-Check-all-storefiles-are-refere.patch, HBASE-12550-v1.patch, HBASE-12550-v2.patch, HBASE-12550-v3.patch, HBASE-12550.patch
>
>
> Make double extra sure all storefiles are referenced before



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