Skip to content

Commit 91b0f4e

Browse files
(DOCS-15551): Finalize v4.4.16 changelogs (#1687)
1 parent 3abc799 commit 91b0f4e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

source/includes/changelogs/releases/4.4.16.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Sharding
1212
- :issue:`SERVER-58747` The ShardServerCatalogCacheLoader doesn't interrupt ongoing operations on step up
1313
- :issue:`SERVER-62656` Decouple mongos-to-config-server connection pool sizing from mongos-to-shard-server connection pool sizing
1414
- :issue:`SERVER-63243` Range deleter must not clean up orphan ranges in a round-robin fashion
15+
- :issue:`SERVER-67492` Failed chunk migrations can lead recipient shard to have divergent config.transactions records between primary and secondaries
1516

1617
Query
1718
~~~~~
@@ -38,16 +39,19 @@ Internals
3839
~~~~~~~~~
3940

4041
- :issue:`SERVER-52641` indexbg_restart_secondary.js should wait for all three index builds to start before restarting the secondary
42+
- :issue:`SERVER-58176` Mongos does not validate readConcern on insert/update/delete commands
4143
- :issue:`SERVER-59658` Improve logging to reflect that sharding metadata refresh waiting on replication
4244
- :issue:`SERVER-60334` Avoid caching the cursor and session in WiredTigerSizeStorer
4345
- :issue:`SERVER-60607` improve handling of large/NaN values for geo index version
46+
- :issue:`SERVER-60958` Avoid server hang in chunk migration when step-down event occurs
4447
- :issue:`SERVER-61321` Improve handling of large/NaN values for text index version
4548
- :issue:`SERVER-64244` RunDBCheckInBackground should be resilient to interrupts
4649
- :issue:`SERVER-64403` Find queries with SORT_MERGE collation-encode the missing sort attribute
4750
- :issue:`SERVER-64659` Report in serverStatus number of file descriptors used during index builds
4851
- :issue:`SERVER-64797` Use WT's new numerical timestamp API
4952
- :issue:`SERVER-65262` Expand usage of WT numerical timestamp API
5053
- :issue:`SERVER-65399` 'commitIndexBuild' oplog entry is a no-op for unfinished index builds not restarted
54+
- :issue:`SERVER-66310` Make ExpressionSetUnion::isCommutative() collation aware
5155
- :issue:`SERVER-66418` Bad projection created during dependency analysis due to string order assumption
5256
- :issue:`SERVER-66461` Run notarization earlier in the build process
5357
- :issue:`SERVER-66548` $lookup sequential cache can incorrectly treat a $facet as non-correlated
@@ -73,6 +77,7 @@ Internals
7377
- :issue:`SERVER-68359` [4.4] Prevent TTLMonitor from processing index if expireAfterSeconds is NaN
7478
- :issue:`SERVER-68418` [4.4] index_build_restart_secondary.js does not support single phase index builds
7579
- :issue:`SERVER-68487` add BSONElement method to check for NaN field values
80+
- :issue:`SERVER-68540` Add docker_incompatible tag for jscore tests
7681
- :issue:`SERVER-68574` Switch to the new logkeeper cluster
7782
- :issue:`WT-9029` Remove object_target_size option from WT_SESSION::create
7883
- :issue:`WT-9096` Fix search near returning wrong key/value sometimes when key doesn't exist

source/release-notes/4.4.txt

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

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

18-
4.4.16 - Upcoming
19-
~~~~~~~~~~~~~~~~~
18+
4.4.16 - Aug 19, 2022
19+
~~~~~~~~~~~~~~~~~~~~~
2020

2121
Issues fixed:
2222

0 commit comments

Comments
 (0)