[
https://issues.apache.org/jira/browse/PHOENIX-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254976#comment-14254976
]
Rajeshbabu Chintaguntla commented on PHOENIX-1536:
--------------------------------------------------
Just done that way to compilation changes if we build with pre-0.98.9
{code}
[ERROR]
/Users/rajeshbabu/phoenix/5.0.0/phoenix-core/src/main/java/org/apache/hadoop/hbase/regionserver/LocalIndexSplitter.java:[81,27]
cannot find symbol
symbol: variable useZKForAssignment
location: variable st of type
org.apache.hadoop.hbase.regionserver.SplitTransaction
{code}
If we change HBase version in pom to 0.98.9 then we need not have reflection
code [~jamestaylor]. Any planning to do that after release.
> Make use of SplitTransaction to split local index region from 0.98.9 onwards
> ----------------------------------------------------------------------------
>
> Key: PHOENIX-1536
> URL: https://issues.apache.org/jira/browse/PHOENIX-1536
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.2.2
> Reporter: Rajeshbabu Chintaguntla
> Fix For: 5.0.0, 4.3
>
> Attachments: PHOENIX-1536.patch, PHOENIX-1536_v2.patch
>
>
> Currently we are using IndexSpilitTransaction which is duplicate of
> SplitTransaction with minor changes. From 0.98.9 onwards we can use the
> SplitTransaction itself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)