You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/changelogs/releases/6.0.1.rst
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,12 @@ Sharding
7
7
~~~~~~~~
8
8
9
9
- :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
12
10
- :issue:`SERVER-64340` Warn if balancer is disabled while draining shard
13
11
- :issue:`SERVER-67457` Resharding operation aborted in the midst of contacting participants may stall on config server primary indefinitely
14
12
- :issue:`SERVER-67477` Ensure range deletion index is created on addShard (6.0 only)
15
13
- :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
16
15
- :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
19
16
20
17
Query
21
18
~~~~~
@@ -28,6 +25,11 @@ Aggregation
28
25
29
26
:issue:`SERVER-68062` Multi-stage aggregations that use $geoNear may violate constraints.
30
27
28
+
Build and Packaging
29
+
~~~~~~~~~~~~~~~~~~~
30
+
31
+
:issue:`SERVER-66808` Remove undocumented fields from the change stream error
32
+
31
33
Internals
32
34
~~~~~~~~~
33
35
@@ -39,14 +41,14 @@ Internals
39
41
- :issue:`SERVER-64416` Have view creation return the same error as collection creation
40
42
- :issue:`SERVER-65006` Write conflict on commitIndexBuild oplog entry insertion can cause multikey to fail to be set
41
43
- :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
43
44
- :issue:`SERVER-65385` Disable signal processing for Google Microbenchmarks on DEBUG/Sanitizer variants
44
45
- :issue:`SERVER-65454` Retried findAndModify requests can slow log/profile into the wrong namespace
45
46
- :issue:`SERVER-65657` Reduce calls to the cappedInsertNotifier for the oplog
46
47
- :issue:`SERVER-65884` $lookup from time-series can place $sequentialCache after correlated $match
47
48
- :issue:`SERVER-66023` Do not constantly reset election and liveness timers
- :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
50
52
- :issue:`SERVER-66247` Refactor api_version jstests to pass view name to assertViewSucceedsWithAPIStrict helper
51
53
- :issue:`SERVER-66308` Restore views test for 'sbe' command to satisfy multiversion testing
52
54
- :issue:`SERVER-66310` Make ExpressionSetUnion::isCommutative() collation aware
@@ -57,8 +59,6 @@ Internals
57
59
- :issue:`SERVER-66548` $lookup sequential cache can incorrectly treat a $facet as non-correlated
58
60
- :issue:`SERVER-66651` Role "restore" not sufficient for mongorestore --preserveUUID
59
61
- :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
62
62
- :issue:`SERVER-66938` Drastically simplify command to generate ninja files
63
63
- :issue:`SERVER-66943` Do not run aggregation for orphans against oplog.rs for collstats
64
64
- :issue:`SERVER-66958` Handle potential multiple "processing" range deletions on step-up
@@ -67,7 +67,7 @@ Internals
67
67
- :issue:`SERVER-67122` Add warning when building with --module=ninja that it is deprecated
68
68
- :issue:`SERVER-67188` Use -large instance for replica_sets_jscore_passthrough on Windows
69
69
- :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
71
71
- :issue:`SERVER-67305` Lock-free reads setup should validate writes permitted before and after setting up snapshot.
72
72
- :issue:`SERVER-67377` Check whether $lookup pushdown feature availability on primary shard in mixed version cluster
73
73
- :issue:`SERVER-67390` backup_restore.js should check for code -SIGINT due to unclean SIGINT
@@ -87,15 +87,16 @@ Internals
87
87
- :issue:`SERVER-67683` Change some of the modes in fast and opt builds
88
88
- :issue:`SERVER-67690` Use mongo-task-generator that randomizes test order
89
89
- :issue:`SERVER-67700` limit does not get pushed to shards in search queries
90
+
- :issue:`SERVER-67717` ${suffix} is not set in push task
90
91
- :issue:`SERVER-67723` SessionCatalogMongoD reaper can interrupt expired internal transaction sessions for retryable writes that are still in use
91
92
- :issue:`SERVER-67800` [6.0] Exclude clustered_collection_*.js from multiversion suites
92
93
- :issue:`SERVER-67801` createIndexes should handle empty index specs on config.transactions
93
94
- :issue:`SERVER-67802` mongos count does not handle large values for skip
94
95
- :issue:`SERVER-67804` [6.0] Exclude dbstats.js from multiversion suites
95
96
- :issue:`SERVER-67845` Acquire critical section in rename "check preconditions" phase only if target not sharded
96
97
- :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
97
99
- :issue:`SERVER-67917` Use DBDirectClient in FLE count code path
98
-
- :issue:`SERVER-67939` run_dbcheck_background.js should be resilient to CappedPositionLost
99
100
- :issue:`SERVER-67992` Use operation timer tracker in fle mongos crud processing
100
101
- :issue:`SERVER-68016` Use little endian for deserializing data serialized by BufBuilder
101
102
- :issue:`SERVER-68041` Robustify merge_write_concern.js and add diagnostic log
@@ -110,10 +111,10 @@ Internals
110
111
- :issue:`SERVER-68354` Set whenToClean to now when marking range deletion task as processing
111
112
- :issue:`SERVER-68363` Mark 5.3 as EOL
112
113
- :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
113
115
- :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
115
116
- :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
0 commit comments