From a01ff9967f26d38559a377a4ec414f1dda64f12f Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 24 Jul 2018 11:01:43 +0200 Subject: [PATCH] [5675] Added note to the HA users guide. --- doc/guide/hooks-ha.xml | 9 +++++++++ 1 file changed, 9 insertions(+) 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.
-- 2.47.2