File tree Expand file tree Collapse file tree 3 files changed +66
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _4.4.25-changelog :
2
+
3
+ 4.4.25 Changelog
4
+ ----------------
5
+
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
17
+
18
+
19
+ Internals
20
+ ~~~~~~~~~
21
+
22
+ - :issue: `SERVER-58534 ` Collect FCV in FTDC
23
+ - :issue: `SERVER-73394 ` Remove misleading operationsBlockedByRefresh
24
+ metrics
25
+ - :issue: `SERVER-77610 ` Log session id associated with the backup cursor
26
+ - :issue: `SERVER-78149 ` Implement the mongos fsync (lock : true) command
27
+ - :issue: `SERVER-78150 ` Implement the mongos fsyncUnlock command
28
+ - :issue: `SERVER-79127 ` Error when $vectorSearch limit is <= 0
29
+ - :issue: `SERVER-80694 ` FCV gate null lastKnownCommittedOpTime behavior
30
+ in oplog getMore
31
+ - :issue: `WT-8570 ` Do not increase oldest ID during recovery
32
+ - :issue: `WT-8702 ` Limit oldest id to recovered checkpoint snapshot in
33
+ 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
36
+ to be written to the history store
37
+ - :issue: `WT-10522 ` Fix a bug that leads to an unexpected aborted
38
+ tombstone on update chain
39
+ - :issue: `WT-11374 ` Fix comparison of txnid to timestamp in row_modify
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.4.25.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.4.24.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.4.23.rst
Original file line number Diff line number Diff line change @@ -42,6 +42,31 @@ Release Notes for MongoDB 4.4
42
42
Patch Releases
43
43
--------------
44
44
45
+ .. _4.4.25-release-notes:
46
+
47
+ 4.4.25 - Sept 29, 2023
48
+ ~~~~~~~~~~~~~~~~~~~~~~
49
+
50
+ Issues fixed:
51
+
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
63
+
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
+
45
70
.. _4.4.24-release-notes:
46
71
47
72
4.4.24 - Aug 23, 2023
You can’t perform that action at this time.
0 commit comments