Skip to content

Commit 661c894

Browse files
author
Dave Cuthbert
authored
DOCS-15760 cleanup incorrect text (#2323)
* DOCS-15760 cleanup incorrect text * Staging fixes
1 parent 8c53150 commit 661c894

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

source/reference/command/cleanupOrphaned.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,16 @@ Definition
1717

1818
.. versionchanged:: 4.4
1919

20-
**For orphaned documents generated after upgrading to MongoDB
21-
4.4:** :term:`chunk` migrations and orphaned document cleanup are
22-
more resilient to failover. The cleanup process automatically resumes
23-
in the event of a failover. You no longer need to run the
20+
For orphaned documents generated after upgrading to MongoDB 4.4,
21+
:term:`chunk` migrations and orphaned document cleanup are more
22+
resilient to failover. The cleanup process automatically resumes in
23+
the event of a failover. You no longer need to run the
2424
:dbcommand:`cleanupOrphaned` command to clean up orphaned documents.
2525
Instead, use this command to wait for orphaned documents in a chunk
2626
range from a shard key's :bsontype:`MinKey` to its
2727
:bsontype:`MaxKey` for a specified namespace to be
2828
cleaned up from a majority of a shard's members.
2929

30-
**For orphaned documents generated before upgrading to MongoDB
31-
4.4**: the orphaned documents are not automatically cleaned up after
32-
upgrading to MongoDB 4.4 and you must use
33-
:dbcommand:`cleanupOrphaned` to clean up the orphaned documents.
34-
3530
In MongoDB 4.2 and earlier, :dbcommand:`cleanupOrphaned` initiated
3631
the cleanup process for orphaned documents in a specified namespace
3732
and shard key range.

0 commit comments

Comments
 (0)