You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/04/14 07:33:39 UTC

[GitHub] [iceberg] pvary commented on a change in pull request #2448: Hive: Add timeout for TestHiveIcebergStorageHandlerWithEngine tests

pvary commented on a change in pull request #2448:
URL: https://github.com/apache/iceberg/pull/2448#discussion_r613006388



##########
File path: mr/src/test/java/org/apache/iceberg/mr/hive/TestHiveShell.java
##########
@@ -79,7 +79,7 @@ public void setHiveSessionValue(String key, boolean value) {
 
   public void start() {
     // Create a copy of the HiveConf for the metastore
-    metastore.start(new HiveConf(hs2Conf));
+    metastore.start(new HiveConf(hs2Conf), 10);

Review comment:
       I have 2 ideas:
   - Maybe this was caused by the #2129 where we start to handle / cache the catalogs differently
   - Or we added some more queries and Hive creates / caches HMSClients and we might ended up using a different codepath.
   
   Created #2474




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org