HADOOP-16712. Config ha.failover-controller.active-standby-elector.zk.op.retries is not in core-default.xml. Contributed by Xieming Li.

This commit is contained in:
Ayush Saxena 2019-11-18 19:00:25 +05:30
parent d271d174ca
commit 7d3c67b4a7
1 changed files with 8 additions and 0 deletions

View File

@ -2412,6 +2412,14 @@
</description>
</property>
<property>
<name>ha.failover-controller.active-standby-elector.zk.op.retries</name>
<value>3</value>
<description>
The number of zookeeper operation retry times in ActiveStandbyElector
</description>
</property>
<property>
<name>ha.failover-controller.cli-check.rpc-timeout.ms</name>
<value>20000</value>