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 <[email protected]> Authored: Wed Sep 16 10:14:32 2015 -0700 Committer: stack <[email protected]> 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>
