Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The best-case and worst-case timing information for failovers is not documented.
Best-case failover time:
monitor_interval * failcount
|
Worst-case failover time:
(monitor_interval + backend_connect_timeout) * failcount
|