Skip to content

Commit f3d24ca

Browse files
(DOCS-15653): Finalize 4.4.17 release notes (#1914)
1 parent aa0aa56 commit f3d24ca

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

source/includes/changelogs/releases/4.4.17.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,33 @@ Sharding
1010
- :issue:`SERVER-56127` Retryable update may execute more than once if chunk is migrated and shard key pattern uses nested fields
1111
- :issue:`SERVER-63732` Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection command
1212
- :issue:`SERVER-64142` Add new enforceUniqueness to refineCollectionShardKey command
13+
- :issue:`SERVER-69220` refineCollectionShardKey permits toggling current shard key fields between range-based and hashed, leading to data inconsistency
1314
- :issue:`SERVER-69228` The chunk_migration_with_schema_validation.js fails multi version test suites (v4.4 and v4.2)
1415

16+
Operations
17+
~~~~~~~~~~
18+
19+
:issue:`SERVER-68548` mongo shell version 4.4.15 logging asio message despite --quiet flag
20+
1521
Internals
1622
~~~~~~~~~
1723

24+
- :issue:`SERVER-52676` Hedged reads should ignore stale errors
1825
- :issue:`SERVER-61275` Destruct the size storer after the session cache has shutdown
1926
- :issue:`SERVER-64573` Make implicitlyCreateIndex and enforceUniquenessCheck fields optional
2027
- :issue:`SERVER-64741` Create mongos appendOplogNote command
2128
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to reorder shard key fields
29+
- :issue:`SERVER-67465` Ensure timeouts do not fail hedged operations
2230
- :issue:`SERVER-68039` Old pymongo version 3.10.1 on MongoDB v5.0 causes Invariant failure (message.operation() == dbMsg) after connection reset by peer
31+
- :issue:`SERVER-68691` $graphLookup does not report variable references for 'restrictSearchWithMatch' filter
32+
- :issue:`SERVER-68694` Investigate the locking around the compact command
2333
- :issue:`SERVER-68766` Add option to re-enable single value MapReduce optimization
2434
- :issue:`SERVER-68925` Reintroduce check table logging settings at startup (revert SERVER-43664)
2535
- :issue:`SERVER-69268` Disable bypass compile during burn_in_tags_gen
36+
- :issue:`SERVER-69590` libunwind warnings on clang arm platforms
37+
- :issue:`SERVER-69611` Set the -ffp-contract=off compiler option by default
38+
- :issue:`WT-9302` Deprecated object_target_size as a config in api_data.py
39+
- :issue:`WT-9311` Ensure log messages clearly identify storage HW corruption
40+
- :issue:`WT-9477` Don't allow checkpoint triggering internal page split which leads to corrupted internal page in the checkpoint
41+
- :issue:`WT-9870` Fix updating pinned timestamp whenever oldest timestamp is updated during recovery
2642

source/release-notes/4.4.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ Patch Releases
1515

1616
.. _4.4.17-release-notes:
1717

18-
4.4.17 - Upcoming
19-
~~~~~~~~~~~~~~~~~
18+
4.4.17 - Sep 28, 2022
19+
~~~~~~~~~~~~~~~~~~~~~
2020

2121
Issues fixed:
2222

23-
24-
2523
- :issue:`SERVER-68925` Reintroduce check table logging settings at
2624
startup (revert :issue:`SERVER-43664`)
2725
- :issue:`SERVER-56127` Retryable update may execute more than once if

0 commit comments

Comments
 (0)