Citus support the HA? ( High Availability )

Viewed 30

i have one simply question: citus 11 support the HA? This is the structure that i have implemented with 7 node ( replication with pg_autofailover):

enter image description here

The problem occurs when i disable a worker1_primary and i try to make an sql insert in the coordinator_primary: the response of citus is: connection with remote worker1_primary refused.

The citus nodes table is this one ( from select * from pg_dist_node ): enter image description here

thanks in advance for any reply

0 Answers
Related