You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2015/09/16 17:57:15 UTC

hbase git commit: Set down the client executor core thread count from 256 in tests: REAPPLY

Repository: hbase
Updated Branches:
  refs/heads/master 8633b26ee -> b00f3d370


Set down the client executor core thread count from 256 in tests: REAPPLY


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b00f3d37
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b00f3d37
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b00f3d37

Branch: refs/heads/master
Commit: b00f3d3703000303223f061fa184087b088af113
Parents: 8633b26
Author: stack <st...@apache.org>
Authored: Wed Sep 16 08:57:06 2015 -0700
Committer: stack <st...@apache.org>
Committed: Wed Sep 16 08:57:06 2015 -0700

----------------------------------------------------------------------
 hbase-client/src/test/resources/hbase-site.xml | 8 ++++++++
 hbase-server/src/test/resources/hbase-site.xml | 8 ++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b00f3d37/hbase-client/src/test/resources/hbase-site.xml
----------------------------------------------------------------------
diff --git a/hbase-client/src/test/resources/hbase-site.xml b/hbase-client/src/test/resources/hbase-site.xml
index ab4d1cd..5788238 100644
--- a/hbase-client/src/test/resources/hbase-site.xml
+++ b/hbase-client/src/test/resources/hbase-site.xml
@@ -25,4 +25,12 @@
     <name>hbase.defaults.for.version.skip</name>
     <value>true</value>
   </property>
+  <property>
+    <name>hbase.hconnection.meta.lookup.threads.core</name>
+    <value>4</value>
+  </property>
+  <property>
+    <name>hbase.hconnection.threads.keepalivetime</name>
+    <value>3</value>
+  </property>
 </configuration>

http://git-wip-us.apache.org/repos/asf/hbase/blob/b00f3d37/hbase-server/src/test/resources/hbase-site.xml
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/resources/hbase-site.xml b/hbase-server/src/test/resources/hbase-site.xml
index 2d06c0a..1ae5435 100644
--- a/hbase-server/src/test/resources/hbase-site.xml
+++ b/hbase-server/src/test/resources/hbase-site.xml
@@ -162,4 +162,12 @@
       Enable replay sanity checks on procedure tests.
     </description>
   </property>
+  <property>
+    <name>hbase.hconnection.meta.lookup.threads.core</name>
+    <value>4</value>
+  </property>
+  <property>
+    <name>hbase.hconnection.threads.keepalivetime</name>
+    <value>3</value>
+  </property>
 </configuration>