File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,15 @@ Sharded Clusters
115
115
- There is no replication for zone configuration. ``mongosync``
116
116
replicates data, it does not inherit zones.
117
117
- Shards cannot be added or removed while syncing.
118
- - Only indexes which exist on all shards are synced.
118
+ - ``mongosync`` only syncs indexes that exist on all shards.
119
+ - ``mongosync`` only syncs indexes that have consistent index
120
+ specifications on all shards.
121
+
122
+ .. note::
123
+
124
+ To check for index inconsistencies, see :ref:`Find Inconsistent
125
+ Indexes Across Shards <manage-indexes-find-inconsistent-indexes>`.
126
+
119
127
- The shard key cannot be :ref:`refined <shard-key-refine>` while
120
128
syncing.
121
129
- The shard key cannot be modified using :dbcommand:`reshardCollection`
You can’t perform that action at this time.
0 commit comments