<div dir="ltr">Hello.<br><br>I am using pgpool-II version 3.4.4 (tataraboshi), with master/slave with streaming replication, and watchdog. I am using Centos 6.7.<br>I have 2 nodes: node A and node B.<br>Failover process is ok.<br>Virtual ip address is assigned ok between nodes if nodes are restarted. But I have a problem with watchdog process if one node is disconnected of network.<br>If node A is disconected from network (for example cable is disconnected), then virtual ip address is assigned to node B. That is ok.<br>After a few minutes, node A is connected to network again. My problem is than pgpool watchdog process of node A does not connect with node B, but network is ok (ping ok, netstat listening ports (9999, 9898, ...) are ok, ...).<br>And node B does not connect with node A.<br><br>Pgpool log of node A shows every 10 seconds: (ip 192.168.0.226 is node B)<br><br>pid 16913: LOG:  checking pgpool status by heartbeat<br>pid 16913: DETAIL:  pgpool: 1 at &quot;<a href="http://192.168.0.226:9999">192.168.0.226:9999</a>&quot; status is down<br><br>pgpool log of node B shows every 10 seconds: (ip 192.168.0.224 is node A)<br><br>pid 8722: LOG:  checking pgpool status by heartbeat<br>pid 8722: DETAIL:  pgpool: 1 at &quot;<a href="http://192.168.0.224:9999">192.168.0.224:9999</a>&quot; status is down<br><br>I can use pcp_watchdog_info command in both servers. In node A, status of node B is 4 (down). In node B, status of node A is 4 (down)<br><br>If I restart pgpool service in node A, then pgpool watchdog process is ok again and status are ok for both nodes, and pgpool watchdog is recovered in both nodes.<br><br>What is the problem?<br><br>Thank you for your help.<br><br><br></div>