Docs Home
→
MongoDB Manual
Replica Set High Availability
副本集高可用性
Replica sets use elections to support
high availability
.
副本集使用选举来支持
高可用性
。
Replica Set Elections
复制集选择
Elections occur when the primary becomes unavailable and the replica set members autonomously select a new primary.
当主副本不可用且副本集成员自动选择新的主副本时,将进行选择。
Rollbacks During Replica Set Failover
副本集故障切换期间的回滚
A rollback reverts write operations on a former primary when the member rejoins the replica set after a failover.
当成员在故障转移后重新加入副本集时,回滚将恢复前主节点上的写入操作。
←
Replica Sets Distributed Across Two or More Data Centers
Replica Set Elections
→