Clarify that failover_require_consensus requires that health check is enabled.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 17 May 2018 06:37:58 +0000 (15:37 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 17 May 2018 06:37:58 +0000 (15:37 +0900)
doc.ja/src/sgml/watchdog.sgml
doc/src/sgml/watchdog.sgml

index 99a11ec62c0b427a63ec66ef4ccf3892677cf8d5..21cc85dc2f1a29d0dc336e16f34eaf05f86dc882 100644 (file)
@@ -687,12 +687,36 @@ failover_when_quorum_existsは<productname>Pgpool-II </productname><emphasis>V3.
 デフォルト値はonです。
         </para>
         <para>
+
+<!--
+       <caution>
+         <para>
+            When <varname>failover_require_consensus</varname> is
+            enabled, <productname>Pgpool-II</productname> does not
+            execute the failover until it get enough votes from
+            other <productname>Pgpool-II</productname> nodes. So it is
+            strongly recommended to enable the backend health check on
+            all
+            <productname>Pgpool-II</productname> nodes to ensure
+           proper detection of backend node failures.  For more
+           details of health check,
+           see <xref linkend="runtime-config-health-check">.
+         </para>
+       </caution>
+-->
+       <caution>
+         <para>
+<varname>failover_require_consensus</varname>が有効な場合、<productname>Pgpool-II</productname>は他            の<productname>Pgpool-II</productname>ノードから充分な投票を得るまでフェイルオーバしません。
+ですから、正しくバックエンドの障害を検出するために、すべての<productname>Pgpool-II</productname>ノードでヘルスチェックを有効にすることを強く推奨します。
+ヘルスチェックに関する詳細については、<xref linkend="runtime-config-health-check">をご覧ください。
+         </para>
+       </caution>
 <!--
         <varname>failover_require_consensus</varname> is not available prior to
         <productname>Pgpool-II </productname><emphasis>V3.7</emphasis>. and it is only
         effective when <xref linkend="guc-failover-when-quorum-exists"> is enabled
 -->
-<productname>Pgpool-II </productname><emphasis>V3.7</emphasis>より前では<varname>failover_require_consensus</varname>は利用できません。
+<productname>Pgpool-II</productname> <emphasis>V3.7</emphasis>より前では<varname>failover_require_consensus</varname>は利用できません。
 <xref linkend="guc-failover-when-quorum-exists">が有効な場合にのみ有効です。
         </para>
         <para>
index 7e7adc9176c24fadd45c88daefd81b28d1d2f0c9..014059341f1cb23b42d5fba63fe4b38e21fd88dd 100644 (file)
         <para>
           Default is on.
         </para>
+
+       <caution>
+         <para>
+            When <varname>failover_require_consensus</varname> is
+            enabled, <productname>Pgpool-II</productname> does not
+            execute the failover until it get enough votes from
+            other <productname>Pgpool-II</productname> nodes. So it is
+            strongly recommended to enable the backend health check on
+            all
+            <productname>Pgpool-II</productname> nodes to ensure
+           proper detection of backend node failures.  For more
+           details of health check,
+           see <xref linkend="runtime-config-health-check">.
+         </para>
+       </caution>
+
         <para>
         <varname>failover_require_consensus</varname> is not available prior to
         <productname>Pgpool-II </productname><emphasis>V3.7</emphasis>. and it is only