Skip to content

Commit 3161bec

Browse files
authored
BACKPORT Docsp 35613 release notes 4.4.28 to 4.4 (#5916)
* 4.4.28 changelog & release notes (#5910) * 4.4.28 changelog & release notes * updated link * Updates snooty.toml
1 parent 3953351 commit 3161bec

File tree

4 files changed

+59
-1
lines changed

4 files changed

+59
-1
lines changed

snooty.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ latest-lts-version = "4.4"
206206
last-supported-version = "4.2"
207207
version-last = "4.2"
208208
version-dev = "4.3"
209-
release = "4.4.27"
209+
release = "4.4.28"
210210
pgp-version = "{+version+}"
211211
package-name-org = "mongodb-org"
212212
package-name-enterprise = "mongodb-enterprise"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.. _4.4.28-changelog:
2+
3+
4.4.28 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-82883` Recovering TransactionCoordinator on stepup may
10+
block acquiring read/write tickets while participants are in the
11+
prepared state
12+
- :issue:`SERVER-84459` [test-only bug] JumboChunksNotMovedRandom must
13+
keep chunk manager in scope in v4.4
14+
15+
Internals
16+
~~~~~~~~~
17+
18+
- :issue:`SERVER-77506` Sharded multi-document transactions can mismatch
19+
data and ShardVersion
20+
- :issue:`SERVER-80886` $out may fail with a StaleDbVersion after a
21+
movePrimary
22+
- :issue:`SERVER-82111` In sharded_agg_helpers.cpp move invariant below
23+
response status check
24+
- :issue:`SERVER-82365` Optimize the construction of the balancer's
25+
collection distribution status histogram (2nd attempt)
26+
- :issue:`SERVER-83485` Fix multikey-path serialization code used during
27+
validation
28+
- :issue:`SERVER-83494` [7.0] Fix range deleter unit test case
29+
- :issue:`SERVER-83830` On Enterprise build creating a collection in a
30+
replica set with the storageEngine.inMemory option breaks secondaries
31+
- :issue:`SERVER-84337` Backport new variants added to perf.yml over to
32+
sys-perf-7.0 and sys-perf-4.4
33+
- :issue:`SERVER-84353` The test for stepDown deadlock with read ticket
34+
exhaustion is flaky
35+
- :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
36+
checkpoint
37+

source/release-notes/4.4-changelog.txt

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

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

source/release-notes/4.4.txt

+19
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,25 @@ Release Notes for MongoDB 4.4
4242
Patch Releases
4343
--------------
4444

45+
.. _4.4.28-release-notes:
46+
47+
4.4.28 - Jan 18, 2023
48+
~~~~~~~~~~~~~~~~~~~~~
49+
50+
- :issue:`SERVER-77506` Sharded multi-document transactions can mismatch
51+
data and ShardVersion
52+
- :issue:`SERVER-82365` Optimize the construction of the balancer's
53+
collection distribution status histogram (2nd attempt)
54+
- :issue:`SERVER-82883` Recovering TransactionCoordinator on stepup may
55+
block acquiring read/write tickets while participants are in the
56+
prepared state
57+
- :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
58+
checkpoint
59+
- `All JIRA issues closed in 4.4.28
60+
<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.28>`_
61+
- :ref:`4.4.28-changelog`
62+
63+
4564
.. _4.4.27-release-notes:
4665

4766
4.4.27 - Jan 3, 2023

0 commit comments

Comments
 (0)