Checks the health of the EDB Postgres Distributed cluster
Synopsis
Performs various checks such as if all nodes are accessible and all
replication slots are working.
Please note that the current implementation of clock skew may return an
inaccurate skew value if the cluster is under high load while running this
command or has large number of nodes in it.
Examples
With a node down
In this example, a 3 node cluster has two nodes up, bdr-a1 and bdr-c1, but one node, bdr-b1, down.
With unsynchronized system clocks
In this example, a 3 node cluster has all nodes are up but the system clocks aren't in synchronized.
Cluster functioning correctly
In this example, a 3 node cluster has all nodes are up and the system clocks are in synchronized.