Deploy FE Cluster with High Availability
This topic introduces StarRocks' high-availability (HA) deployment of the FE nodes.
Understand the FE HA clusterβ
StarRocks' FE high-availability clusters use a primary-secondary replication architecture to avoid single points of failure. FE uses the raft-like BDB JE protocol to achieve leader selection, log replication, and failover.