This is an automated email from the ASF dual-hosted git repository.

lpinter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 392c4f2  HIVE-25889: Increase default value of 
"metastore.thread.pool.size" (#2962) (Laszlo Pinter, reviewed by Karen Coppage)
392c4f2 is described below

commit 392c4f259ad57d746280790a21e560319ace4c8d
Author: László Pintér <47777102+lcspin...@users.noreply.github.com>
AuthorDate: Mon Jan 24 09:25:56 2022 +0100

    HIVE-25889: Increase default value of "metastore.thread.pool.size" (#2962) 
(Laszlo Pinter, reviewed by Karen Coppage)
---
 .../main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
 
b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
index b7ae1f6..e74c5a7 100644
--- 
a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
+++ 
b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
@@ -1348,7 +1348,7 @@ public class MetastoreConf {
     TCP_KEEP_ALIVE("metastore.server.tcp.keepalive",
         "hive.metastore.server.tcp.keepalive", true,
         "Whether to enable TCP keepalive for the metastore server. Keepalive 
will prevent accumulation of half-open connections."),
-    THREAD_POOL_SIZE("metastore.thread.pool.size", "no.such", 10,
+    THREAD_POOL_SIZE("metastore.thread.pool.size", "no.such", 15,
         "Number of threads in the thread pool.  These will be used to execute 
all background " +
             "processes."),
     THRIFT_CONNECTION_RETRIES("metastore.connect.retries", 
"hive.metastore.connect.retries", 3,

Reply via email to