Skip to content

Commit 944f767

Browse files
DOCS-15845 4.4.19 Release Notes (#2460)
* DOCS-15845 4.4.19 Release Notes * top 5 * date * BE * changelog * Update source/release-notes/4.4.txt Co-authored-by: Jeff Allen <[email protected]> --------- Co-authored-by: Jeff Allen <[email protected]>
1 parent a416eab commit 944f767

File tree

3 files changed

+135
-0
lines changed

3 files changed

+135
-0
lines changed
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
.. _4.4.19-changelog:
2+
3+
4.4.19 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-68361` LogTransactionOperationsForShardingHandler::commit
10+
misses transferring documents from prepared and non-prepared
11+
transactions changing a document's shard key value
12+
13+
Storage
14+
~~~~~~~
15+
16+
:issue:`SERVER-30888` Have FTDC code paths obtain locks with a timeout.
17+
18+
Operations
19+
~~~~~~~~~~
20+
21+
- :issue:`SERVER-67704` Add count of cpu sockets to FTDC metadata
22+
- :issue:`SERVER-67705` Add count of NUMA zones to FTDC metadata
23+
24+
Internals
25+
~~~~~~~~~
26+
27+
- :issue:`SERVER-61032` Convert all references to
28+
``/opt/mongodbtoolchain/gdb`` to a versioned equivalent
29+
- :issue:`SERVER-63271` serverStatus can fail the server
30+
- :issue:`SERVER-65259` Cursor leak in aggregation that requires merging
31+
on shard
32+
- :issue:`SERVER-67795` Add serverstatus tracking to know how many users
33+
use updateMany and DeleteMany
34+
- :issue:`SERVER-68122` Investigate replicating the collection
35+
WiredTiger config string during initial sync
36+
- :issue:`SERVER-68126` Check for negative maxChunkSize input value in
37+
AutoSplitVector
38+
- :issue:`SERVER-68576` We need to know how many sharded collections
39+
exist in a cluster
40+
- :issue:`SERVER-68901` Incorrect $elemMatch query analysis in
41+
mongocryptd if document contains 2 different fields with the same name
42+
- :issue:`SERVER-69001` Initial sync should set the minValid document to
43+
the "stopTimestamp"
44+
- :issue:`SERVER-69944` Resmoke's globstar.py does not properly parse *
45+
before **
46+
- :issue:`SERVER-70084` update change stream multiversion tests for 4.4
47+
to consider per shard cursors
48+
- :issue:`SERVER-70235` Don't create range deletion documents upon
49+
v4.2-v4.4 upgrade in case of collection uuid mismatch
50+
- :issue:`SERVER-70394` Fix self-swap in
51+
MultiPlanStage::removeRejectedPlans
52+
- :issue:`SERVER-70553` Add module support to the mongo test runner
53+
- :issue:`SERVER-70594` Add updated build variants to sys-perf
54+
- :issue:`SERVER-70971` [v4.4] Backport skipping RSTL lock in
55+
serverStatus
56+
- :issue:`SERVER-71191` Deadlock between index build setup, prepared
57+
transaction, and stepdown
58+
- :issue:`SERVER-71388` [v4.4] Add bsonUnorderedFieldsCompare
59+
- :issue:`SERVER-71424` Fix failures in lint_fuzzer_sanity
60+
- :issue:`SERVER-71436` Range deleter must not aggressively spam the log
61+
when shard key index not found
62+
- :issue:`SERVER-71449` Fix log_successs_msg: not found in init.d on
63+
debian
64+
- :issue:`SERVER-71471` Improve jstestfuzz deployment to work with new
65+
node run/install
66+
- :issue:`SERVER-71533` Update legacy task generation to use new test
67+
stats location
68+
- :issue:`SERVER-71534` lint_fuzzer_sanity_all regression caused by
69+
running multiple instances of npm
70+
- :issue:`SERVER-71623` Temporary disable lint_fuzzer_sanity_patch
71+
- :issue:`SERVER-71624` Remove lint_fuzzer_sanity_patch in favor of
72+
lint_fuzzer_sanity_all
73+
- :issue:`SERVER-71759` dataSize command doesn't yield
74+
- :issue:`SERVER-71769` Add a new log message when a secondary node is
75+
skipping a two-phase index build
76+
- :issue:`SERVER-71772` Update ARM builds to target armv8.2-a on older
77+
branches
78+
- :issue:`SERVER-71875` Stop run jstestfuzz on rhel62
79+
- :issue:`SERVER-72136` Cast 'numShardedCollections' to 'size_t' in
80+
sharding_server_status.cpp
81+
- :issue:`SERVER-72143` Fix sys-perf logkeeper links on 5.0 and 4.4
82+
- :issue:`SERVER-72170` Remove sys-perf 1 day history variant from
83+
sys-perf-4.4
84+
- :issue:`SERVER-72222` MapReduce with single reduce optimization fails
85+
when merging results in sharded cluster
86+
- :issue:`SERVER-72223` Disallow majority reads from
87+
reads_during_catchup.js for ephemeralForTest in 4.4
88+
- :issue:`SERVER-72288` microbenchmark tests fail after "Enable M1 Mac
89+
support for DSI"
90+
- :issue:`SERVER-72294` Upgrade all uses of sus12 to suse12-sp5
91+
- :issue:`SERVER-72535` Sharded clusters allow creating the 'admin',
92+
'local', and 'config' databases with alternative casings
93+
- :issue:`SERVER-73183`
94+
WiredTigerKVEngine::getSanitizedStorageOptionsForSecondaryReplication
95+
should skip inMemory
96+
- :issue:`SERVER-73256` [v4.4] Disable
97+
rolling_index_builds_interrupted.js from running on single phase index
98+
build variants
99+
- :issue:`WT-8234` Prevent eviction of internal pages while reconciling
100+
leaf pages which could refer to their memory
101+
- :issue:`WT-9323` Fix a race tracking whether a tree has updates after
102+
a checkpoint
103+
- :issue:`WT-9599` Acquire the hot backup lock to call fallocate in the
104+
block manager
105+
- :issue:`WT-9763` Return EBUSY if the time window of inserting record
106+
does not match with history store time window
107+
- :issue:`WT-10291` Ensure failure configs task executes test format
108+
once per configuration.
109+

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

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

source/release-notes/4.4.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,30 @@ Release Notes for MongoDB 4.4
1313
Patch Releases
1414
--------------
1515

16+
.. _4.4.19-release-notes:
17+
18+
4.4.19 - Jan 31, 2023
19+
~~~~~~~~~~~~~~~~~~~~~
20+
21+
Issues fixed:
22+
23+
- :issue:`SERVER-68122` Investigate replicating the collection
24+
WiredTiger config string during initial sync
25+
- :issue:`SERVER-71759` dataSize command doesn't yield
26+
- :issue:`SERVER-72222` MapReduce with single reduce optimization fails
27+
when merging results in sharded cluster
28+
- :issue:`SERVER-72535` Sharded clusters allow creating the 'admin',
29+
'local', and 'config' databases with alternative casings
30+
- :issue:`SERVER-70235` Don't create range deletion documents upon
31+
v4.2-v4.4 upgrade in case of collection uuid mismatch
32+
- :issue:`WT-9599` Acquire the hot backup lock to call fallocate in
33+
the block manager
34+
35+
- `All JIRA issues closed in 4.4.19
36+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.4.19%27>`_
37+
38+
- :ref:`4.4.19-changelog`
39+
1640
.. _4.4.18-release-notes:
1741

1842
4.4.18 - Nov 21, 2022

0 commit comments

Comments
 (0)