aokolnychyi commented on a change in pull request #2448:
URL: https://github.com/apache/iceberg/pull/2448#discussion_r612732673
##########
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:
Do we know why the pool is exhausted? In the past, we had a few leaks in
the Spark catalog code which led to this. It can be also a valid use case too
if we simply need a larger pool.
--
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]