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:
parent
d271d174ca
commit
7d3c67b4a7
|
@ -2412,6 +2412,14 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</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>
|
<property>
|
||||||
<name>ha.failover-controller.cli-check.rpc-timeout.ms</name>
|
<name>ha.failover-controller.cli-check.rpc-timeout.ms</name>
|
||||||
<value>20000</value>
|
<value>20000</value>
|
||||||
|
|
Loading…
Reference in New Issue