Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 54337870e -> 5764fab04


Revert "Set down the client executor core thread count from 256 in tests: 
REAPPLY"
Revert because missing JIRA number. Will reapply with JIRA number in a sec.

This reverts commit 54337870eda5649ab7bb81ed01c9dd25d59204f2.


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

Branch: refs/heads/branch-1.2
Commit: 1a305bb4848ebcda2bd7c0df8f2f9c03ddf5b471
Parents: 5433787
Author: stack <[email protected]>
Authored: Wed Sep 16 10:16:31 2015 -0700
Committer: stack <[email protected]>
Committed: Wed Sep 16 10:16:31 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/1a305bb4/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/1a305bb4/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>

Reply via email to