<div dir="ltr"><div dir="ltr"><div>Hi Tatsuo,</div><div><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">- &quot;show pool_nodes&quot; command out put<br></blockquote><div><br></div><div><div>postgres@proxy1:~$ psql -h 127.0.0.1 -p 5432 -U repmgr -c &quot;show pool_nodes;&quot;<br>DEBUG:  SimpleQuery<br>DETAIL:  nodes reporting<br> node_id | hostname  | port | status | lb_weight |  role   | select_cnt | load_balance_node | replication_delay | last_status_change  <br>---------+-----------+------+--------+-----------+---------+------------+-------------------+-------------------+---------------------<br> 0       | postgres1 | 5432 | up     | 0.333333  | primary | 0          | true              | 0                 | 2019-10-28 18:47:14<br> 1       | postgres2 | 5432 | up     | 0.333333  | standby | 0          | false             | 0                 | 2019-10-28 18:47:14<br> 2       | postgres3 | 5432 | up     | 0.333333  | standby | 0          | false             | 0                 | 2019-10-28 18:47:14<br>(3 rows)<br><br></div><div>postgres@proxy2:~$ psql -h 127.0.0.1 -p 5432 -U repmgr -c &quot;show pool_nodes;&quot;<br>DEBUG:  SimpleQuery<br>DETAIL:  nodes reporting<br> node_id | hostname  | port | status | lb_weight |  role   | select_cnt | load_balance_node | replication_delay | last_status_change  <br>---------+-----------+------+--------+-----------+---------+------------+-------------------+-------------------+---------------------<br> 0       | postgres1 | 5432 | up     | 0.333333  | primary | 0          | true              | 0                 | 2019-10-28 18:47:09<br> 1       | postgres2 | 5432 | up     | 0.333333  | standby | 0          | false             | 0                 | 2019-10-28 18:47:09<br> 2       | postgres3 | 5432 | up     | 0.333333  | standby | 0          | false             | 0                 | 2019-10-28 18:47:09<br>(3 rows)<br></div><div><br></div><div>postgres@proxy3:~$ psql -h 127.0.0.1 -p 5432 -U repmgr -c &quot;show pool_nodes;&quot;<br>DEBUG:  SimpleQuery<br>DETAIL:  nodes reporting<br> node_id | hostname  | port | status | lb_weight |  role   | select_cnt | load_balance_node | replication_delay | last_status_change  <br>---------+-----------+------+--------+-----------+---------+------------+-------------------+-------------------+---------------------<br> 0       | postgres1 | 5432 | up     | 0.333333  | primary | 1          | true              | 0                 | 2019-10-28 17:34:05<br> 1       | postgres2 | 5432 | up     | 0.333333  | standby | 11         | false             | 0                 | 2019-10-28 18:23:39<br> 2       | postgres3 | 5432 | up     | 0.333333  | standby | 0          | false             | 0                 | 2019-10-28 18:47:04<br>(3 rows)</div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">- debug log (especially for health check)<br></blockquote><div><br></div><div>You can download both proxy1 and proxy2 debug logs from <a href="https://we.tl/t-Bj89RKZBFC">https://we.tl/t-Bj89RKZBFC</a>.<br></div><div> </div><div>Thanks!</div></div></div>