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:15:52 UTC

[1/2] hbase git commit: Revert "Set down the client executor core thread count from 256 in tests: REAPPLY" Missing JIRA. Will reapply in a sec with commit log fixed.

Repository: hbase
Updated Branches:
  refs/heads/branch-1 c100fb835 -> 82554e275


Revert "Set down the client executor core thread count from 256 in tests: REAPPLY"
Missing JIRA. Will reapply in a sec with commit log fixed.

This reverts commit c100fb835a54be6002fe9704349e726f27b15b7a.


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

Branch: refs/heads/branch-1
Commit: b6549007b313e8f3aa993d5c1ebd29c84ccb7b7b
Parents: c100fb8
Author: stack <st...@apache.org>
Authored: Wed Sep 16 10:14:32 2015 -0700
Committer: stack <st...@apache.org>
Committed: Wed Sep 16 10:14:32 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/b6549007/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/b6549007/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>


[2/2] hbase git commit: HBASE-14433 Set down the client executor core thread count from 256 in tests: REAPPLY AGAIN (WAS MISSING JIRA)

Posted by st...@apache.org.
HBASE-14433 Set down the client executor core thread count from 256 in tests: REAPPLY AGAIN (WAS MISSING JIRA)


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

Branch: refs/heads/branch-1
Commit: 82554e275017bf1eb941a3b3c3145f5c2516cf54
Parents: b654900
Author: stack <st...@apache.org>
Authored: Wed Sep 16 10:13:55 2015 -0700
Committer: stack <st...@apache.org>
Committed: Wed Sep 16 10:15:00 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/82554e27/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/82554e27/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>