File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _4.2.25-changelog :
2
+
3
+ 4.2.25 Changelog
4
+ ----------------
5
+
6
+ Sharding
7
+ ~~~~~~~~
8
+
9
+ :issue: `SERVER-40459 ` Optimize the construction of the balancer's collection distribution status histogram
10
+
11
+ Internals
12
+ ~~~~~~~~~
13
+
14
+ - :issue: `SERVER-68434 ` Equality to null can incorrectly use a cached partial ixscan which does not cover the predicate
15
+ - :issue: `SERVER-70973 ` Balancer should stop iterating collections when there are no more available shards
16
+ - :issue: `SERVER-71627 ` Refreshed cached collection route info will severely block all client request when a cluster with 1 million chunks
17
+ - :issue: `SERVER-76498 ` Update push task to run on rhel8.7-small
18
+ - :issue: `SERVER-80488 ` Avoid traversing routing table in balancer split chunk policy
19
+ - :issue: `SERVER-81966 ` Avoid modification of previous ChunkMap instances during refresh
20
+ - :issue: `SERVER-83706 ` [v4.2] fix 4.2 evergreen unittest binary saver
Original file line number Diff line number Diff line change 10
10
:depth: 1
11
11
:class: singlecol
12
12
13
+ .. include:: /includes/changelogs/releases/4.2.25.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.2.24.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.2.23.rst
Original file line number Diff line number Diff line change @@ -26,6 +26,28 @@ Patch Releases
26
26
* - :issue:`WT-10461`
27
27
- 4.2.0 - 4.2.23 (ARM64 or POWER system architectures)
28
28
29
+ .. _4.2.25-release-notes:
30
+
31
+ 4.2.25 - Dec 6, 2023
32
+ ~~~~~~~~~~~~~~~~~~~~
33
+
34
+ Issues fixed in 4.2.25:
35
+
36
+ - :issue:`SERVER-40459` Optimize the construction of the balancer's
37
+ collection distribution status histogram
38
+ - :issue:`SERVER-68434` Equality to null can incorrectly use a cached
39
+ partial ixscan which does not cover the predicate
40
+ - :issue:`SERVER-71627` Refreshed cached collection route info will
41
+ severely block all client request when a cluster with 1 million chunks
42
+ - :issue:`SERVER-80488` Avoid traversing routing table in balancer split
43
+ chunk policy
44
+ - :issue:`SERVER-81966` Avoid modification of previous ChunkMap
45
+ instances during refresh
46
+
47
+ - `All JIRA issues closed in 4.2.25
48
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.25%27>`__
49
+
50
+ - :ref:`4.2.25-changelog`
29
51
30
52
.. _4.2.24-release-notes:
31
53
You can’t perform that action at this time.
0 commit comments