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

View File

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