[
https://issues.apache.org/jira/browse/PHOENIX-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833465#comment-16833465
]
Andrew Purtell commented on PHOENIX-5268:
-----------------------------------------
bq. I think the "proper" fix is that we stop extending KeyValue and make our
own Cell implementation for IndexedKeyValue.
+1, that seems like the right direction. KeyValue is a class marked as Private
so by contract is not supposed to be extended and we can break you at any time.
Use Cell, which is a supported Public interface.
> HBase 2.0.5 compatibility
> -------------------------
>
> Key: PHOENIX-5268
> URL: https://issues.apache.org/jira/browse/PHOENIX-5268
> Project: Phoenix
> Issue Type: Bug
> Reporter: Josh Elser
> Priority: Blocker
> Fix For: 5.1.0
>
>
> HBASE-21754 introduces a new abstract method to RpcScheduler:
> {{getMetaPriorityQueueLength()}}
> This means that Phoenix does not build against HBase 2.0.5.
> FYI [[email protected]], [~Jaanai].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)