File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -265,10 +265,9 @@ on :term:`secondary` members of replica sets. The foreground index
265
265
building process blocks all replication and read operations on the
266
266
secondaries while they build the index.
267
267
268
- Secondaries will only begin building indexes *after* the
269
- :term:`primary` finishes building the index. All secondaries will
270
- build indexes at the same time. In :term:`sharded clusters <shard
271
- cluster>`, the :program:`mongos` will send :func:`ensureIndex()
268
+ Secondaries will begin building indexes *after* the
269
+ :term:`primary` finishes building the index. In :term:`sharded clusters
270
+ <shard cluster>`, the :program:`mongos` will send :func:`ensureIndex()
272
271
<db.collection.ensureIndex()>` to the primary members of the replica
273
272
set for each shard, which then replicate to the secondaries after the
274
273
primary finishes building the index.
You can’t perform that action at this time.
0 commit comments