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 2019/07/03 16:19:07 UTC

[GitHub] [incubator-iceberg] rdblue commented on a change in pull request #248: Add support for returning hive partitions that match a filter express…

rdblue commented on a change in pull request #248: Add support for returning hive partitions that match a filter express…
URL: https://github.com/apache/incubator-iceberg/pull/248#discussion_r300047098
 
 

 ##########
 File path: hive/src/test/java/org/apache/iceberg/hive/TestHiveMetastore.java
 ##########
 @@ -101,8 +101,8 @@ private TServer newThriftServer(TServerSocket socket, HiveConf conf) throws Exce
         .processor(new TSetIpAddressProcessor<>(handler))
         .transportFactory(new TTransportFactory())
         .protocolFactory(new TBinaryProtocol.Factory())
-        .minWorkerThreads(3)
-        .maxWorkerThreads(5);
+        .minWorkerThreads(10)
+        .maxWorkerThreads(15);
 
 Review comment:
   Why did this change? I don't think these should be modified because these ensure that Iceberg doesn't leak connections to the metastore.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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