[
https://issues.apache.org/jira/browse/PHOENIX-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225844#comment-14225844
]
rajeshbabu commented on PHOENIX-1479:
-------------------------------------
I have raised HBASE-12583 to handle this.
[~stack] [~apurtell]
Can you please suggest which approach will be better?
1) we can add new coprocessor hooks surrounding the above code this but what I
feel is if we implement the new hooks in phoenix then it will not compile with
versions already released.
2) We can have a Boolean table attribute to consider for skipping the check and
set it to true for local index table.
Or any thing else?
Thanks
> IndexSplitTransaction won't compile after HBASE-12550
> -----------------------------------------------------
>
> Key: PHOENIX-1479
> URL: https://issues.apache.org/jira/browse/PHOENIX-1479
> Project: Phoenix
> Issue Type: Bug
> 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)