Skip to content

Commit b660bd8

Browse files
(DOCS-15550): Finalize v6.0.1 changelogs (#1690)
1 parent 33769d2 commit b660bd8

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ package-name-enterprise = "mongodb-enterprise"
226226
package-name = "mongodb"
227227
version = "6.0"
228228
latest-lts-version = "6.0"
229-
release = "6.0.0"
229+
release = "6.0.1"
230230
version-dev = "6.0"
231231
pgp-version = "{+version+}"
232232
rsa-key = "4B7C549A058F8B6B"

source/includes/changelogs/releases/6.0.1.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ Sharding
77
~~~~~~~~
88

99
- :issue:`SERVER-57519` Make ARS use causally consistent ShardRegistry::getShard() function
10-
- :issue:`SERVER-61035` Increase zones in 'resharding_large_number_of_initial_chunks.js' to 175,000
11-
- :issue:`SERVER-61985` resharding_coordinator_recovers_abort_decision.js may report resharding operation as succeeding due to primary shard retrying _configsvrReshardCollection and running a second resharding operation
1210
- :issue:`SERVER-64340` Warn if balancer is disabled while draining shard
1311
- :issue:`SERVER-67457` Resharding operation aborted in the midst of contacting participants may stall on config server primary indefinitely
1412
- :issue:`SERVER-67477` Ensure range deletion index is created on addShard (6.0 only)
1513
- :issue:`SERVER-67492` Failed chunk migrations can lead recipient shard to have divergent config.transactions records between primary and secondaries
14+
- :issue:`SERVER-67535` move_chunk_large_chunk_map_workloads no longer reports timing breakdown of chunk migration due to server logging changes
1615
- :issue:`SERVER-68431` resharding_test_fixture doesn't configure failpoints for all nodes of config server
17-
- :issue:`SERVER-68495` Resharding a collection with a very large number of zones configured may stall on config server primary indefinitely
18-
- :issue:`SERVER-68628` Retrying a failed resharding operation after a primary failover can lead to server crash or lost writes
1916

2017
Query
2118
~~~~~
@@ -28,6 +25,11 @@ Aggregation
2825

2926
:issue:`SERVER-68062` Multi-stage aggregations that use $geoNear may violate constraints.
3027

28+
Build and Packaging
29+
~~~~~~~~~~~~~~~~~~~
30+
31+
:issue:`SERVER-66808` Remove undocumented fields from the change stream error
32+
3133
Internals
3234
~~~~~~~~~
3335

@@ -39,14 +41,14 @@ Internals
3941
- :issue:`SERVER-64416` Have view creation return the same error as collection creation
4042
- :issue:`SERVER-65006` Write conflict on commitIndexBuild oplog entry insertion can cause multikey to fail to be set
4143
- :issue:`SERVER-65262` Expand usage of WT numerical timestamp API
42-
- :issue:`SERVER-65317` mongod removes connection from connection pool after running simple $search query
4344
- :issue:`SERVER-65385` Disable signal processing for Google Microbenchmarks on DEBUG/Sanitizer variants
4445
- :issue:`SERVER-65454` Retried findAndModify requests can slow log/profile into the wrong namespace
4546
- :issue:`SERVER-65657` Reduce calls to the cappedInsertNotifier for the oplog
4647
- :issue:`SERVER-65884` $lookup from time-series can place $sequentialCache after correlated $match
4748
- :issue:`SERVER-66023` Do not constantly reset election and liveness timers
4849
- :issue:`SERVER-66027` Speedup tenant migration JS tests
4950
- :issue:`SERVER-66034` backports_required_for_multiversion_tests.yml is not blacklisting tenant migration tests from running on multiversion test suites
51+
- :issue:`SERVER-66246` Optimize Tenant Migration Concurrent test runtime
5052
- :issue:`SERVER-66247` Refactor api_version jstests to pass view name to assertViewSucceedsWithAPIStrict helper
5153
- :issue:`SERVER-66308` Restore views test for 'sbe' command to satisfy multiversion testing
5254
- :issue:`SERVER-66310` Make ExpressionSetUnion::isCommutative() collation aware
@@ -57,8 +59,6 @@ Internals
5759
- :issue:`SERVER-66548` $lookup sequential cache can incorrectly treat a $facet as non-correlated
5860
- :issue:`SERVER-66651` Role "restore" not sufficient for mongorestore --preserveUUID
5961
- :issue:`SERVER-66658` Shard registry might be accessed before initialization
60-
- :issue:`SERVER-66726` Fix serialization in killAllSessionsByPattern
61-
- :issue:`SERVER-66841` LOGV2: invalid JSON when truncation happens at a backslash character
6262
- :issue:`SERVER-66938` Drastically simplify command to generate ninja files
6363
- :issue:`SERVER-66943` Do not run aggregation for orphans against oplog.rs for collstats
6464
- :issue:`SERVER-66958` Handle potential multiple "processing" range deletions on step-up
@@ -67,7 +67,7 @@ Internals
6767
- :issue:`SERVER-67122` Add warning when building with --module=ninja that it is deprecated
6868
- :issue:`SERVER-67188` Use -large instance for replica_sets_jscore_passthrough on Windows
6969
- :issue:`SERVER-67227` Insert with collectionUUID could implicitly create a collection if command failed with collectionUUIDMismatch
70-
- :issue:`SERVER-67296` Mark the OpCtx of the configsvr commands used to commit chunk-related DDL ops as interruptible
70+
- :issue:`SERVER-67259` Change sleep for assert.soon in ttl_deletes_not_targeting_orphaned_documents.js
7171
- :issue:`SERVER-67305` Lock-free reads setup should validate writes permitted before and after setting up snapshot.
7272
- :issue:`SERVER-67377` Check whether $lookup pushdown feature availability on primary shard in mixed version cluster
7373
- :issue:`SERVER-67390` backup_restore.js should check for code -SIGINT due to unclean SIGINT
@@ -87,15 +87,16 @@ Internals
8787
- :issue:`SERVER-67683` Change some of the modes in fast and opt builds
8888
- :issue:`SERVER-67690` Use mongo-task-generator that randomizes test order
8989
- :issue:`SERVER-67700` limit does not get pushed to shards in search queries
90+
- :issue:`SERVER-67717` ${suffix} is not set in push task
9091
- :issue:`SERVER-67723` SessionCatalogMongoD reaper can interrupt expired internal transaction sessions for retryable writes that are still in use
9192
- :issue:`SERVER-67800` [6.0] Exclude clustered_collection_*.js from multiversion suites
9293
- :issue:`SERVER-67801` createIndexes should handle empty index specs on config.transactions
9394
- :issue:`SERVER-67802` mongos count does not handle large values for skip
9495
- :issue:`SERVER-67804` [6.0] Exclude dbstats.js from multiversion suites
9596
- :issue:`SERVER-67845` Acquire critical section in rename "check preconditions" phase only if target not sharded
9697
- :issue:`SERVER-67885` shardCollection with a mismatched UUID on a capped collection will fail first with InvalidOptions
98+
- :issue:`SERVER-67911` Random distribution of test data in accumulator_fix_last_[continuous|lts].js can cause occasional test failure
9799
- :issue:`SERVER-67917` Use DBDirectClient in FLE count code path
98-
- :issue:`SERVER-67939` run_dbcheck_background.js should be resilient to CappedPositionLost
99100
- :issue:`SERVER-67992` Use operation timer tracker in fle mongos crud processing
100101
- :issue:`SERVER-68016` Use little endian for deserializing data serialized by BufBuilder
101102
- :issue:`SERVER-68041` Robustify merge_write_concern.js and add diagnostic log
@@ -110,10 +111,10 @@ Internals
110111
- :issue:`SERVER-68354` Set whenToClean to now when marking range deletion task as processing
111112
- :issue:`SERVER-68363` Mark 5.3 as EOL
112113
- :issue:`SERVER-68405` Constant Nothing in $group's _id expression should be converted to null in $group SBE stage builder
114+
- :issue:`SERVER-68443` InternalTransactionChunkMigrationTest and RetryableInternalTransactionTest fixtures should retry internal transactions on all transient errors
113115
- :issue:`SERVER-68463` [6.0] replsets/profile.js fails to set log level in replica_sets_multiversion suite
114-
- :issue:`SERVER-68479` collMod coordiantor V2 must block migration on bucket nss
115116
- :issue:`SERVER-68487` add BSONElement method to check for NaN field values
116-
- :issue:`SERVER-68511` MovePrimary update of config.databases entry must use dotted fields notation
117+
- :issue:`SERVER-68511` movePrimary might introduce sharding metadata inconsistency in MongoDB 5.0+
117118
- :issue:`SERVER-68513` The _configsvrRunRestore command should restore databases with unsharded collections
118119
- :issue:`SERVER-68526` Use mongo-task-generator that generates tasks separately for Windows, MacOS, Linux distro groups
119120
- :issue:`SERVER-68574` Switch to the new logkeeper cluster

source/release-notes/6.0.txt

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

3333
.. _6.0.1-release-notes:
3434

35-
6.0.1 - Upcoming
36-
~~~~~~~~~~~~~~~~
35+
6.0.1 - Aug 19, 2022
36+
~~~~~~~~~~~~~~~~~~~~
3737

3838
Issues fixed:
3939

0 commit comments

Comments
 (0)