Skip to content

Commit 62d6e1e

Browse files
committed
add doc for db connection issue
1 parent a764484 commit 62d6e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adminguide/management.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ cluster.heartbeat.threshold Threshold (in milliseconds) before self-
627627
- Every 60 seconds (configuable via management.server.stats.interval setting) each management server collects its statistics and publishs to all other management server peers. When other management server receives the published stats, it will set the peer state (owner is the receiver and peer is the sender) to Up.
628628
- Every 1.5 seconds (configurable via cluster.heartbeat.interval), each management server writes heartbeat to CloudStack database, and check the stats of other management servers.
629629
- If in the past 150 seconds (configurable via cluster.heartbeat.threshold), a management server does not write heartbeat and its peer states, its state and peer states will be set to Down by other management servers.
630+
- In case a management server cannot write heartbeat to the database due to connection issue to the database, the host is set to Down state by other management server, when the database connection is restored, the management server will perform self-fencing and exit with code 219.
630631

631632
.. |management-servers-list.png| image:: /_static/images/management-servers-list.png
632633
:alt: List of management servers

0 commit comments

Comments
 (0)