You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To elect a :manual:`primary </core/replica-set-members>`, you need a majority of :manual:`voting </core/replica-set-elections>` replica set members available. We recommend that you create replica sets with an
160
160
odd number of voting replica set members. There is no benefit in having
@@ -187,7 +187,7 @@ You can distribute data across multiple data centers by deploying your {+cluster
187
187
Each availability zone typically contains one or more discrete data centers, each with redundant power, networking and connectivity, often housed in separate
188
188
facilities. When you deploy a dedicated {+cluster+} to a region that supports availability zones, {+service+} automatically splits your {+cluster+}'s
189
189
nodes across the availability zones. For example, for a three-node replica set {+cluster+} deployed to a region with three availability zones,
190
-
{+service+} deploys one node in each zone. This ensures that members of the same replica set aren't sharing resources, so that your database remains
190
+
{+service+} deploys one node in each zone. This ensures that members of the same replica set are not sharing resources, so that your database remains
191
191
available even if one zone experiences an outage.
192
192
193
193
To understand the risks associated with using fewer than three data centers, consider the following diagram,
0 commit comments