Skip to content

Commit 61bb438

Browse files
authored
DOCSP-40876 Clarify commitReshardCollection behavior (#8441)
1 parent a1da083 commit 61bb438

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/includes/steps-reshard-a-collection.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,10 @@ content: |
155155
issuing the :dbcommand:`commitReshardCollection` command. This is
156156
useful if the current time estimate to complete the resharding
157157
operation is an acceptable duration for your collection to block
158-
writes. The :dbcommand:`commitReshardCollection` command blocks
159-
writes early and forces the resharding operation to complete. The
160-
command has the following syntax:
158+
writes. The ``commitReshardCollection`` command blocks
159+
writes for the duration of the critical section and forces the
160+
resharding operation to complete. The command has the following
161+
syntax:
161162
162163
.. code-block:: javascript
163164

0 commit comments

Comments
 (0)