File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 6
6
Sharding
7
7
~~~~~~~~
8
8
9
+ - :issue: `SERVER-40459 ` Optimize the construction of the balancer's
10
+ collection distribution status histogram
9
11
- :issue: `SERVER-79086 ` Deletion of ReshardingCoordinatorService state
10
12
document is not idempotent
11
13
- :issue: `SERVER-79327 ` Missing verification in refine collection shard
@@ -87,6 +89,7 @@ Internals
87
89
should not run two refreshes without resetting the catalog cache
88
90
loader mock return value
89
91
- :issue: `SERVER-79926 ` Investigate OCSP failure possibilities
92
+ - :issue: `SERVER-79975 ` [Classic] Optimize large group keys
90
93
- :issue: `SERVER-80021 ` Make $convert round-trip correctly between
91
94
double and string
92
95
- :issue: `SERVER-80100 ` Fix typo in excluding
@@ -122,8 +125,12 @@ Internals
122
125
phase on the recipient shard
123
126
- :issue: `SERVER-81202 ` Use host environment when signing
124
127
- :issue: `SERVER-81431 ` Add canaries_only task to older mongo branches
128
+ - :issue: `SERVER-81904 ` Address test-only issue in UpdateChunkMapRandom
129
+ unit test
125
130
- :issue: `SERVER-81966 ` Avoid modification of previous ChunkMap
126
131
instances during refresh
132
+ - :issue: `SERVER-81985 ` FlushRoutingTableCacheUpdates command should not
133
+ be allowed on databases
127
134
- :issue: `SERVER-82003 ` powercycle tests are missing variables
128
135
- :issue: `SERVER-82070 ` Classic window function $stdDevSamp handles
129
136
empty window frame incorrectly
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ Patch Releases
50
50
51
51
.. _5.0.22-release-notes:
52
52
53
- 5.0.22 - Upcoming
54
- ~~~~~~~~~~~~~~~~~
53
+ 5.0.22 - October 26, 2023
54
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
55
55
56
56
- :issue:`SERVER-68548` MongoDB Shell version 4.4.15 logging asio message despite
57
57
--quiet flag
You can’t perform that action at this time.
0 commit comments