HDFS-14652. Addendum: HealthMonitor connection retry times should be configurable. Contributed by Chen Zhang.
This commit is contained in:
parent
22430c10e2
commit
8cef9f89f4
|
@ -2742,6 +2742,15 @@
|
|||
</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>ha.health-monitor.rpc.connect.max.retries</name>
|
||||
<value>1</value>
|
||||
<description>
|
||||
The number of retries on connect error when establishing RPC proxy
|
||||
connection to NameNode, used for monitorHealth() calls.
|
||||
</description>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>ha.health-monitor.rpc-timeout.ms</name>
|
||||
<value>45000</value>
|
||||
|
|
Loading…
Reference in New Issue