Skip to content

Commit ba94d7a

Browse files
authored
1 parent 66c6d5c commit ba94d7a

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

source/release-notes/4.2-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/changelogs/releases/4.2.25.rst
14+
1315
.. include:: /includes/changelogs/releases/4.2.24.rst
1416

1517
.. include:: /includes/changelogs/releases/4.2.23.rst

source/release-notes/4.2.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,28 @@ Patch Releases
2828
* - :issue:`WT-10461`
2929
- 4.2.0 - 4.2.23 (ARM64 or POWER system architectures)
3030

31+
.. _4.2.25-release-notes:
32+
33+
4.2.25 - Dec 6, 2023
34+
~~~~~~~~~~~~~~~~~~~~
35+
36+
Issues fixed in 4.2.25:
37+
38+
- :issue:`SERVER-40459` Optimize the construction of the balancer's
39+
collection distribution status histogram
40+
- :issue:`SERVER-68434` Equality to null can incorrectly use a cached
41+
partial ixscan which does not cover the predicate
42+
- :issue:`SERVER-71627` Refreshed cached collection route info will
43+
severely block all client request when a cluster with 1 million chunks
44+
- :issue:`SERVER-80488` Avoid traversing routing table in balancer split
45+
chunk policy
46+
- :issue:`SERVER-81966` Avoid modification of previous ChunkMap
47+
instances during refresh
48+
49+
- `All JIRA issues closed in 4.2.25
50+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.25%27>`__
51+
52+
- :ref:`4.2.25-changelog`
3153

3254
.. _4.2.24-release-notes:
3355

0 commit comments

Comments
 (0)