Enhance watchdog_setup script.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 29 May 2021 08:32:38 +0000 (17:32 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 29 May 2021 08:47:14 +0000 (17:47 +0900)
commite1f11760bf3bda60945ae31c61c852680bbd2052
treeb4a356266c35cf363860b75fd2b00e247b7dc320
parent38fbfb88531f8563b8d7f2e9e3508fd351754667
Enhance watchdog_setup script.

shutdownall script generated by watchdog_setup shutdowns in the node
number order i.e.: 0, 1, 2...  This causes PostgreSQL backend shutdown
when pgpool0 node went down and node 1, 2... trigger failover event,
which is not necessary in the whole shutdown sequence.  Shutting down
in the reverse order (...2, 1, 0) should prevent this and shorten the
whole shutdown sequence.

Also this should prevent occasional 018.detach_primary and
028.watchdog_enable_consensus_with_half_votes test timeout (they use
watchdog_setup).
src/test/watchdog_setup.in