[ https://issues.apache.org/jira/browse/HIVE-25310?focusedWorklogId=620401&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-620401 ]
ASF GitHub Bot logged work on HIVE-25310: ----------------------------------------- Author: ASF GitHub Bot Created on: 08/Jul/21 08:08 Start Date: 08/Jul/21 08:08 Worklog Time Spent: 10m Work Description: kuczoram merged pull request #2453: URL: https://github.com/apache/hive/pull/2453 -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 620401) Time Spent: 20m (was: 10m) > Fix local test run problems with Iceberg tests: Socket closed by peer > --------------------------------------------------------------------- > > Key: HIVE-25310 > URL: https://issues.apache.org/jira/browse/HIVE-25310 > Project: Hive > Issue Type: Test > Reporter: Marta Kuczora > Assignee: Marta Kuczora > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > When running the tests in the iceberg-catalog and iceberg-handler module, > locally using mvn, we often get errors like this: > [ERROR] org.apache.iceberg.hive.TestHiveTableConcurrency Time elapsed: 5.022 > s <<< ERROR![ERROR] org.apache.iceberg.hive.TestHiveTableConcurrency Time > elapsed: 5.022 s <<< ERROR!org.apache.thrift.transport.TTransportException: > Socket is closed by peer. at > org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:181) > at org.apache.thrift.transport.TTransport.readAll(TTransport.java:109) at > org.apache.thrift.protocol.TBinaryProtocol.readAll(TBinaryProtocol.java:463) > at > org.apache.thrift.protocol.TBinaryProtocol.readI32(TBinaryProtocol.java:361) > at > org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:244) > at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:77) at > org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_create_database(ThriftHiveMetastore.java:1295) > at > org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.create_database(ThriftHiveMetastore.java:1282) > at > org.apache.hadoop.hive.metastore.HiveMetaStoreClient.createDatabase(HiveMetaStoreClient.java:1148) > at > org.apache.iceberg.hive.HiveMetastoreTest.startMetastore(HiveMetastoreTest.java:51) > The same problem does not occur when running it from IntelliJ or on CI. -- This message was sent by Atlassian Jira (v8.3.4#803005)