I have a FDB cluster in three_datacenter mode. Each DC has 6 machines.
I found that the cluster becomes unavailable if I randomly down the machines’ public network interface (ifdown bond1) in the primary DC (fdbcli --exec ‘status json’ | jq .cluster.active_primary_dc).
The problem is hard to recur.
Any advice to address this?