summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii2025-07-23 06:51:56 +0000
committerTatsuo Ishii2025-07-23 06:51:56 +0000
commit222a88a751c75acfc809e06559621699255921f7 (patch)
tree3a9512effd5a647480fc4be25a435d7cfc1bc476 /doc/src
parent5d5bdc6333612f40259711c1074d7e374c066c95 (diff)
Doc: unify watchdog leader terms.
Previously terms "leader", "active" and "coordinator" were used to mean the leader watchdog node. This brought enough confusion. So this commit unifies them to "leader"." Backpatch-trhough: v4.2
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/watchdog.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/watchdog.sgml b/doc/src/sgml/watchdog.sgml
index 86812ce32..6c8074984 100644
--- a/doc/src/sgml/watchdog.sgml
+++ b/doc/src/sgml/watchdog.sgml
@@ -283,7 +283,7 @@ pgpool_port2 = 9999
<productname>Pgpool-II</productname> that is connected from
client servers (application servers etc.). When a
<productname>Pgpool-II</productname> is switched from standby to
- active, the <productname>Pgpool-II</productname> takes over this
+ leader, the <productname>Pgpool-II</productname> takes over this
VIP. <emphasis>VIP will not be brought up in case the quorum
does not exist</emphasis>. Default is <literal>''</literal>(empty): which
means virtual IP will never be brought up.
@@ -449,7 +449,7 @@ pgpool_port2 = 9999
<para>
Configuration about behavior when <productname>Pgpool-II</productname>
- escalates to active (virtual IP holder)
+ escalates to leader (virtual IP holder)
</para>
<variablelist>
@@ -463,8 +463,8 @@ pgpool_port2 = 9999
<listitem>
<para>
When set to on, watchdog clears all the query cache in the shared memory
- when pgpool-II escalates to active. This prevents the new active <productname>Pgpool-II</productname>
- from using old query caches inconsistent to the old active.
+ when pgpool-II escalates to leader. This prevents the new leader <productname>Pgpool-II</productname>
+ from using old query caches inconsistent to the old leader.
</para>
<para>
Default is on.
@@ -626,7 +626,7 @@ pgpool_port2 = 9999
<para>
From <productname>Pgpool-II </productname><emphasis>V4.1</emphasis> onward, if the watchdog-leader node
fails to build the consensus for primary backend node failover and the primary backend node gets into a
- quarantine state, then it resigns from its leader/coordinator responsibilities and lowers its wd_priority
+ quarantine state, then it resigns from its leader responsibilities and lowers its wd_priority
for next leader election and let the cluster elect some different new leader.
<note>
<para>