HDFS-12731. Ozone: Fix inconsistent default value in ozone settings. Contributed by Bharat Viswanadham.

This commit is contained in:
Yiqun Lin 2017-11-20 11:20:11 +08:00 committed by Owen O'Malley
parent 4deb845d7c
commit cbe4f314b3
1 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@
</property> </property>
<property> <property>
<name>ozone.ksm.handler.count.key</name> <name>ozone.ksm.handler.count.key</name>
<value>200</value> <value>20</value>
<tag>KSM, PERFORMANCE</tag> <tag>KSM, PERFORMANCE</tag>
<description> <description>
The number of RPC handler threads for KSM service endpoints. The number of RPC handler threads for KSM service endpoints.
@ -754,7 +754,7 @@
</property> </property>
<property> <property>
<name>ozone.scm.container.provision_batch_size</name> <name>ozone.scm.container.provision_batch_size</name>
<value>1</value> <value>20</value>
<tag>OZONE, PERFORMANCE</tag> <tag>OZONE, PERFORMANCE</tag>
<description>Pre-provision specified number of containers for block <description>Pre-provision specified number of containers for block
allocation. allocation.