Skip to content

Commit 0f787e0

Browse files
authored
DOCSP-52698 Lower Remaining Resharding Threshold (#13640)
* DOCSP-52698 Lower Remaining Resharding Threshold * * * nit edits * RG external feedback
1 parent 5d74052 commit 0f787e0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
.. versionchanged:: 8.2
2+
13
During 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.

content/manual/upcoming/source/release-notes/8.2-compatibility.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ orphanCleanupDelaySecs Change
3535
Starting in MongoDB 8.2, the default value of :parameter:`orphanCleanupDelaySecs`
3636
is ``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+
3845
Removed Parameters
3946
~~~~~~~~~~~~~~~~~~
4047

0 commit comments

Comments
 (0)