You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2019/05/02 20:57:00 UTC

[jira] [Commented] (PHOENIX-5268) HBase 2.0.5 compatibility

    [ https://issues.apache.org/jira/browse/PHOENIX-5268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831957#comment-16831957 ] 

Josh Elser commented on PHOENIX-5268:
-------------------------------------

HBASE-21401 seems to be another failure. Causes IndexedKeyValue to fail to construct a KeyValue as our "faked" one doesn't match the sanity checks HBase is making.
{noformat}
[ERROR] testWithCompression(org.apache.hadoop.hbase.regionserver.wal.ReadWriteKeyValuesWithCodecTest) Time elapsed: 0.004 s <<< ERROR!
java.lang.IllegalArgumentException: Overflow when reading key length at position=0, KeyValueBytesHex=row, offset=0, length=3
at org.apache.hadoop.hbase.KeyValueUtil.checkKeyValueBytes(KeyValueUtil.java:531)
at org.apache.hadoop.hbase.KeyValue.<init>(KeyValue.java:344)
at org.apache.phoenix.hbase.index.wal.IndexedKeyValue.<init>(IndexedKeyValue.java:56)
at org.apache.hadoop.hbase.regionserver.wal.ReadWriteKeyValuesWithCodecTest.getEdits(ReadWriteKeyValuesWithCodecTest.java:114)
at org.apache.hadoop.hbase.regionserver.wal.ReadWriteKeyValuesWithCodecTest.testWithCompression(ReadWriteKeyValuesWithCodecTest.java:83){noformat}

> 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 [~twdsilva@gmail.com], [~Jaanai].



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)