Skip to content

Commit 9f84a92

Browse files
authored
DOCS-15134 4.2.19 changelogs (#725)
1 parent a430e20 commit 9f84a92

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.. _4.2.19-changelog:
2+
3+
4.2.19 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-26755` Collection chunk loading is aborted entirely if fetching all the chunks takes more than 30 seconds
10+
- :issue:`SERVER-45149` replSetStepDown command in txn_two_phase_commit_failover.js should not timeout
11+
- :issue:`SERVER-53335` Queries, updates, and deletes with non-"simple" collations may miss documents when using hashed sharding
12+
- :issue:`SERVER-59929` unexpected slower update/insert operation bease of splitchunk and moveChunk
13+
- :issue:`SERVER-60682` TransactionCoordinator may block acquiring WiredTiger write ticket to persist its decision, prolonging transactions being in the prepared state
14+
- :issue:`SERVER-61816` cancel_coordinate_txn_commit_with_tickets_exhausted.js can hang forever due to race condition between transaction reaper and transaction coordinator
15+
- :issue:`SERVER-61924` retryable_mongos_write_errors.js fails in 4.2 multiversion suites due to missing failpoint command in 4.0
16+
- :issue:`SERVER-62065` Upgrade path from 3.6 to 4.0 can leave chunk entries without history on the shards
17+
- :issue:`SERVER-62739` cancel_coordinate_txn_commit_with_tickets_exhausted.js test should not be run with the ephemeral storage engine
18+
- :issue:`SERVER-62906` Add a check in the createCollection/shardCollection path verifying the collection name length
19+
20+
Query
21+
~~~~~
22+
23+
- :issue:`SERVER-23664` $mod match expression should raise an error when the remainder is not a number
24+
- :issue:`SERVER-57588` Inconsistent query results when an array position is indexed whose value is an array
25+
- :issue:`SERVER-59754` Incorrect logging of queryHash/planCacheKey for operations that share the same $lookup shape
26+
- :issue:`SERVER-62147` Exhaust query using the OP_QUERY protocol is broken when more than one getMore batch is required
27+
28+
Aggregation
29+
~~~~~~~~~~~
30+
31+
:issue:`SERVER-44484` Changestream with updateLookup uasserts on updates from before collection was sharded
32+
33+
Storage
34+
~~~~~~~
35+
36+
:issue:`SERVER-55483` Add a new startup parameter that skips verifying the table log settings
37+
38+
Internals
39+
~~~~~~~~~
40+
41+
- :issue:`SERVER-51087` Add testing utility for creating an empty sharded collection with the specified bounds
42+
- :issue:`SERVER-53726` Platform Support: Remove RHEL6 zSeries
43+
- :issue:`SERVER-57312` Pin transitive Python dependencies and use the pinned file for installation in Evergreen
44+
- :issue:`SERVER-57676` Wait for a checkpoint before releasing the "hangOplogCapMaintainerThread" in oplog_rollover.js
45+
- :issue:`SERVER-60392` Fix timing in priority_takeover_two_nodes_equal_priority test.
46+
- :issue:`SERVER-60685` TransactionCoordinator may interrupt locally executing update with non-Interruption error category, leading to server crash
47+
- :issue:`SERVER-61662` SCons configure checks should always run with verbosity
48+
- :issue:`SERVER-61743` The -fno-builtin-memcmp flag shouldn't be applied except on x86_64 platforms
49+
- :issue:`SERVER-62005` [4.2] Add requires_document_locking to unique_index_insert_during_collection_scan.js
50+
- :issue:`SERVER-62164` Remove several obsoleted build variants across all stable branches
51+
- :issue:`SERVER-62320` (v4.2) Fix use after std::move in find command
52+
- :issue:`SERVER-62668` Synchronize access to ImpersonatedUserMetadata in OperationContext.
53+
- :issue:`SERVER-62825` Robustify causally_consistent_index_builds.js
54+
- :issue:`SERVER-63197` Pin microbenchmarks genny version
55+
- :issue:`SERVER-63203` Chunk splitter never splits if more than 8192 split points are found
56+
- :issue:`WT-7993` If gathering handles and not in aggressive eviction mode, have eviction sleep to let checkpoint grab a contentious spinlock.

source/release-notes/4.2-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.2.19.rst
14+
1315
.. include:: /includes/changelogs/releases/4.2.18.rst
1416

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

source/release-notes/4.2.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,30 @@ MongoDB 4.2 Released Aug 13, 2019
2020
Patch Releases
2121
--------------
2222

23+
.. _4.2.19-release-notes:
24+
25+
4.2.19 - Upcoming
26+
~~~~~~~~~~~~~~~~~
27+
28+
Issues fixed in 4.2.19:
29+
30+
- :issue:`SERVER-62065` Upgrade path from 3.6 to 4.0 can leave chunk
31+
entries without history on the shards
32+
- :issue:`SERVER-60685` TransactionCoordinator may interrupt locally
33+
executing update with non-Interruption error category, leading to
34+
server crash
35+
- :issue:`SERVER-60682` TransactionCoordinator may block acquiring
36+
WiredTiger write ticket to persist its decision, prolonging
37+
transactions being in the prepared state
38+
- :issue:`SERVER-53335` Queries, updates, and deletes with non-"simple"
39+
collations may miss documents when using hashed sharding
40+
- :issue:`SERVER-40691` $nin:[...] queries are not indexed
41+
42+
- `All JIRA issues closed in 4.2.19
43+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%274.2.19%27>`__
44+
45+
- :ref:`4.2.19-changelog`
46+
2347
.. _4.2.18-release-notes:
2448

2549
4.2.18 - Jan 6, 2022

0 commit comments

Comments
 (0)