File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,16 @@ Definition
17
17
18
18
.. versionchanged:: 4.4
19
19
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
24
24
:dbcommand:`cleanupOrphaned` command to clean up orphaned documents.
25
25
Instead, use this command to wait for orphaned documents in a chunk
26
26
range from a shard key's :bsontype:`MinKey` to its
27
27
:bsontype:`MaxKey` for a specified namespace to be
28
28
cleaned up from a majority of a shard's members.
29
29
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
-
35
30
In MongoDB 4.2 and earlier, :dbcommand:`cleanupOrphaned` initiated
36
31
the cleanup process for orphaned documents in a specified namespace
37
32
and shard key range.
You can’t perform that action at this time.
0 commit comments