Repository: hbase Updated Branches: refs/heads/branch-1 0452ba09b -> c100fb835
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/c100fb83 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c100fb83 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c100fb83 Branch: refs/heads/branch-1 Commit: c100fb835a54be6002fe9704349e726f27b15b7a Parents: 0452ba0 Author: stack <[email protected]> Authored: Wed Sep 16 08:57:06 2015 -0700 Committer: stack <[email protected]> Committed: Wed Sep 16 08:57: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 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c100fb83/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/c100fb83/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>
