You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2016/01/24 04:32:39 UTC

[jira] [Resolved] (PHOENIX-1479) IndexSplitTransaction won't compile after HBASE-12550

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

James Taylor resolved PHOENIX-1479.
-----------------------------------
    Resolution: Fixed

Compilation issue fixed a while back. Long term solutions is a redo of local indexing which is in review over on PHOENIX-1734.

> IndexSplitTransaction won't compile after HBASE-12550
> -----------------------------------------------------
>
>                 Key: PHOENIX-1479
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1479
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>
> {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}



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