rdblue commented on pull request #1579: URL: https://github.com/apache/iceberg/pull/1579#issuecomment-707852558
@pvary and @marton-bod, looks like we have some flaky behavior with Hive tests. Here's the failure from @kbendick's comment above: > ``` > org.apache.iceberg.mr.hive.TestHiveIcebergStorageHandlerWithHiveCatalog > testJoinTablesParquet FAILED > java.lang.IllegalArgumentException: Failed to executeQuery Hive query SHOW TABLES: Error while compiling statement: FAILED: SemanticException org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed) > Caused by: > org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: SemanticException org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed) > Caused by: > org.apache.hadoop.hive.ql.parse.SemanticException: org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed) > Caused by: > org.apache.hadoop.hive.ql.metadata.HiveException: org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed) > Caused by: > org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed) > Caused by: > java.net.SocketException: Broken pipe (Write failed) > org.apache.hadoop.hive.ql.metadata.HiveException: org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed) > Caused by: > org.apache.thrift.transport.TTransportException: java.net.SocketException: Broken pipe (Write failed) > Caused by: > java.net.SocketException: Broken pipe (Write failed) > ``` This is probably caused by too many open connections at once. Can you help us double-check the use of client pools in Hive? Are client pools reused across tests with HiveRunner? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
