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.2.rst
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,37 @@
3
3
6.0.2 Changelog
4
4
---------------
5
5
6
+
Security
7
+
~~~~~~~~
8
+
9
+
:issue:`SERVER-66554` Make FLE2 suites work with stepdown and kill_primary suites
10
+
6
11
Sharding
7
12
~~~~~~~~
8
13
9
14
- :issue:`SERVER-61035` Increase zones in 'resharding_large_number_of_initial_chunks.js' to 175,000
10
15
- :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
16
+
- :issue:`SERVER-66331` Additional $searchMeta test coverage
11
17
- :issue:`SERVER-67193` Ensure Coordinator Began Resharding Before setFCV in setfcv_reshard_collection.js
18
+
- :issue:`SERVER-68094` Resharding with custom generated _id fails with projection error
19
+
- :issue:`SERVER-68139` Resharding command fails if the projection sort is bigger than 100MB
12
20
- :issue:`SERVER-68495` Resharding a collection with a very large number of zones configured may stall on config server primary indefinitely
13
21
- :issue:`SERVER-68628` Retrying a failed resharding operation after a primary failover can lead to server crash or lost writes
14
22
- :issue:`SERVER-68728` Add addl. activation condition for interruptBeforeProcessingPrePostImageOriginatingOp fail point
15
23
- :issue:`SERVER-68869` A retry of _configSvrReshardCollection can succeed causing resharding_coordinator_recovers_abort_decision.js to fail
24
+
- :issue:`SERVER-68890` Remove error code conversions in the MigrationSourceManager commit path
25
+
- :issue:`SERVER-69220` refineCollectionShardKey permits toggling current shard key fields between range-based and hashed, leading to data inconsistency
:issue:`SERVER-68548` mongo shell version 4.4.15 logging asio message despite --quiet flag
16
32
17
33
Internals
18
34
~~~~~~~~~
19
35
36
+
- :issue:`SERVER-60551` Occasionally getting "Initialized wire specification" when connecting
20
37
- :issue:`SERVER-61281` Fix underflow when accounting for Document size in query memory tracker
21
38
- :issue:`SERVER-63191` Create Task that Generates Version Metadata Earlier
22
39
- :issue:`SERVER-63843` Don't allow recursive doLog in synchronous signal handlers
@@ -25,45 +42,78 @@ Internals
25
42
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to reorder shard key fields
26
43
- :issue:`SERVER-65435` Config fuzzer can set eviction trigger lower than amount of dirty data a single operation may generate
27
44
- :issue:`SERVER-65781` Have shell fixtures be symbolized
45
+
- :issue:`SERVER-66436` Fix initialisation error in DConcurrencyTest benchmarks
28
46
- :issue:`SERVER-66613` Send binary version instead of evergreen version to symbolizer service
29
47
- :issue:`SERVER-66726` Fix serialization in killAllSessionsByPattern
30
48
- :issue:`SERVER-66794` Add an in-memory flag for TS collections having dates outside years 1970-2038
31
49
- :issue:`SERVER-66804` Remove check_binary_version from test setup
32
50
- :issue:`SERVER-66841` LOGV2: invalid JSON when truncation happens at a backslash character
33
51
- :issue:`SERVER-67126` Remove LOGV2 call from printStackTrace no-LOGV2 codepath
52
+
- :issue:`SERVER-67239` Improve timeout handling in set_audit_config test
34
53
- :issue:`SERVER-67280` Ensure HealthObserver::periodicCheckImpl() implementations handle exceptions and return an appropriate failing health check status when one occurs
35
54
- :issue:`SERVER-67296` Mark the OpCtx of the configsvr commands used to commit chunk-related DDL ops as interruptible
36
55
- :issue:`SERVER-67385` Range deletion tasks may be wrongly scheduled before ongoing queries on range finish on a shard primary
56
+
- :issue:`SERVER-67402` Linearizable reads can occasionally read with wrong read source
57
+
- :issue:`SERVER-67538` Multi-doc transactions should fail if on an old, incompatible snapshot
37
58
- :issue:`SERVER-67605` Make retryable_findAndModify_commit_and_abort_prepared_txns_after_failover_and_restart.js not test restart with a 1-node shard
38
59
- :issue:`SERVER-67650` Resharding recipient can return remainingOperationTimeEstimatedSecs=0 when the oplog applier hasn't caught up with the oplog fetcher
60
+
- :issue:`SERVER-67653` Resharding coordinator can incorrectly conclude that it can start the critical section although on one recipient the oplog applier hasn't caught up with the oplog fetcher
39
61
- :issue:`SERVER-67666` Allow watching system.buckets collections in full cluster change streams
40
62
- :issue:`SERVER-67679` Concurrent collection drops can return NamespaceNotFound instead of CollectionUUIDMismatch
63
+
- :issue:`SERVER-67725` Check catalog consistency on shards as precondition for rename
41
64
- :issue:`SERVER-67728` Use FeatureFlagUtil in timeseries jstests
65
+
- :issue:`SERVER-67787` Retry mutation ops in auth concurrency tests
42
66
- :issue:`SERVER-67814` Track the number of time-series collections with dates outside 1970-2038 in serverStatus
67
+
- :issue:`SERVER-67846` Tests relying on featureFlagCollModIndexUnique should check FCV 60
43
68
- :issue:`SERVER-67909` Skip dropping a non-existent temp ECOC collection in the compact coordinator
69
+
- :issue:`SERVER-67916` Race during stepdown can trigger invariant in ReshardingMetrics
44
70
- :issue:`SERVER-67939` run_dbcheck_background.js should be resilient to CappedPositionLost
71
+
- :issue:`SERVER-68003` Make experiment_unified_ninja.vars the default
45
72
- :issue:`SERVER-68126` Check for negative maxChunkSize input value in AutoSplitVector
46
73
- :issue:`SERVER-68207` Add collStats for system collections to clusterMonitor role
47
74
- :issue:`SERVER-68399` Fix parsing of safeint version numbers in blackduck_hub.py
48
75
- :issue:`SERVER-68441` collection_uuid_index_commands.js not robust to failover
49
76
- :issue:`SERVER-68461` Persist the result of the doCompactOperation in the Pre-6.1-compatible compaction coordinator
50
77
- :issue:`SERVER-68465` selinux tests fail due to journal.enabled parameter
51
78
- :issue:`SERVER-68475` Find solution to relocation overflow in static builds
79
+
- :issue:`SERVER-68477` Improve NaN-handling for expireAfterSeconds TTL index parameter
52
80
- :issue:`SERVER-68479` collMod coordiantor V2 must block migration on bucket nss
53
81
- :issue:`SERVER-68521` Restore timeout in awaitdata_getmore.js
54
82
- :issue:`SERVER-68540` Add docker_incompatible tag for jscore tests
55
83
- :issue:`SERVER-68568` future_git_tag should override MONGO_VERSION
84
+
- :issue:`SERVER-68637` Add scons cache to enterprise-rhel-72-s390x-compile builder
56
85
- :issue:`SERVER-68694` Investigate the locking around the compact command
57
86
- :issue:`SERVER-68766` Add option to re-enable single value MapReduce optimization
87
+
- :issue:`SERVER-68790` Fix multiversion tests which rely on the renamed internalQueryFrameworkControl knob
58
88
- :issue:`SERVER-68886` Remove extra call to addEagerlyReapedSession in internal transactions reap service unittest
59
89
- :issue:`SERVER-68905` Add append_oplog_note_mongos.js to backports_required_for_multiversion_tests.yml
0 commit comments