If user uses replication_slot, replication slot is may deleted by
failover_command when standby node is down. In this case, pgpool
can't get replication status, so the feature of auto failback is
may not worked.
       デフォルトはoffです。
       このパラメータは<productname>Pgpool-II</productname>の設定を再読み込みすることで変更可能です。
      </para>
+
+     <note>
+      <para>
+       <!--
+       <xref linkend="guc-auto-failback"> may not work, when replication slot is used.
+       There’s possibility that the streaming replication is stopped, bacause
+       <xref linkend="guc-failover-command"> is executed and replication slot is deleted by
+       the command.
+       -->
+       レプリケーションスロットを使用している場合、<xref linkend="guc-auto-failback">が動作しない可能性があることに注意してください。
+       スタンバイノードがダウンした際に<xref linkend="guc-failover-command">によりスタンバイのレプリケーションスロットが削除され、レプリケーションが停止している可能性があるためです。
+      </para>
+     </note>
     </listitem>
    </varlistentry>
 
 
      <para>
       The default is off. This parameter can be changed by reloading the <productname>Pgpool-II</> configurations.
      </para>
+
+     <note>
+      <para>
+       <xref linkend="guc-auto-failback"> may not work, when replication slot is used.
+       There’s possibility that the streaming replication is stopped, bacause
+       <xref linkend="guc-failover-command"> is executed and replication slot is deleted by
+       the command.
+      </para>
+     </note>
     </listitem>
    </varlistentry>