File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ The build process is summarized as follows:
168
168
the index build.
169
169
170
170
#. The secondaries start the index build after they replicate the
171
- "startIndexBuild oplog entry.
171
+ "startIndexBuild" oplog entry.
172
172
173
173
#. Each member "votes" to commit the build once it finishes indexing
174
174
data in the collection.
@@ -239,7 +239,7 @@ down cleanly during the index build and the
239
239
:ref:`commitQuorum <createIndexes-cmd-commitQuorum>` is set to the
240
240
default ``votingMembers``, then the index build progress is saved to
241
241
disk. The :binary:`~bin.mongod` automatically recovers the index build
242
- when it is restarted and continues from the saved checkpoint. In earler
242
+ when it is restarted and continues from the saved checkpoint. In earlier
243
243
versions, if the index build was interrupted it had to be restarted
244
244
from the beginning.
245
245
@@ -251,7 +251,7 @@ down cleanly during the index build and the
251
251
:ref:`commitQuorum <createIndexes-cmd-commitQuorum>` is set to the
252
252
default ``votingMembers``, then the index build progress is saved to
253
253
disk. The :binary:`~bin.mongod` automatically recovers the index build
254
- when it is restarted and continues from the saved checkpoint. In earler
254
+ when it is restarted and continues from the saved checkpoint. In earlier
255
255
versions, if the index build was interrupted it had to be restarted
256
256
from the beginning.
257
257
You can’t perform that action at this time.
0 commit comments