[
https://issues.apache.org/jira/browse/PHOENIX-6828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635473#comment-17635473
]
Aman Poonia commented on PHOENIX-6828:
--------------------------------------
Okay found the offending commit i believe
{code:java}
~/Code/github/phoenix @24887be9 *1 bisect ?3 ❯ git bisect bad
24887be9fb7d7d97b3c9db52882075a6d8452f45 is the first bad commit
commit 24887be9fb7d7d97b3c9db52882075a6d8452f45
Author: Lokesh Khurana <[email protected]>
Date: Fri Oct 28 14:50:37 2022 -0700 PHOENIX-6776 :- Abort scans of closed
connections at ScanningResultIterator (#1517) Co-authored-by: Lokesh Khurana
<[email protected]> .../end2end/PreMatureTimelyAbortScanIt.java
| 89 ++++++++++++++++++++++
.../coprocessor/BaseScannerRegionObserver.java | 2 +-
.../apache/phoenix/exception/SQLExceptionCode.java | 5 +-
.../phoenix/iterate/BaseResultIterators.java | 3 +
.../phoenix/iterate/ScanningResultIterator.java | 26 ++++++-
.../phoenix/iterate/TableResultIterator.java | 2 +-
.../iterate/TableSnapshotResultIterator.java | 7 +-
.../org/apache/phoenix/jdbc/PhoenixConnection.java | 23 +++++-
.../phoenix/mapreduce/PhoenixRecordReader.java | 2 +-
9 files changed, 148 insertions(+), 11 deletions(-)
create mode 100644
phoenix-core/src/it/java/org/apache/phoenix/end2end/PreMatureTimelyAbortScanIt.java
{code}
> Test failure in master branch :
> LogicalTableNameIT.testUpdatePhysicalIndexTableName_runScrutiny
> -----------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6828
> URL: https://issues.apache.org/jira/browse/PHOENIX-6828
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 5.2.0
> Reporter: Rushabh Shah
> Assignee: Aman Poonia
> Priority: Major
>
> The following tests are failing in master branch
> [ERROR] Failures:
> [ERROR] LogicalTableNameIT.testUpdatePhysicalIndexTableName_runScrutiny:229
> expected:<2> but was:<1>
> [ERROR] LogicalTableNameIT.testUpdatePhysicalIndexTableName_runScrutiny:229
> expected:<2> but was:<1>
> [ERROR] LogicalTableNameIT.testUpdatePhysicalIndexTableName_runScrutiny:229
> expected:<2> but was:<1>
> [ERROR] LogicalTableNameIT.testUpdatePhysicalIndexTableName_runScrutiny:229
> expected:<2> but was:<1>
> [ERROR]
> LogicalTableNameIT.testUpdatePhysicalTableNameWithIndex_runScrutiny:169
> expected:<2> but was:<1>
> [ERROR]
> LogicalTableNameIT.testUpdatePhysicalTableNameWithIndex_runScrutiny:169
> expected:<2> but was:<1>
> [ERROR]
> LogicalTableNameIT.testUpdatePhysicalTableNameWithIndex_runScrutiny:165
> expected:<3> but was:<1>
> [ERROR]
> LogicalTableNameIT.testUpdatePhysicalTableNameWithIndex_runScrutiny:165
> expected:<3> but was:<1>
> [ERROR]
> LogicalTableNameIT.testUpdatePhysicalTableNameWithViews_runScrutiny:353
> expected:<2> but was:<0>
> [ERROR]
> LogicalTableNameIT.testUpdatePhysicalTableNameWithViews_runScrutiny:353
> expected:<2> but was:<0>
> Failed in 2 different PR builds and confirmed locally on master that it is
> failing.
> 1.
> https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1518/4/artifact/yetus-general-check/output/patch-unit-phoenix-core.txt
> 2.
> https://ci-hadoop.apache.org/job/Phoenix/job/Phoenix-PreCommit-GitHub-PR/job/PR-1522/1/testReport/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)