File tree Expand file tree Collapse file tree 3 files changed +71
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _4.0.23-changelog :
2
+
3
+ 4.0.23 Changelog
4
+ ----------------
5
+
6
+ Sharding
7
+ ~~~~~~~~
8
+
9
+ - :issue: `SERVER-50305 ` ARS::next() does not respect OperationContext deadline
10
+ - :issue: `SERVER-53274 ` The force-write of the `history ` field to all chunks on FCV upgrade from 3.6 to 4.0 is unnecessary
11
+
12
+ Replication
13
+ ~~~~~~~~~~~
14
+
15
+ - :issue: `SERVER-52744 ` rollback node's lastApplied > sync source's lastApplied in rollback_after_enabling_majority_reads.js
16
+ - :issue: `SERVER-53345 ` Excuse arbiter_new_hostname.js from multiversion tests
17
+ - :issue: `SERVER-53459 ` rollback_all_op_types.js should ensure sync source's lastApplied > rollback node's lastApplied
18
+ - :issue: `SERVER-53609 ` lastCommittedTransaction section causes frequent schema changes that limit FTDC retention
19
+
20
+ Query
21
+ ~~~~~
22
+
23
+ - :issue: `SERVER-40361 ` Reduce memory footprint of plan cache entries
24
+ - :issue: `SERVER-47869 ` Add diagnostic logging to ClusterCursorManager
25
+
26
+ Storage
27
+ ~~~~~~~
28
+
29
+ - :issue: `SERVER-46876 ` During the eviction pressure, we should quit the compact operation instead of crashing the process
30
+ - :issue: `SERVER-52950 ` recoverOplogAsStandalone mode must not start oplog truncater thread
31
+
32
+ Operations
33
+ ~~~~~~~~~~
34
+
35
+ :issue: `SERVER-54074 ` [v4.0] Log start and end of changes to table log settings
36
+
37
+ Internals
38
+ ~~~~~~~~~
39
+
40
+ - :issue: `SERVER-43904 ` When stepping down, step up doesn't filter out frozen nodes
41
+ - :issue: `SERVER-46686 ` Explain does not respect maxTimeMS
42
+ - :issue: `SERVER-46740 ` establishCursors() must always drain the AsyncRequestsSender::_baton
43
+ - :issue: `SERVER-52879 ` Periodic operation latency spikes every 5 minutes due to closing idle cached WT sessions
44
+ - :issue: `SERVER-53234 ` jstests/core/profile2.js fails when background operations are run against test database
45
+ - :issue: `SERVER-54091 ` Update assertion messages for dbhash check run by resmoke.py
46
+ - :issue: `SERVER-54134 ` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py
47
+
Original file line number Diff line number Diff line change 10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ .. include:: /includes/changelogs/releases/4.0.23.rst
14
+
13
15
.. include:: /includes/changelogs/releases/4.0.22.rst
14
16
15
17
.. include:: /includes/changelogs/releases/4.0.21.rst
Original file line number Diff line number Diff line change @@ -13,6 +13,28 @@ Release Notes for MongoDB 4.0
13
13
Minor Releases
14
14
--------------
15
15
16
+ .. _4.0.23-release-notes:
17
+
18
+ 4.0.23 - Upcoming
19
+ ~~~~~~~~~~~~~~~~~
20
+
21
+ Issues fixed:
22
+
23
+ - :issue:`SERVER-40361` Reduce memory footprint of plan cache entries
24
+ - :issue:`SERVER-46740` establishCursors() must always drain the
25
+ AsyncRequestsSender::_baton
26
+ - :issue:`SERVER-46876` During the eviction pressure, we should quit the
27
+ compact operation instead of crashing the process
28
+ - :issue:`SERVER-50305` ARS::next() does not respect OperationContext
29
+ deadline
30
+ - :issue:`SERVER-52879` Periodic operation latency spikes every 5
31
+ minutes due to closing idle cached WT sessions
32
+
33
+ - `All JIRA issues closed in 4.0.23
34
+ <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.0.23%27>`_
35
+
36
+ - :ref:`4.0.23-changelog`
37
+
16
38
.. _4.0.22-release-notes:
17
39
18
40
4.0.22 - Jan 4, 2021
You can’t perform that action at this time.
0 commit comments