Repository: hbase Updated Branches: refs/heads/branch-1.2 956d4d9ca -> 54337870e
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/54337870 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/54337870 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/54337870 Branch: refs/heads/branch-1.2 Commit: 54337870eda5649ab7bb81ed01c9dd25d59204f2 Parents: 956d4d9 Author: stack <[email protected]> Authored: Wed Sep 16 08:57:06 2015 -0700 Committer: stack <[email protected]> Committed: Wed Sep 16 08:57:57 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/54337870/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/54337870/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>
