HBASE-14433 Set down the client executor core thread count from 256 in tests: REAPPLY AGAIN (WAS MISSING JIRA)

This commit is contained in:
stack 2015-09-16 10:13:55 -07:00
parent b0aa86a694
commit bd26386dc7
2 changed files with 16 additions and 0 deletions

View File

@ -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>

View File

@ -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>