|
@@ -1090,4 +1090,70 @@
|
|
|
</description>
|
|
|
</property>
|
|
|
|
|
|
+<!-- ha properties -->
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.health-monitor.connect-retry-interval.ms</name>
|
|
|
+ <value>1000</value>
|
|
|
+ <description>
|
|
|
+ How often to retry connecting to the service.
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.health-monitor.check-interval.ms</name>
|
|
|
+ <value>1000</value>
|
|
|
+ <description>
|
|
|
+ How often to check the service.
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.health-monitor.sleep-after-disconnect.ms</name>
|
|
|
+ <value>1000</value>
|
|
|
+ <description>
|
|
|
+ How long to sleep after an unexpected RPC error.
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.health-monitor.rpc-timeout.ms</name>
|
|
|
+ <value>45000</value>
|
|
|
+ <description>
|
|
|
+ Timeout for the actual monitorHealth() calls.
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.failover-controller.new-active.rpc-timeout.ms</name>
|
|
|
+ <value>60000</value>
|
|
|
+ <description>
|
|
|
+ Timeout that the FC waits for the new active to become active
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.failover-controller.graceful-fence.rpc-timeout.ms</name>
|
|
|
+ <value>5000</value>
|
|
|
+ <description>
|
|
|
+ Timeout that the FC waits for the old active to go to standby
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.failover-controller.graceful-fence.connection.retries</name>
|
|
|
+ <value>1</value>
|
|
|
+ <description>
|
|
|
+ FC connection retries for graceful fencing
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>ha.failover-controller.cli-check.rpc-timeout.ms</name>
|
|
|
+ <value>20000</value>
|
|
|
+ <description>
|
|
|
+ Timeout that the CLI (manual) FC waits for monitorHealth, getServiceState
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
</configuration>
|