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 19:12:59 UTC

hbase git commit: Revert "Set down the client executor core thread count from 256 in tests: REAPPLY" Missing JIRA number.

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


Revert "Set down the client executor core thread count from 256 in tests: REAPPLY"
Missing JIRA number.

This reverts commit b00f3d3703000303223f061fa184087b088af113.


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

Branch: refs/heads/master
Commit: b0aa86a694fa7fd1911f83d64a5568d179b00ff1
Parents: b00f3d3
Author: stack <st...@apache.org>
Authored: Wed Sep 16 10:12:39 2015 -0700
Committer: stack <st...@apache.org>
Committed: Wed Sep 16 10:12:39 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b0aa86a6/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 5788238..ab4d1cd 100644
--- a/hbase-client/src/test/resources/hbase-site.xml
+++ b/hbase-client/src/test/resources/hbase-site.xml
@@ -25,12 +25,4 @@
     <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/b0aa86a6/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 1ae5435..2d06c0a 100644
--- a/hbase-server/src/test/resources/hbase-site.xml
+++ b/hbase-server/src/test/resources/hbase-site.xml
@@ -162,12 +162,4 @@
       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>