From 472a1f8b4acaf50cdd1c0d2ca813b79c8c54a402 Mon Sep 17 00:00:00 2001 From: Asya Kamsky Date: Wed, 14 Mar 2018 13:39:30 -0400 Subject: [PATCH] there is no such thing as conflicting zones --- source/includes/intro-zone-sharding.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/includes/intro-zone-sharding.rst b/source/includes/intro-zone-sharding.rst index d63b86416dc..73f86ad1a8e 100644 --- a/source/includes/intro-zone-sharding.rst +++ b/source/includes/intro-zone-sharding.rst @@ -1,5 +1,5 @@ In sharded clusters, you can create :term:`zones ` of sharded data based on the :term:`shard key`. You can associate each zone with one or more shards -in the cluster. A shard can associate with any number of non-conflicting -zones. In a balanced cluster, MongoDB migrates :term:`chunks ` covered -by a zone only to those shards associated with the zone. +in the cluster. A shard can associate with any number of zones. In a balanced +cluster, MongoDB migrates :term:`chunks ` covered by a zone only to +those shards associated with the zone.