File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -184,24 +184,8 @@ resharded for up to 5 minutes. After 5 minutes you may be unable to find
184
184
the definitive result of the write and subsequent attempts to retry the
185
185
write fail with an ``IncompleteTransactionHistory`` error.
186
186
187
- Error Cases
188
- -----------
189
-
190
- Primary Failovers
191
- ~~~~~~~~~~~~~~~~~
192
-
193
- If a primary failover on a replica set shard or config server occurs,
194
- the resharding operation aborts.
195
-
196
- If a resharding operation aborts due to a primary failover, run the
197
- :dbcommand:`cleanupReshardCollection` command before starting a new
198
- resharding operation:
199
-
200
- .. code-block:: javascript
201
-
202
- db.runCommand({
203
- cleanupReshardCollection: "<database>.<collection>"
204
- })
187
+ Error Case
188
+ ----------
205
189
206
190
Duplicate ``_id`` Values
207
191
~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments