File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
content/manual/upcoming/source Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ .. versionchanged :: 8.2
2+
13During the apply and catch-up phase:
24
35- Each recipient shard begins applying oplog entries that were written
46 to the the corresponding donor shard after the recipient cloned the data.
57- When the estimate for the time remaining to complete the resharding
6- operation is under **two seconds **, the donor shard blocks
8+ operation is under **500 ms **, the donor shard blocks
79 writes on the source collection.
Original file line number Diff line number Diff line change @@ -35,6 +35,13 @@ orphanCleanupDelaySecs Change
3535Starting in MongoDB 8.2, the default value of :parameter:`orphanCleanupDelaySecs`
3636is ``3600`` (previously ``900``).
3737
38+ Remaining Resharding Time Threshold Change
39+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40+
41+ Starting in MongoDB 8.2 (also available in 8.1.2 and 8.0.13), resharding enters
42+ the critical section when the estimated time to complete the remaining work is
43+ **500 ms** or less.
44+
3845Removed Parameters
3946~~~~~~~~~~~~~~~~~~
4047
You can’t perform that action at this time.
0 commit comments