From e622b822db7a006979e60721e6920e393482bbd1 Mon Sep 17 00:00:00 2001 From: andf-mongodb Date: Thu, 29 Apr 2021 11:49:36 -0400 Subject: [PATCH] DOCS-14392 generate initial v4.2.14 changelog --- .../includes/changelogs/releases/4.2.14.rst | 62 +++++++++++++++++++ source/release-notes/4.2-changelog.txt | 2 + source/release-notes/4.2.txt | 23 +++++++ 3 files changed, 87 insertions(+) create mode 100644 source/includes/changelogs/releases/4.2.14.rst diff --git a/source/includes/changelogs/releases/4.2.14.rst b/source/includes/changelogs/releases/4.2.14.rst new file mode 100644 index 00000000000..162e7cbbbce --- /dev/null +++ b/source/includes/changelogs/releases/4.2.14.rst @@ -0,0 +1,62 @@ +.. _4.2.14-changelog: + +4.2.14 Changelog +---------------- + +Sharding +~~~~~~~~ + +:issue:`SERVER-52564` Deadlock between step down and MongoDOperationContextSession + +Replication +~~~~~~~~~~~ + +- :issue:`SERVER-50412` Change “not master” error messages to “not primary” +- :issue:`SERVER-50414` Change “not master or secondary; cannot currently read from this replSet member” to “not primary or secondary; cannot currently read from this replSet member” +- :issue:`SERVER-54180` ReplSetTest's stepUp function only waits 6 seconds for nodes to agree on primary +- :issue:`SERVER-55007` Deadlock between step down and MongoDOperationContextSession + +Query +~~~~~ + +:issue:`SERVER-54710` Large number of $or clauses can create profiling entry exceeding max BSON size, causing the query to fail when it should not + +Storage +~~~~~~~ + +:issue:`SERVER-44821` retrieving storage stats for currentOp blocked by slow oplog application + +Operations +~~~~~~~~~~ + +:issue:`SERVER-54770` Add /proc/meminfo MemAvailable to FTDC + +Build and Packaging +~~~~~~~~~~~~~~~~~~~ + +- :issue:`SERVER-54031` errorcodes.py doesn't check embedded C++ code in Python scripts +- :issue:`SERVER-54057` Mongodb-org-server el8 package has dependency on python2 +- :issue:`SERVER-54386` mongodb 3.6.22 install fails if systemctl daemon is not running +- :issue:`SERVER-55067` Migrate Windows builds to VS Current distro + +Internals +~~~~~~~~~ + +- :issue:`SERVER-5722` Support a 'sort' field in ops array for JS Benchmarking Harness +- :issue:`SERVER-42944` scons compiledb exits with a stack trace +- :issue:`SERVER-49054` Server MSI should install Compass instead of Compass Community +- :issue:`SERVER-51465` Update package tests after compass installer update +- :issue:`SERVER-52610` Verify installation prefix is added to correct location in the RPM +- :issue:`SERVER-52833` Capped collections can contain too many documents after replication recovery +- :issue:`SERVER-52953` $geoNear does not always match coordinate given to 'near' when maxDistance is set to 0 +- :issue:`SERVER-53566` Investigate and reproduce "opCtx != nullptr && _opCtx == nullptr" invariant +- :issue:`SERVER-54136` Make the authenticate command respect enforceUserClusterSeparation +- :issue:`SERVER-55038` Collect data files if zbigMapReduce.js fails +- :issue:`SERVER-55189` Call awaitReplication() before returning from syncFrom() in rslib.js +- :issue:`SERVER-55225` [v4.2] Collect data files for incremental_backup_rollback.js +- :issue:`SERVER-55395` 4.0.23 does not build with gcc 10 +- :issue:`SERVER-55602` Relax non-read-only invariant in WiredTigerKVEngine::makeTemporaryRecordStore when recoverToOplogTimestamp is specified +- :issue:`SERVER-55753` Use w: majority for createCollection command in transactions_committed_with_tickets_exhausted.js +- :issue:`SERVER-56371` Upgrade timelib to 2021.06 +- :issue:`WT-7373` Improve slow random cursor operations on oplog + diff --git a/source/release-notes/4.2-changelog.txt b/source/release-notes/4.2-changelog.txt index 3562f4443ec..ae690761972 100644 --- a/source/release-notes/4.2-changelog.txt +++ b/source/release-notes/4.2-changelog.txt @@ -10,6 +10,8 @@ :depth: 1 :class: singlecol +.. include:: /includes/changelogs/releases/4.2.14.rst + .. include:: /includes/changelogs/releases/4.2.13.rst .. include:: /includes/changelogs/releases/4.2.12.rst diff --git a/source/release-notes/4.2.txt b/source/release-notes/4.2.txt index c059c45d9ec..256e29b4585 100644 --- a/source/release-notes/4.2.txt +++ b/source/release-notes/4.2.txt @@ -13,6 +13,29 @@ Release Notes for MongoDB 4.2 Minor Releases -------------- +.. _4.2.14-release-notes: + +4.2.14 - Upcoming +~~~~~~~~~~~~~~~~~ + +Issues fixed in 4.2.14: + + +- :issue:`SERVER-54710`: Large number of $or clauses can create profiling entry exceeding max BSON size, causing the query to fail when it should not + +- :issue:`SERVER-54136`: Make the authenticate command respect enforceUserClusterSeparation + +- :issue:`SERVER-53566`: Investigate and reproduce "opCtx != nullptr && _opCtx == nullptr" invariant + +- :issue:`SERVER-52564`: Deadlock between step down and MongoDOperationContextSession + +- :issue:`WT-7373`: Improve slow random cursor operations on oplog + +- `All JIRA issues closed in 4.2.14 + `__ + +- :ref:`4.2.14-changelog` + .. _4.2.13-release-notes: 4.2.13 - Mar 19, 2021