dbwong commented on PR #1430: URL: https://github.com/apache/phoenix/pull/1430#issuecomment-1203217188
> `[ERROR] org.apache.phoenix.jdbc.FailoverPhoenixConnectionIT.testConnectionWhenActiveZKRestarts Time elapsed: 80.644 s <<< ERROR! org.apache.phoenix.exception.PhoenixIOException: hconnection-0xe3608ca closed at org.apache.phoenix.util.ServerUtil.parseServerException(ServerUtil.java:140) at org.apache.phoenix.query.ConnectionQueryServicesImpl.metaDataCoprocessorExec(ConnectionQueryServicesImpl.java:1917) at org.apache.phoenix.query.ConnectionQueryServicesImpl.metaDataCoprocessorExec(ConnectionQueryServicesImpl.java:1868) at org.apache.phoenix.query.ConnectionQueryServicesImpl.getTable(ConnectionQueryServicesImpl.java:2131) at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:656) at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:544) at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:540) at org.apache.phoenix.schema.MetaDataClient.updateCache(MetaDataClient.java:535) at org.apache.phoenix.compile.FromCompi ler$BaseColumnResolver.createTableRef(FromCompiler.java:818) at org.apache.phoenix.compile.FromCompiler$SingleTableColumnResolver.<init>(FromCompiler.java:447) at org.apache.phoenix.compile.FromCompiler$SingleTableColumnResolver.<init>(FromCompiler.java:439) at org.apache.phoenix.compile.FromCompiler.getResolverForMutation(FromCompiler.java:336) at org.apache.phoenix.compile.UpsertCompiler.compile(UpsertCompiler.java:407) at org.apache.phoenix.jdbc.PhoenixStatement$ExecutableUpsertStatement.compilePlan(PhoenixStatement.java:1007) at org.apache.phoenix.jdbc.PhoenixStatement$ExecutableUpsertStatement.compilePlan(PhoenixStatement.java:993) at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:538) at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:520) at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53) at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:519) at org.apache.phoenix.jdbc.PhoenixStatement.exe cuteMutation(PhoenixStatement.java:507) at org.apache.phoenix.jdbc.PhoenixStatement.executeUpdate(PhoenixStatement.java:2150) at org.apache.phoenix.jdbc.HighAvailabilityTestingUtility.doTestBasicOperationsWithStatement(HighAvailabilityTestingUtility.java:553) at org.apache.phoenix.jdbc.HighAvailabilityTestingUtility.doTestBasicOperationsWithConnection(HighAvailabilityTestingUtility.java:538) at org.apache.phoenix.jdbc.FailoverPhoenixConnectionIT.testConnectionWhenActiveZKRestarts(FailoverPhoenixConnectionIT.java:327) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.r unners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:288) at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:282) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.hadoop.hbase.client.ConnectionImplementation$LocalConnectionClosedException: hconnection-0xe3608ca closed at org.apache.hadoop.hbase.client.ConnectionImplementation.checkClosed(ConnectionImplementation.java:628) at org.apache.hadoop.hbase.client.ConnectionImplementation.locateRegion(ConnectionImplementation.java:824) at org.apache.hadoop.hbase.client.HRegionLocator.getRegionLocation(HRegionLocator.java:64) at org.apache.hadoop.hbase.client.RegionLocator.getRegionLocation(RegionLocator.java:70) at org.apache. hadoop.hbase.client.HTable.getKeysAndRegionsInRange(HTable.java:283) at org.apache.hadoop.hbase.client.HTable.getKeysAndRegionsInRange(HTable.java:255) at org.apache.hadoop.hbase.client.HTable.getStartKeysInRange(HTable.java:1076) at org.apache.hadoop.hbase.client.HTable.coprocessorService(HTable.java:1034) at org.apache.hadoop.hbase.client.HTable.coprocessorService(HTable.java:1018) at org.apache.phoenix.query.ConnectionQueryServicesImpl.metaDataCoprocessorExec(ConnectionQueryServicesImpl.java:1890) ... 34 more` Ya I've seen this issue and have recreated locally. Still uncertain what is going on spent some time on this. Dayjob has been busy with release issues. @gjacoby126 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
