Skip to content

Commit 8bb00de

Browse files
authored
DOCSP-34331 4.4.26 Release Notes (#5293) (#5308)
* DOCSP-34331 4.4.26 Release Notes * add changelog
1 parent 277b68a commit 8bb00de

File tree

3 files changed

+100
-0
lines changed

3 files changed

+100
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
.. _4.4.26-changelog:
2+
3+
4.4.26 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-50792` Return more useful errors when a shard key index
10+
can't be found for shardCollection/refineCollectionShardKey
11+
- :issue:`SERVER-76056` countDocsDeletedOnDonor name is misleading
12+
- :issue:`SERVER-80236` Race in migration source registration and
13+
capturing writes for xferMods for deletes
14+
15+
Internals
16+
~~~~~~~~~
17+
18+
- :issue:`SERVER-63493` update-shard-key tests failing due to
19+
transaction lock timeouts
20+
- :issue:`SERVER-71053` Fix dataSize can be negative and incorrect on
21+
rollback
22+
- :issue:`SERVER-72532` CommandNotFound: no such command: 'shardVersion'
23+
- :issue:`SERVER-73470` Log index inconsistencies detected by queries in
24+
the health log
25+
- :issue:`SERVER-73497` Create an interface for the HealthLog
26+
- :issue:`SERVER-74303` Add a sizeStorer call to the onRollback handler
27+
for dataSize and numRecords changes
28+
- :issue:`SERVER-76341` Add range deletion throughput statistic
29+
- :issue:`SERVER-78384` mongos should allow --port 0
30+
- :issue:`SERVER-78687` Set up copybara syncing between 10gen/mongo and
31+
10gen/mongo-copybara
32+
- :issue:`SERVER-79471` Mirrored reads should include databaseVersion in
33+
addition to shardVersion
34+
- :issue:`SERVER-79926` Investigate OCSP failure possibilities
35+
- :issue:`SERVER-80021` Make $convert round-trip correctly between
36+
double and string
37+
- :issue:`SERVER-80157` ExclusionProjectionExecutor forces Document
38+
cache to load excluded fields
39+
- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection
40+
version to be locally persisted before starting the cloning phase
41+
- :issue:`SERVER-81202` Use host environment when signing
42+
- :issue:`SERVER-81242` [v4.4] Improving interoperability between
43+
flushRouterConfig and CatalogCache refreshes
44+
- :issue:`SERVER-81320` Update benchmarks_orphaned and
45+
benchmarks_sharding on v4.4
46+
- :issue:`SERVER-81431` Add canaries_only task to older mongo branches
47+
- :issue:`SERVER-81904` Address test-only issue in UpdateChunkMapRandom
48+
unit test
49+
- :issue:`SERVER-81949` Sync from 10gen/mongo to mongodb/mongo on v4.4
50+
with copybara
51+
- :issue:`SERVER-81966` Avoid modification of previous ChunkMap
52+
instances during refresh
53+
- :issue:`SERVER-81985` FlushRoutingTableCacheUpdates command should not
54+
be allowed on databases
55+
- :issue:`SERVER-82043` Enhancement of Commit Message Validation for
56+
10gen/mongo Commits
57+
- :issue:`SERVER-82325` Config server could invariant during balancer
58+
round
59+
- :issue:`SERVER-82391` [v4.4] Only allow github Apps Copybara Syncer:
60+
10gen-to-Mongodb to syncs new commits to mongodb/mongo
61+
- :issue:`SERVER-82449` [v4.4] Optimize copybara sync behavior for
62+
specific no-change scenarios
63+
- :issue:`SERVER-82825` Stop copybara service to sync
64+
- :issue:`WT-7492` Ignore the evict drain wait msg in stdout.txt for
65+
test_cursor_random
66+
- :issue:`WT-10380` Fix expected warning output in test_cursor_random:
67+
Eviction took more than 1 minute
68+
- :issue:`WT-10424` cursor::search_near slow performance if many deleted
69+
items are present
70+
- :issue:`WT-10432` Fix expected warning output for test_hs20 on macos
71+
- :issue:`WT-11168` Remove the page image reuse logic
72+
- :issue:`WT-11221` Python tests fails due to unexpected "Eviction took
73+
more than 1 minute" warning in standard output
74+
- :issue:`WT-11584` Fix test_checkpoint_stats test
75+

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

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

source/release-notes/4.4.txt

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

47+
.. _4.4.26-release-notes:
48+
49+
4.4.26 - Upcoming
50+
~~~~~~~~~~~~~~~~~
51+
52+
Issues fixed:
53+
54+
- :issue:`SERVER-50792` Return more useful errors when a shard key index can't
55+
be found for shardCollection or refineCollectionShardKey
56+
- :issue:`SERVER-80021` Make $convert round-trip correctly between double and
57+
string
58+
- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection version
59+
to be locally persisted before starting the cloning phase
60+
- :issue:`SERVER-81966` Avoid modification of previous ChunkMap instances
61+
during refresh
62+
- :issue:`WT-10424` cursor::search_near slow performance if many deleted items
63+
are present
64+
65+
- `All JIRA issues closed in 4.4.26
66+
<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.26>`_
67+
68+
- :ref:`4.4.26-changelog`
69+
4770
.. _4.4.25-release-notes:
4871

4972
4.4.25 - Sep 29, 2023

0 commit comments

Comments
 (0)