Skip to content

Commit e52c589

Browse files
authored
* 4.4.25 Release Notes Finalize * * * *
1 parent 2acce16 commit e52c589

File tree

3 files changed

+108
-2
lines changed

3 files changed

+108
-2
lines changed
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
.. _4.4.25-changelog:
2+
3+
4.4.25 Changelog
4+
----------------
5+
6+
Operations
7+
~~~~~~~~~~
8+
9+
- :issue:`SERVER-58534` Collect FCV in FTDC
10+
- :issue:`SERVER-77610` Log session id associated with the backup cursor
11+
12+
Internals
13+
~~~~~~~~~
14+
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
23+
metrics
24+
- :issue:`SERVER-75255` Remove all outdated entries from
25+
backports_required_for_multiversion_tests.yml
26+
- :issue:`SERVER-78149` Implement the mongos fsync (lock : true) command
27+
- :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
41+
- :issue:`SERVER-79127` Error when $vectorSearch limit is <= 0
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
62+
- :issue:`WT-8570` Do not increase oldest ID during recovery
63+
- :issue:`WT-8614` Make format.sh more verbose for failure diagnosis
64+
- :issue:`WT-8702` Limit oldest id to recovered checkpoint snapshot in
65+
recovery
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
72+
to be written to the history store
73+
- :issue:`WT-10522` Fix a bug that leads to an unexpected aborted
74+
tombstone on update chain
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-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.4.25.rst
14+
1315
.. include:: /includes/changelogs/releases/4.4.24.rst
1416

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

source/release-notes/4.4.txt

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,35 @@ Release Notes for MongoDB 4.4
4242
Patch Releases
4343
--------------
4444

45+
.. _4.4.25-release-notes:
46+
47+
4.4.25 - Sep 29, 2023
48+
~~~~~~~~~~~~~~~~~~~~~
49+
50+
Issues fixed:
51+
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
58+
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
64+
65+
- `All JIRA issues closed in 4.4.25
66+
<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>`_
67+
68+
- :ref:`4.4.25-changelog`
69+
4570
.. _4.4.24-release-notes:
4671

47-
4.4.24 - Upcoming
48-
~~~~~~~~~~~~~~~~~
72+
4.4.24 - Aug 23, 2023
73+
~~~~~~~~~~~~~~~~~~~~~
4974

5075
Issues fixed:
5176

0 commit comments

Comments
 (0)