Cluster Monitor

Cluster Monitor, configured with the domain name and HTTP server port of Cluster Manager, collects node and cluster data. It analyzes the data and shuts down nodes as needed.

Cluster Monitor gets the node status of each node, waiting until each node state becomes active as necessary. Cluster Monitor compares cluster manager protocol (CMP) cluster IDs from each node. A split-brain condition is detected if CMP cluster IDs are not the same. This is similar to how Traffic Routing Agent (TRA) detects split brain conditions.

If a split-brain condition is detected, Cluster Monitor shuts down the node based on the following criteria:

  • If the number of nodes in each cluster are different, then the cluster with the lower number of nodes is shut down.
  • If each cluster has the same number of nodes, then the cluster that has the largest CMP cluster ID is shut down, as that is the cluster that formed most recently.