diff --git a/doc/guide/hooks-ha.xml b/doc/guide/hooks-ha.xml index 36e1f50051..a7af55c78a 100644 --- a/doc/guide/hooks-ha.xml +++ b/doc/guide/hooks-ha.xml @@ -1219,6 +1219,15 @@ In order to pause the state machine after lease database synchronization, use the ready state instead. + + The state of the HA state machine depends on the state of the + cooperating server. Therefore, it must be taken into account that + pausing the state machine of one server may affect the operation of the + partner server. For example: if the primary server is paused in the + waiting state the partner server will also remain in + the waiting state until the state machine of the + primary server is resumed and that server transitions to the + ready state.