HDFS-14652. Addendum: HealthMonitor connection retry times should be configurable. Contributed by Chen Zhang.

This commit is contained in:
Wei-Chiu Chuang 2019-08-06 15:23:23 -07:00
parent 22430c10e2
commit 8cef9f89f4
1 changed files with 9 additions and 0 deletions

View File

@ -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>