Skip to content

Commit e973782

Browse files
authored
DOCSP-23426 removing error case (#1379)
1 parent 9484b39 commit e973782

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

source/core/sharding-reshard-a-collection.txt

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -184,24 +184,8 @@ resharded for up to 5 minutes. After 5 minutes you may be unable to find
184184
the definitive result of the write and subsequent attempts to retry the
185185
write fail with an ``IncompleteTransactionHistory`` error.
186186

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+
----------
205189

206190
Duplicate ``_id`` Values
207191
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)