Skip to content

Commit a3f644e

Browse files
authored
1 parent 7012353 commit a3f644e

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
@@ -26,6 +26,28 @@ Patch Releases
2626
* - :issue:`WT-10461`
2727
- 4.2.0 - 4.2.23 (ARM64 or POWER system architectures)
2828

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`
2951

3052
.. _4.2.24-release-notes:
3153

0 commit comments

Comments
 (0)