You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/changelogs/releases/5.0.10.rst
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@
6
6
Sharding
7
7
~~~~~~~~
8
8
9
-
- :issue:`SERVER-56185` Investigate possible improvements with session migration and a chunk migration's critical section
10
9
- :issue:`SERVER-57519` Make ARS use causally consistent ShardRegistry::getShard() function
11
-
- :issue:`SERVER-61985` resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation
12
10
- :issue:`SERVER-62272` Adding schema validation to a collection can prevent chunk migrations of failing documents
11
+
- :issue:`SERVER-62432` Ensure safe access to ShardingDDLCoordinator instance state documents
13
12
- :issue:`SERVER-62656` Decouple mongos-to-config-server connection pool sizing from mongos-to-shard-server connection pool sizing
14
13
- :issue:`SERVER-63243` Range deleter must not clean up orphan ranges in a round-robin fashion
15
14
- :issue:`SERVER-64433` A new topology time could be gossiped without being majority committed
@@ -30,9 +29,7 @@ JavaScript
30
29
Build and Packaging
31
30
~~~~~~~~~~~~~~~~~~~
32
31
33
-
- :issue:`SERVER-61894` Support the 'showRawUpdateDescription' option in change stream specs
34
-
- :issue:`SERVER-63159` Implement the $_internalApplyOplogUpdate aggregation stage
35
-
- :issue:`SERVER-66627` Backport the install-devcore target
32
+
:issue:`SERVER-66627` Backport the install-devcore target
36
33
37
34
Internals
38
35
~~~~~~~~~
@@ -62,7 +59,6 @@ Internals
62
59
- :issue:`SERVER-65723` Add tunable parameter to improve batching on secondaries
63
60
- :issue:`SERVER-65777` "revokePrivilegesFromRole" param.ns missing user object in audit log
64
61
- :issue:`SERVER-65797` Remove invalid index specs in memory before parsing for listIndexes
65
-
- :issue:`SERVER-65884` $lookup from time-series can place $sequentialCache after correlated $match
66
62
- :issue:`SERVER-66087` Call curl_global_init before threading enabled
67
63
- :issue:`SERVER-66111` Curl implementation of HTTPClient should respect default timeouts
68
64
- :issue:`SERVER-66319` dbcheck_no_history_on_secondary.js disables dbCheck failpoint too early
@@ -72,7 +68,6 @@ Internals
72
68
- :issue:`SERVER-66433` Backport deadline waiting for overlapping range deletion to finish to pre-v5.1 versions
73
69
- :issue:`SERVER-66461` Run notarization earlier in the build process
74
70
- :issue:`SERVER-66520` add index build UUID to BackgroundOperationInProgress error messages
75
-
- :issue:`SERVER-66548` $lookup sequential cache can incorrectly treat a $facet as non-correlated
76
71
- :issue:`SERVER-66556` Prevent potential race when releasing cursors during shutdown
77
72
- :issue:`SERVER-66559` Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bits
78
73
- :issue:`SERVER-66658` Shard registry might be accessed before initialization
@@ -89,7 +84,6 @@ Internals
89
84
- :issue:`SERVER-67220` [5.0] set_fcv_prepared_transaction.js is not resilient to StaleConfig errors
90
85
- :issue:`SERVER-67405` Handle empty string for is_patch evergreen expansion
91
86
- :issue:`SERVER-67513` Disable or_to_in for jsCore_compatibility for v5.0
92
-
- :issue:`SERVER-68193` Sharding DDL coordinator can lock itself out in distlock retry loop
93
87
- :issue:`WT-8425` Push updates with the same commit timestamps in the out_of_order_ts_updates vector in hs_rec.c.
94
88
- :issue:`WT-8669` Assert that the timestamps are not OOO in __hs_insert_record
95
89
- :issue:`WT-9249` Compare and fix the start durable timestamp if it is greater than ooo timestamp
0 commit comments