<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Well, I just noticed all the attachments were missing. Ugh. I'll pastebin them this time instead.<div class=""><br class=""></div><div class="">pgpool.conf:&nbsp;<a href="https://pastebin.apple.com/US7Z7urAKJ" class="">https://pastebin.apple.com/US7Z7urAKJ</a></div><div class="">pgpool_remote_start:&nbsp;<a href="https://pastebin.apple.com/e5Y6DxIcjB" class="">https://pastebin.apple.com/e5Y6DxIcjB</a></div><div class="">pgpool_recovery_pitr:&nbsp;<a href="https://pastebin.apple.com/BnVlkOqzdQ" class="">https://pastebin.apple.com/BnVlkOqzdQ</a></div><div class="">pgpool_copy_base_backup:&nbsp;<a href="https://pastebin.apple.com/m97DjJRrv4" class="">https://pastebin.apple.com/m97DjJRrv4</a></div><div class="">postgresql.conf:&nbsp;<a href="https://pastebin.apple.com/OiBG12uW4b" class="">https://pastebin.apple.com/OiBG12uW4b</a></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 25, 2017, at 12:03 PM, Giancarlo Martinez &lt;<a href="mailto:giancarlo_martinez@apple.com" class="">giancarlo_martinez@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class="">I'm using pgpool 3.6.1 with pgsql 9.6 with a 3-node cluster. 3 pgpools in watchdog, and 3 pgsql backends.<br class=""><br class="">With pgpool's replication, we see that after performing online recovery, the node not involved in the process will drop out of the cluster with tuples not matching right after recovery finishes. <br class=""><br class="">e.g. db001+db003 alive, recover db002 and db001 is picked to perform the process. db003 will then be degenerated.<br class=""><br class="">Example: 2017-01-25 19:30:03: pid 288517: LOG: &nbsp;pgpool detected difference of the number of inserted, updated or deleted tuples. Possible last query was: "UPDATE "worker_logs" SET "state" = $1, "updated_at" = $2 WHERE "worker_logs"."id" = $3"<br class="">2017-01-25 19:30:03: pid 288517: LOG: &nbsp;processing command complete<br class="">2017-01-25 19:30:03: pid 288517: DETAIL: &nbsp;CommandComplete: Number of affected tuples are: 1 0 1<br class="">2017-01-25 19:30:03: pid 288517: LOG: &nbsp;processing ready for query message<br class="">2017-01-25 19:30:03: pid 288517: DETAIL: &nbsp;ReadyForQuery: Degenerate backends: 1<br class="">2017-01-25 19:30:03: pid 288517: LOG: &nbsp;processing ready for query message<br class="">2017-01-25 19:30:03: pid 288517: DETAIL: &nbsp;ReadyForQuery: Number of affected tuples are: 1 0 1<br class="">2017-01-25 19:30:03: pid 288517: LOG: &nbsp;received degenerate backend request for node_id: 1 from pid [288517]<br class=""><br class=""><br class="">I've attached the scripts we're using for recovery + postgres/pgpool.conf (with pw removed).<br class=""><br class=""><br class="">Is a 3-node cluster unsupported? Or is there something wrong with my scripts?<br class=""><br class="">Let me know if I can send you any more information.<br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>