[ https://issues.apache.org/jira/browse/PHOENIX-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14223918#comment-14223918 ]
stack commented on PHOENIX-1479: -------------------------------- bq. ....but I suspect rajeshbabu took this route for the LOCAL index implementation in Phoenix because he couldn't achieve the same through a split policy. Come tell us what hooks you need rather than copy/paste. > 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)