NihalJain commented on PR #2024: URL: https://github.com/apache/phoenix/pull/2024#issuecomment-3086679020
> Also I have run build and 'mvn clean verify' with this PR locally: there were 2 errors and 7 failures but not anything I think would be related to this change. ``` [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ServerMetadataCacheIT.testSelectQueryFails:757 Query should have thrown Exception [ERROR] ServerMetadataCacheIT.testSelectQueryServerSideExceptionInValidation:670 Wanted but not invoked: connectionQueryServicesTestImpl.refreshLiveRegionServers(); -> at org.apache.phoenix.cache.ServerMetadataCacheIT.testSelectQueryServerSideExceptionInValidation(ServerMetadataCacheIT.java:670) However, there were exactly 80 interactions with this mock: connectionQueryServicesTestImpl.connect( "jdbc:phoenix+zk:127.0.0.1\:61825::/hbase:client2;test=true;", {} ); -> at org.apache.phoenix.cache.ServerMetadataCacheIT.testSelectQueryServerSideExceptionInValidation(ServerMetadataCacheIT.java:653) connectionQueryServicesTestImpl.checkClosed(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.connect(ConnectionQueryServicesImpl.java:1233) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:306) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:308) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:310) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:312) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:317) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:320) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:322) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:324) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:326) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:327) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:329) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:331) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:334) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:337) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:339) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:354) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:356) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:359) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.getValidateLastDdlTimestampEnabled(ValidateLastDDLTimestampUtil.java:75) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.execute.MutationState.<init>(MutationState.java:262) connectionQueryServicesTestImpl.addConnection( org.apache.phoenix.jdbc.PhoenixConnection@57a67298 ); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:364) connectionQueryServicesTestImpl.isRenewingLeasesEnabled(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.addConnection(ConnectionQueryServicesImpl.java:6325) connectionQueryServicesTestImpl.supportsFeature( RENEW_LEASE ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.isRenewingLeasesEnabled(ConnectionQueryServicesImpl.java:6667) connectionQueryServicesTestImpl.getLowestClusterHBaseVersion(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl$2.isSupported(ConnectionQueryServicesImpl.java:454) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.trace.util.Tracing.getConfiguredSampler(Tracing.java:127) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:373) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:375) connectionQueryServicesTestImpl.getConnectionCount( false ); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:388) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixConnection.<init>(PhoenixConnection.java:395) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixStatement.getDefaultQueryTimeoutMillis(PhoenixStatement.java:310) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.getValidateLastDdlTimestampEnabled(ValidateLastDDLTimestampUtil.java:75) connectionQueryServicesTestImpl.isUpgradeRequired(); -> at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:356) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getTableRef(PhoenixConnection.java:705) connectionQueryServicesTestImpl.getTable( null, [], [(byte) 0x4E, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x33, (byte) 0x34], 9223372036854775807L, 9223372036854775807L ); -> at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:603) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.metaDataCoprocessorExec(ConnectionQueryServicesImpl.java:2375) connectionQueryServicesTestImpl.getTable( [(byte) 0x53, (byte) 0x59, (byte) 0x53, (byte) 0x54, (byte) 0x45, (byte) 0x4D, (byte) 0x2E, (byte) 0x43, (byte) 0x41, (byte) 0x54, (byte) 0x41, (byte) 0x4C, (byte) 0x4F, (byte) 0x47] ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.metaDataCoprocessorExec(ConnectionQueryServicesImpl.java:2375) connectionQueryServicesTestImpl.getController(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl$8.call(ConnectionQueryServicesImpl.java:2658) connectionQueryServicesTestImpl.getController( SYSTEM.CATALOG ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.getController(ConnectionQueryServicesImpl.java:2304) connectionQueryServicesTestImpl.addTable( N000034, 1752734591705L ); -> at org.apache.phoenix.jdbc.PhoenixConnection.addTable(PhoenixConnection.java:1291) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.compile.QueryCompiler.<init>(QueryCompiler.java:182) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixStatement.getFetchSize(PhoenixStatement.java:2685) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.compile.StatementContext.<init>(StatementContext.java:161) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.compile.WhereOptimizer.pushKeyExpressionsToScan(WhereOptimizer.java:133) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.compile.QueryCompiler.compileSingleFlatQuery(QueryCompiler.java:828) connectionQueryServicesTestImpl.getOptimizer(); -> at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:373) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getTableRef(PhoenixConnection.java:705) connectionQueryServicesTestImpl.getAdmin(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.validateLastDDLTimestamp(ValidateLastDDLTimestampUtil.java:101) connectionQueryServicesTestImpl.getLiveRegionServers(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.validateLastDDLTimestamp(ValidateLastDDLTimestampUtil.java:103) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.execute.BaseQueryPlan.iterator(BaseQueryPlan.java:258) connectionQueryServicesTestImpl.isRenewingLeasesEnabled(); -> at org.apache.phoenix.util.ScanUtil.isPacingScannersPossible(ScanUtil.java:1116) connectionQueryServicesTestImpl.supportsFeature( RENEW_LEASE ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.isRenewingLeasesEnabled(ConnectionQueryServicesImpl.java:6667) connectionQueryServicesTestImpl.getLowestClusterHBaseVersion(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl$2.isSupported(ConnectionQueryServicesImpl.java:454) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.getValidateLastDdlTimestampEnabled(ValidateLastDDLTimestampUtil.java:75) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.execute.MutationState.<init>(MutationState.java:262) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.BaseResultIterators.initializeScan(BaseResultIterators.java:198) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.util.ScanUtil.getStatsForParallelizationProp(ScanUtil.java:1215) connectionQueryServicesTestImpl.getTableStats( GuidePostsKey[physicalName=N000034,columnFamily=0] ); -> at org.apache.phoenix.iterate.BaseResultIterators.getGuidePosts(BaseResultIterators.java:699) connectionQueryServicesTestImpl.getTableRegions( [(byte) 0x4E, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x33, (byte) 0x34], [], [], 300000 ); -> at org.apache.phoenix.iterate.DefaultParallelScanGrouper.getRegionBoundaries(DefaultParallelScanGrouper.java:81) connectionQueryServicesTestImpl.getNextRegionStartKey( region=N000034,,1752734589503.ae8e18f78622858667aa13c774d33428., hostname=desktop-fkkbnr3.,34287,1752734467343, seqNum=2, [], null ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.getTableRegions(ConnectionQueryServicesImpl.java:1026) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.iterate.BaseResultIterators.explainUtil(BaseResultIterators.java:1814) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ExplainTable.getRegionLocationsForExplainPlan(ExplainTable.java:359) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.jdbc.PhoenixResultSet.<init>(PhoenixResultSet.java:165) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.BaseResultIterators.getIterators(BaseResultIterators.java:1458) connectionQueryServicesTestImpl.getExecutor(); -> at org.apache.phoenix.iterate.ParallelIterators.submitWork(ParallelIterators.java:92) connectionQueryServicesTestImpl.getRenewLeaseThresholdMilliSeconds(); -> at org.apache.phoenix.iterate.ParallelIterators.submitWork(ParallelIterators.java:115) connectionQueryServicesTestImpl.getTable( [(byte) 0x4E, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x33, (byte) 0x34] ); -> at org.apache.phoenix.execute.MutationState.getHTable(MutationState.java:410) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.iterate.TableResultIterator.<init>(TableResultIterator.java:161) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributesForPhoenixTTL(ScanUtil.java:1494) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributeForPaging(ScanUtil.java:1593) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributeForPaging(ScanUtil.java:1597) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributeForPaging(ScanUtil.java:1603) connectionQueryServicesTestImpl.isRenewingLeasesEnabled(); -> at org.apache.phoenix.jdbc.PhoenixConnection.addIteratorForLeaseRenewal(PhoenixConnection.java:1412) connectionQueryServicesTestImpl.supportsFeature( RENEW_LEASE ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.isRenewingLeasesEnabled(ConnectionQueryServicesImpl.java:6667) connectionQueryServicesTestImpl.getLowestClusterHBaseVersion(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl$2.isSupported(ConnectionQueryServicesImpl.java:454) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:102) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:106) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:108) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:112) [ERROR] ServerMetadataCacheIT.testSelectQueryWithOldDDLTimestampWithExceptionRetry:723 Wanted but not invoked: connectionQueryServicesTestImpl.refreshLiveRegionServers(); -> at org.apache.phoenix.cache.ServerMetadataCacheIT.testSelectQueryWithOldDDLTimestampWithExceptionRetry(ServerMetadataCacheIT.java:723) However, there were exactly 60 interactions with this mock: connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixStatement.getDefaultQueryTimeoutMillis(PhoenixStatement.java:310) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.getValidateLastDdlTimestampEnabled(ValidateLastDDLTimestampUtil.java:75) connectionQueryServicesTestImpl.isUpgradeRequired(); -> at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:356) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getTableRef(PhoenixConnection.java:705) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getMetaDataCache(PhoenixConnection.java:594) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.compile.QueryCompiler.<init>(QueryCompiler.java:182) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixStatement.getFetchSize(PhoenixStatement.java:2685) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.compile.StatementContext.<init>(StatementContext.java:161) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.compile.WhereOptimizer.pushKeyExpressionsToScan(WhereOptimizer.java:133) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.compile.QueryCompiler.compileSingleFlatQuery(QueryCompiler.java:828) connectionQueryServicesTestImpl.getOptimizer(); -> at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:373) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getTableRef(PhoenixConnection.java:705) connectionQueryServicesTestImpl.getAdmin(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.validateLastDDLTimestamp(ValidateLastDDLTimestampUtil.java:101) connectionQueryServicesTestImpl.getLiveRegionServers(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.validateLastDDLTimestamp(ValidateLastDDLTimestampUtil.java:103) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getTableRef(PhoenixConnection.java:705) connectionQueryServicesTestImpl.getTable( null, [], [(byte) 0x4E, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x34, (byte) 0x35], 1752734616716L, 9223372036854775807L ); -> at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:603) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.metaDataCoprocessorExec(ConnectionQueryServicesImpl.java:2375) connectionQueryServicesTestImpl.getTable( [(byte) 0x53, (byte) 0x59, (byte) 0x53, (byte) 0x54, (byte) 0x45, (byte) 0x4D, (byte) 0x2E, (byte) 0x43, (byte) 0x41, (byte) 0x54, (byte) 0x41, (byte) 0x4C, (byte) 0x4F, (byte) 0x47] ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.metaDataCoprocessorExec(ConnectionQueryServicesImpl.java:2375) connectionQueryServicesTestImpl.getController(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl$8.call(ConnectionQueryServicesImpl.java:2658) connectionQueryServicesTestImpl.getController( SYSTEM.CATALOG ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.getController(ConnectionQueryServicesImpl.java:2304) connectionQueryServicesTestImpl.addTable( N000045, 1752734623436L ); -> at org.apache.phoenix.jdbc.PhoenixConnection.addTable(PhoenixConnection.java:1291) connectionQueryServicesTestImpl.isUpgradeRequired(); -> at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:356) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getTableRef(PhoenixConnection.java:705) connectionQueryServicesTestImpl.getMetaDataCache(); -> at org.apache.phoenix.jdbc.PhoenixConnection.getMetaDataCache(PhoenixConnection.java:594) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.compile.QueryCompiler.<init>(QueryCompiler.java:182) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.jdbc.PhoenixStatement.getFetchSize(PhoenixStatement.java:2685) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.compile.StatementContext.<init>(StatementContext.java:161) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.compile.WhereOptimizer.pushKeyExpressionsToScan(WhereOptimizer.java:133) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.compile.QueryCompiler.compileSingleFlatQuery(QueryCompiler.java:828) connectionQueryServicesTestImpl.getOptimizer(); -> at org.apache.phoenix.jdbc.PhoenixStatement$1.call(PhoenixStatement.java:373) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.execute.BaseQueryPlan.iterator(BaseQueryPlan.java:258) connectionQueryServicesTestImpl.isRenewingLeasesEnabled(); -> at org.apache.phoenix.util.ScanUtil.isPacingScannersPossible(ScanUtil.java:1116) connectionQueryServicesTestImpl.supportsFeature( RENEW_LEASE ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.isRenewingLeasesEnabled(ConnectionQueryServicesImpl.java:6667) connectionQueryServicesTestImpl.getLowestClusterHBaseVersion(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl$2.isSupported(ConnectionQueryServicesImpl.java:454) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ValidateLastDDLTimestampUtil.getValidateLastDdlTimestampEnabled(ValidateLastDDLTimestampUtil.java:75) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.execute.MutationState.<init>(MutationState.java:262) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.BaseResultIterators.initializeScan(BaseResultIterators.java:198) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.util.ScanUtil.getStatsForParallelizationProp(ScanUtil.java:1215) connectionQueryServicesTestImpl.getTableStats( GuidePostsKey[physicalName=N000045,columnFamily=0] ); -> at org.apache.phoenix.iterate.BaseResultIterators.getGuidePosts(BaseResultIterators.java:699) connectionQueryServicesTestImpl.getTableRegions( [(byte) 0x4E, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x34, (byte) 0x35], [], [], 300000 ); -> at org.apache.phoenix.iterate.DefaultParallelScanGrouper.getRegionBoundaries(DefaultParallelScanGrouper.java:81) connectionQueryServicesTestImpl.getNextRegionStartKey( region=N000045,,1752734614581.1c159a1e09687f22a5a55b3151f117a1., hostname=desktop-fkkbnr3.,34287,1752734467343, seqNum=2, [], null ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.getTableRegions(ConnectionQueryServicesImpl.java:1026) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.iterate.BaseResultIterators.explainUtil(BaseResultIterators.java:1814) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ExplainTable.getRegionLocationsForExplainPlan(ExplainTable.java:359) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.jdbc.PhoenixResultSet.<init>(PhoenixResultSet.java:165) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.BaseResultIterators.getIterators(BaseResultIterators.java:1458) connectionQueryServicesTestImpl.getExecutor(); -> at org.apache.phoenix.iterate.ParallelIterators.submitWork(ParallelIterators.java:92) connectionQueryServicesTestImpl.getRenewLeaseThresholdMilliSeconds(); -> at org.apache.phoenix.iterate.ParallelIterators.submitWork(ParallelIterators.java:115) connectionQueryServicesTestImpl.getTable( [(byte) 0x4E, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x30, (byte) 0x34, (byte) 0x35] ); -> at org.apache.phoenix.execute.MutationState.getHTable(MutationState.java:410) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.iterate.TableResultIterator.<init>(TableResultIterator.java:161) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributesForPhoenixTTL(ScanUtil.java:1494) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributeForPaging(ScanUtil.java:1593) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributeForPaging(ScanUtil.java:1597) connectionQueryServicesTestImpl.getProps(); -> at org.apache.phoenix.util.ScanUtil.setScanAttributeForPaging(ScanUtil.java:1603) connectionQueryServicesTestImpl.isRenewingLeasesEnabled(); -> at org.apache.phoenix.jdbc.PhoenixConnection.addIteratorForLeaseRenewal(PhoenixConnection.java:1412) connectionQueryServicesTestImpl.supportsFeature( RENEW_LEASE ); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl.isRenewingLeasesEnabled(ConnectionQueryServicesImpl.java:6667) connectionQueryServicesTestImpl.getLowestClusterHBaseVersion(); -> at org.apache.phoenix.query.ConnectionQueryServicesImpl$2.isSupported(ConnectionQueryServicesImpl.java:454) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:102) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:106) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:108) connectionQueryServicesTestImpl.getConfiguration(); -> at org.apache.phoenix.iterate.ScanningResultIterator.<init>(ScanningResultIterator.java:112) [ERROR] HAConnectionWithMasterAndRPCRegistryIT.testAllWrappedConnectionsNotClosedAfterStandbyURLChange:425 [ERROR] HAConnectionWithMasterAndRPCRegistryIT.testConnectionWhenActiveHBaseRestarts:256 expected:<jdbc:phoenix+master:[DESKTOP-FKKBNR]3\:38085:::USER_FOO> but was:<jdbc:phoenix+master:[desktop-fkkbnr]3\:38085:::USER_FOO> [ERROR] HAConnectionWithMasterAndRPCRegistryIT.testFailoverCanFinishWhenOneConnectionGotStuckClosing:166 expected:<jdbc:phoenix+master:[DESKTOP-FKKBNR]3\:36583:::USER_FOO> but was:<jdbc:phoenix+master:[desktop-fkkbnr]3\:36583:::USER_FOO> [ERROR] MaxConcurrentConnectionsIT.testDeleteRuntimeFailureClosesConnections:132 Found 1 connections still open. expected:<0> but was:<1> [ERROR] Errors: [ERROR] CDCQueryIT.testSelectGeneric:512->checkIndexPartitionIdCount:189 ArrayIndexOutOfBounds 3 [ERROR] ConcurrentGetTablesIT.testConcurrentGetTablesWithQueries:143 ยป TestTimedOut test timed out after 300000 milliseconds [INFO] [ERROR] Tests run: 3430, Failures: 7, Errors: 2, Skipped: 111 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org