Skip to content

Commit 154b892

Browse files
authored
* 4.4.25 Release Notes Finalize * * * * * * * snooty bump
1 parent 48c7bd8 commit 154b892

File tree

3 files changed

+75
-35
lines changed

3 files changed

+75
-35
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ latest-lts-version = "4.4"
201201
last-supported-version = "4.2"
202202
version-last = "4.2"
203203
version-dev = "4.3"
204-
release = "4.4.24"
204+
release = "4.4.25"
205205
pgp-version = "{+version+}"
206206
package-name-org = "mongodb-org"
207207
package-name-enterprise = "mongodb-enterprise"

source/includes/changelogs/releases/4.4.25.rst

Lines changed: 61 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,77 @@
33
4.4.25 Changelog
44
----------------
55

6-
Sharding
7-
~~~~~~~~
8-
9-
- :issue:`SERVER-70973` Balancer should stop iterating collections when
10-
there are no more available shards
11-
- :issue:`SERVER-71627` Refreshed cached collection route info will
12-
severely block all client request when a cluster with 1 million chunks
13-
- :issue:`SERVER-80491` Expose more granular metrics around balancing
14-
round
15-
- :issue:`SERVER-80703` Avoid traversing routing table in
16-
MigrationDestinationManager
6+
Operations
7+
~~~~~~~~~~
178

9+
- :issue:`SERVER-58534` Collect FCV in FTDC
10+
- :issue:`SERVER-77610` Log session id associated with the backup cursor
1811

1912
Internals
2013
~~~~~~~~~
2114

22-
- :issue:`SERVER-58534` Collect FCV in FTDC
23-
- :issue:`SERVER-73394` Remove misleading operationsBlockedByRefresh
15+
- :issue:`SERVER-52452` Enable feature flag for Make taking self-managed
16+
backups in 4.4+ as safe as possible
17+
- :issue:`SERVER-68132` Remove Feature Flag for PM-2076
18+
- :issue:`SERVER-70973` Balancer should stop iterating collections when
19+
there are no more available shards
20+
- :issue:`SERVER-71627` Refreshed cached collection route info will
21+
severely block all client request when a cluster with 1 million chunks
22+
- :issue:`SERVER-73394` Remove misleading operationsBlockedByRefresh
2423
metrics
25-
- :issue:`SERVER-77610` Log session id associated with the backup cursor
24+
- :issue:`SERVER-75255` Remove all outdated entries from
25+
backports_required_for_multiversion_tests.yml
2626
- :issue:`SERVER-78149` Implement the mongos fsync (lock : true) command
2727
- :issue:`SERVER-78150` Implement the mongos fsyncUnlock command
28+
- :issue:`SERVER-78151` Add fsyncLock status to the mongos currentOp
29+
command
30+
- :issue:`SERVER-78153` Unlock the config server primary via the mongos
31+
fsyncUnlock command
32+
- :issue:`SERVER-78156` Test the mongos fsync with lock command with
33+
distributed transactions
34+
- :issue:`SERVER-78793` Add a timeout to the mongos FSync Lock Command
35+
- :issue:`SERVER-78813` Commit point propagation fails indefinitely with
36+
exhaust cursors with null lastCommitted optime
37+
- :issue:`SERVER-78987` Remove the free monitoring code from
38+
mongodb/mongo repo
39+
- :issue:`SERVER-79025` Mongos Fsync with lock command should use mongos
40+
fsyncUnlock command
2841
- :issue:`SERVER-79127` Error when $vectorSearch limit is <= 0
29-
- :issue:`SERVER-80694` FCV gate null lastKnownCommittedOpTime behavior
30-
in oplog getMore
42+
- :issue:`SERVER-79252` Add the system-perf bootstrap file to the task
43+
Files section
44+
- :issue:`SERVER-79885` Oplog fetching getMore should not set null
45+
lastKnownCommittedOpTime if it is not using exhaust cursors
46+
- :issue:`SERVER-80140` Use the $currentOp to verify that
47+
fsyncLockWorker threads are waiting for the lock
48+
- :issue:`SERVER-80488` Avoid traversing routing table in balancer split
49+
chunk policy
50+
- :issue:`SERVER-80491` Expose more granular metrics around balancing
51+
round
52+
- :issue:`SERVER-80499` Fix use-after-free in planShardedSearch
53+
- :issue:`SERVER-80544` Fix incorrect wait in
54+
runSearchCommandWithRetries
55+
- :issue:`SERVER-80678` Remove an outdated test case
56+
- :issue:`SERVER-80694` [v4.4] FCV gate null lastKnownCommittedOpTime
57+
behavior in oplog getMore
58+
- :issue:`SERVER-80703` Avoid traversing routing table in
59+
MigrationDestinationManager
60+
- :issue:`WT-8157` Fix format-abort-recovery-stress-test timeout
61+
condition
3162
- :issue:`WT-8570` Do not increase oldest ID during recovery
32-
- :issue:`WT-8702` Limit oldest id to recovered checkpoint snapshot in
63+
- :issue:`WT-8614` Make format.sh more verbose for failure diagnosis
64+
- :issue:`WT-8702` Limit oldest id to recovered checkpoint snapshot in
3365
recovery
34-
- :issue:`WT-8709` RTS: Do not hold the oldest id of logged tables
35-
- :issue:`WT-10449` Do not save update chain when there are no updates
66+
- :issue:`WT-8709` RTS: Do not hold the oldest id of logged tables.
67+
- :issue:`WT-8825` Fix test_checkpoint_snapshot05 expected value
68+
validation failure
69+
- :issue:`WT-9248` Fix test_checkpoint_snapshot05 failure and convert
70+
python tests to use stats logic wait
71+
- :issue:`WT-10449` Do not save update chain when there are no updates
3672
to be written to the history store
37-
- :issue:`WT-10522` Fix a bug that leads to an unexpected aborted
73+
- :issue:`WT-10522` Fix a bug that leads to an unexpected aborted
3874
tombstone on update chain
39-
- :issue:`WT-11374` Fix comparison of txnid to timestamp in row_modify
75+
- :issue:`WT-11374` Fix comparison of txnid to timestamp in row_modify
76+
(v5.0)
77+
- :issue:`WT-11492` Assertion fires in test_checkpoint_snapshot05 on
78+
windows-64
79+

source/release-notes/4.4.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ Patch Releases
4444

4545
.. _4.4.25-release-notes:
4646

47-
4.4.25 - Sept 29, 2023
48-
~~~~~~~~~~~~~~~~~~~~~~
47+
4.4.25 - Sep 29, 2023
48+
~~~~~~~~~~~~~~~~~~~~~
4949

5050
Issues fixed:
5151

52-
- :issue:`SERVER-78813` Commit point propagation fails indefinitely
53-
with exhaust cursors with null lastCommitted optime
54-
- :issue:`SERVER-79885` Oplog fetching getMore should not set null
55-
lastKnownCommittedOpTime if it is not using exhaust cursors
56-
- :issue:`SERVER-80140` Use the $currentOp to verify that
57-
fsyncLockWorker threads are waiting for the lock
58-
- :issue:`SERVER-80488` Avoid traversing routing table in balancer
59-
split chunk policy
60-
- :issue:`SERVER-80499` Fix use-after-free in planShardedSearch
61-
- :issue:`SERVER-80544` Fix incorrect wait in
62-
runSearchCommandWithRetries
52+
- :issue:`SERVER-76299` Report writeConflicts in serverStatus on
53+
secondaries
54+
- :issue:`SERVER-78828` LDAP host timing data can be inconsistent during
55+
sorting
56+
- :issue:`WT-11031` Fix RTS to skip tables with no time window
57+
information in the checkpoint
6358

59+
- :issue:`SERVER-70973` Balancer should stop iterating collections when there are no more available shards
60+
- :issue:`SERVER-71627` Refreshed cached collection route info will severely block all client request when a cluster with 1 million chunks
61+
- :issue:`SERVER-78813` Commit point propagation fails indefinitely with exhaust cursors with null lastCommitted optime
62+
- :issue:`WT-8570` Do not increase oldest ID during recovery
63+
- :issue:`WT-10449` Do not save update chain when there are no updates to be written to the history store
6464

6565
- `All JIRA issues closed in 4.4.25
6666
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%204.4.25>`_

0 commit comments

Comments
 (0)