<div dir="ltr">Hi,<div>During my tests on my pgpool setup (2 nodes is master/slave and streaming replication), I have notice a troubled response via the pgpool server.</div><div><br></div><div>1. DB nodes in master/slave state (streaming replication):</div><div><div># psql -U postgres -h 192.168.15.59 -p 9999 -c &quot;show pool_nodes;&quot;</div><div>Password for user postgres:</div><div> node_id | hostname | port | status | lb_weight |  role</div><div>---------+----------+------+--------+-----------+---------</div><div> 0       | 1.1.1.55 | 5432 | 2      | 0.500000  | primary</div><div> 1       | 1.1.1.56 | 5432 | 2      | 0.500000  | standby</div><div>(2 rows)</div><div><br></div></div><div>2. <b>test scenario</b> --- for some reason, if the &#39;standby&#39; node (1.1.1.56) is being promoted<b> manually by user </b>(touch trigger file); the pgpool doesn&#39;t change its state and not put it outside of the pool.....(split brain)</div><div><br></div><div>on <a href="http://1.1.1.56">1.1.1.56</a>:</div><div># touch /home/postgres/databases/my_db/trigger<br></div><div><br></div><div>#  psql -U postgres -h 192.168.15.59 -p 9999 -c &quot;show pool_nodes;&quot;</div><div><div> node_id | hostname | port | status | lb_weight |  role</div><div>---------+----------+------+--------+-----------+---------</div><div> 0<span class="" style="white-space:pre">        </span> | 1.1.1.55 | 5432 | 2      | 0.500000  | primary</div><div> 1<span class="" style="white-space:pre">        </span> | 1.1.1.56 | 5432 | 2      | 0.500000  | standby</div></div><div><br></div><div>Does the pgpool monitor the <b>standby</b> node after pgpool startup??</div><div><br></div><div><br></div><div><br></div><div>can you please advice?</div><div><br></div><div>Thanks,</div><div>cohavisi</div><div> </div></div>