Skip to content

Commit 6e71333

Browse files
authored
DOCSP 22683 - primary node failure in deleteMany (#1609) (#1632)
* DOCSP-22688 adding primary node failure behavior to deleteMany * DOCSP-22688 adding primary node failure behavior to deleteMany * DOCSP-22683 small copy edit
1 parent d7e03a3 commit 6e71333

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/reference/method/db.collection.deleteMany.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ Transactions
118118

119119
.. |operation| replace:: :method:`db.collection.deleteMany()`
120120

121+
Primary Node Failure
122+
~~~~~~~~~~~~~~~~~~~~
123+
124+
:method:`db.collection.deleteMany()` deletes documents one at a time.
125+
If the primary node fails during a :method:`db.collection.deleteMany()`
126+
operation, documents that were not yet deleted from secondary nodes are
127+
not deleted from the collection.
128+
121129
Examples
122130
--------
123131

0 commit comments

Comments
 (0)