Istvan Toth created PHOENIX-7440:
------------------------------------
Summary: TableSnapshotReadsMapReduceIT fails with HBase 2.6.1
Key: PHOENIX-7440
URL: https://issues.apache.org/jira/browse/PHOENIX-7440
Project: Phoenix
Issue Type: Bug
Components: core
Reporter: Istvan Toth
TableSnapshotReadsMapReduceIT consistently fails with Hbase 2.6.1,
while not failing with 2.6.0.
Dig into this, and find out if this is an HBase, Phoenix or test issue.
{noformat}
[ERROR]
org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.testMapReduceSnapshotsMultiRegion[0]
-- Time elapsed: 13.34 s <<< FAILURE!
org.junit.ComparisonFailure: Got the incorrect value for field1
expected:<[CCCC]> but was:<[00000]>
at org.junit.Assert.assertEquals(Assert.java:117)
at
org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.configureJob(TableSnapshotReadsMapReduceIT.java:289)
at
org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.testMapReduceSnapshotsMultiRegion(TableSnapshotReadsMapReduceIT.java:157)
...
[ERROR]
org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.testMapReduceSnapshotsMultiRegion[1]
-- Time elapsed: 11.74 s <<< FAILURE!
org.junit.ComparisonFailure: Got the incorrect value for field1
expected:<[CCCC]> but was:<[00000]>
at org.junit.Assert.assertEquals(Assert.java:117)
at
org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.configureJob(TableSnapshotReadsMapReduceIT.java:289)
at
org.apache.phoenix.end2end.TableSnapshotReadsMapReduceIT.testMapReduceSnapshotsMultiRegion(TableSnapshotReadsMapReduceIT.java:157)
...
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)