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.
Options
No specific command options. See global options for global options.
Examples
Checking health with a node down
In this example, we have a 3 node cluster, bdr-a1 and bdr-c1 are up, bdr-b1 is down.
Checking health with clock skew
In this example there is a 3 node cluster with all nodes up but the system clocks are not in sync.
Checking health with all nodes working correctly
In this example, there is a 3 node cluster with all nodes are up and all checks are Ok.