[
https://issues.apache.org/jira/browse/PHOENIX-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835345#comment-16835345
]
jaanai commented on PHOENIX-5268:
---------------------------------
-HBASE-21158- seems to be a new failure, it will effect DeleteFamily Cell
during generating IndexUpdate.
{code:java}
java.lang.AssertionError: Had some index updates, though it should have been
covered by the delete
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at
org.apache.phoenix.hbase.index.covered.TestCoveredColumnIndexCodec.ensureNoUpdatesWhenCoveredByDelete(TestCoveredColumnIndexCodec.java:244)
at
org.apache.phoenix.hbase.index.covered.TestCoveredColumnIndexCodec.testGeneratedIndexUpdates(TestCoveredColumnIndexCodec.java:222)
{code}
> 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
> Assignee: 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)