Skip to content

Commit f779746

Browse files
authored
DOCSP-34820 4.4.27 Release notes (#5574) (#5590)
1 parent 85becac commit f779746

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.. _4.4.27-changelog:
2+
3+
4.4.27 Changelog
4+
----------------
5+
6+
Internals
7+
~~~~~~~~~
8+
9+
- :issue:`SERVER-63865` Handle missing index idents during standalone
10+
startup recovery after unclean shutdown
11+
- :issue:`SERVER-77311` Add a new log message when a secondary node is
12+
skipping a two-phase index build with a subset of indexes built
13+
- :issue:`SERVER-81573` ExpressionNary::optimize crashes on initialized
14+
children in v4.4 and 5.0
15+
- :issue:`SERVER-81878` startupRecoveryForRestore may not play nicely
16+
with collection drop applied during startup recovery
17+
- :issue:`SERVER-82555` Use shallow clone to speed up performance tests
18+
- :issue:`SERVER-82708` Update variants used to performance test stable
19+
branches
20+
- :issue:`SERVER-82730` The validate cmd can invariant on corrupted
21+
keystrings
22+
- :issue:`SERVER-82825` Stop copybara service to sync
23+
- :issue:`SERVER-83161` Fix concurrent read to _errMsg from
24+
MigrationDestinationManager without acquiring mutex
25+
- :issue:`SERVER-83283` Modify copybara script to send slack message on
26+
failure
27+
- :issue:`SERVER-83354` Schedule copybara instance after each commit
28+
made
29+
- :issue:`SERVER-83592` Add resmoke flag --enable_enterprise_tests
30+
enable enterprise js tests
31+
- :issue:`SERVER-83735` Remove references to enterprise module dir as a
32+
repo
33+
- :issue:`SERVER-83771` [v4.4] Exclude
34+
missing_index_ident_standalone_drop.js from single phase index build
35+
variant
36+
- :issue:`SERVER-83908` [v4.4] Update 4.4 readme
37+
- :issue:`SERVER-83936` Fix waterfall burn in
38+
- :issue:`WT-11564` Fix RTS to read the newest transaction value only
39+
when it exists in the checkpoint
40+

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.27.rst
14+
1315
.. include:: /includes/changelogs/releases/4.4.26.rst
1416

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

source/release-notes/4.4.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,27 @@ Release Notes for MongoDB 4.4
4444
Patch Releases
4545
--------------
4646

47+
.. _4.4.27-release-notes:
48+
49+
4.4.27 - Upcoming
50+
~~~~~~~~~~~~~~~~~
51+
52+
- :issue:`SERVER-63865` Handle missing index idents during standalone startup
53+
recovery after unclean shutdown
54+
- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection version
55+
to be locally persisted before starting the cloning phase
56+
- :issue:`SERVER-81878` startupRecoveryForRestore may not play nicely with
57+
collection drop applied during startup recovery
58+
- :issue:`SERVER-82325` Config server could invariant during balancer round
59+
- :issue:`WT-11564` Fix RTS to read the newest transaction value only when it
60+
exists in the checkpoint
61+
62+
- `All JIRA issues closed in 4.4.27
63+
<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.27>`_
64+
65+
- :ref:`4.4.27-changelog`
66+
67+
4768
.. _4.4.26-release-notes:
4869

4970
4.4.26 - Nov 27, 2023

0 commit comments

Comments
 (0)