[
https://issues.apache.org/jira/browse/PHOENIX-7440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891409#comment-17891409
]
Istvan Toth edited comment on PHOENIX-7440 at 10/21/24 6:14 AM:
----------------------------------------------------------------
I couldn't find any obvious breaking changes between 2.6.0 and 2.6.1 in the
classes referred in PHOENIX-4907.
The next obvious step would be runnging a git bisect between Hbase 2.6.0 and
2.6.1 to find the breaking change, but Phoenix doesn't compile with most of
those.
Maybe use a doctored Hbase branch, where Nick's compatibility fixes are rolled
into the original commits ?
was (Author: stoty):
I couldn't find any changes between 2.6.0 and 2.6.1 in the classes referred in
PHOENIX-4907.
The next obvious step would be runnging a git bisect between Hbase 2.6.0 and
2.6.1 to find the breaking change, but Phoenix doesn't compile with most of
those.
Maybe use a doctored Hbase branch, where Nick's compatibility fixes are rolled
into the original commits ?
> 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
> Priority: Major
>
> 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)