File tree Expand file tree Collapse file tree 3 files changed +58
-0
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -44,6 +44,25 @@ Release Notes for MongoDB 4.4
4444Patch Releases
4545--------------
4646
47+ .. _4.4.28-release-notes:
48+
49+ 4.4.28 - Jan 18, 2023
50+ ~~~~~~~~~~~~~~~~~~~~~
51+
52+ - :issue:`SERVER-77506` Sharded multi-document transactions can mismatch
53+ data and ShardVersion
54+ - :issue:`SERVER-82365` Optimize the construction of the balancer's
55+ collection distribution status histogram (2nd attempt)
56+ - :issue:`SERVER-82883` Recovering TransactionCoordinator on stepup may
57+ block acquiring read/write tickets while participants are in the
58+ prepared state
59+ - :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
60+ checkpoint
61+ - `All JIRA issues closed in 4.4.28
62+ <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>`_
63+ - :ref:`4.4.28-changelog`
64+
65+
4766.. _4.4.27-release-notes:
4867
49684.4.27 - Jan 3, 2023
You can’t perform that action at this time.
0 commit comments