Description
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.
[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) ...
Attachments
Issue Links
- is caused by
-
PHOENIX-7439 Bump default HBase 2.6 version to 2.6.1
- Closed
- is related to
-
PHOENIX-4997 Phoenix MR on snapshots can produce duplicate rows
- Closed
- links to