<div dir="ltr"><div>Hello to everyone.</div><div><br></div><div>A couple of days I&#39;ve spent trying to understand how pgpool-II works.</div><div>Tell me, please, principle of operation when slave node goes down.</div><div>I&#39;ve read tons of manuals and when master node in my test cluster goes down (or master&#39;s network interface goes down) - pgpool does failover actions. Everything is OK and works as expected.</div><div>But when slave node goes down - pgpool does nothing at all and I receive such answer</div><div><br></div><div>test=# show pool_nodes;</div><div> node_id |  hostname   | port | status | lb_weight |  role  | select_cnt | load_balance_node | replication_delay | last_status_change</div><div>---------+-------------+------+--------+-----------+--------+------------+-------------------+-------------------+---------------------</div><div> 0       | 172.28.30.6 | 5434 | up     | 0.500000  | master | 3          | true              | 0                 | 2019-03-26 17:04:12</div><div> 1       | 172.28.30.7 | 5434 | up     | 0.500000  | slave  | 0          | false             | 0                 | 2019-03-26 17:04:12</div><div>(2 rows)</div><div><br></div><div><br></div><div>At the same time slave node is completely down. Not &quot;up&quot;! select * from pg_stat_replication showing (0 rows)</div><div><br></div><div>Why does pgpool-II does nothing when slave node goes down and how I can change it?</div></div>