HDFS-12731. Ozone: Fix inconsistent default value in ozone settings. Contributed by Bharat Viswanadham.
This commit is contained in:
parent
4deb845d7c
commit
cbe4f314b3
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue