Skip to content

Commit dabe5e6

Browse files
(DOCS-15654): Finalize 6.0.2 changelog (#1918)
* (DOCS-15654): Finalize 6.0.2 changelog * fix headers * fix headers
1 parent 5395154 commit dabe5e6

File tree

3 files changed

+53
-2
lines changed

3 files changed

+53
-2
lines changed

config/changelog_conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ groups:
55

66
"Security":
77
- Security
8+
- Queryable Encryption
89
"Sharding":
910
- Sharding
1011
"Replication":

source/includes/changelogs/releases/6.0.2.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,37 @@
33
6.0.2 Changelog
44
---------------
55

6+
Security
7+
~~~~~~~~
8+
9+
:issue:`SERVER-66554` Make FLE2 suites work with stepdown and kill_primary suites
10+
611
Sharding
712
~~~~~~~~
813

914
- :issue:`SERVER-61035` Increase zones in 'resharding_large_number_of_initial_chunks.js' to 175,000
1015
- :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
1117
- :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
1220
- :issue:`SERVER-68495` Resharding a collection with a very large number of zones configured may stall on config server primary indefinitely
1321
- :issue:`SERVER-68628` Retrying a failed resharding operation after a primary failover can lead to server crash or lost writes
1422
- :issue:`SERVER-68728` Add addl. activation condition for interruptBeforeProcessingPrePostImageOriginatingOp fail point
1523
- :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
26+
- :issue:`SERVER-69700` Replication rollback fails resharding_coordinator_recovers_abort_decision.js
27+
28+
Operations
29+
~~~~~~~~~~
30+
31+
:issue:`SERVER-68548` mongo shell version 4.4.15 logging asio message despite --quiet flag
1632

1733
Internals
1834
~~~~~~~~~
1935

36+
- :issue:`SERVER-60551` Occasionally getting "Initialized wire specification" when connecting
2037
- :issue:`SERVER-61281` Fix underflow when accounting for Document size in query memory tracker
2138
- :issue:`SERVER-63191` Create Task that Generates Version Metadata Earlier
2239
- :issue:`SERVER-63843` Don't allow recursive doLog in synchronous signal handlers
@@ -25,45 +42,78 @@ Internals
2542
- :issue:`SERVER-65382` AutoSplitVector should not use clientReadable to reorder shard key fields
2643
- :issue:`SERVER-65435` Config fuzzer can set eviction trigger lower than amount of dirty data a single operation may generate
2744
- :issue:`SERVER-65781` Have shell fixtures be symbolized
45+
- :issue:`SERVER-66436` Fix initialisation error in DConcurrencyTest benchmarks
2846
- :issue:`SERVER-66613` Send binary version instead of evergreen version to symbolizer service
2947
- :issue:`SERVER-66726` Fix serialization in killAllSessionsByPattern
3048
- :issue:`SERVER-66794` Add an in-memory flag for TS collections having dates outside years 1970-2038
3149
- :issue:`SERVER-66804` Remove check_binary_version from test setup
3250
- :issue:`SERVER-66841` LOGV2: invalid JSON when truncation happens at a backslash character
3351
- :issue:`SERVER-67126` Remove LOGV2 call from printStackTrace no-LOGV2 codepath
52+
- :issue:`SERVER-67239` Improve timeout handling in set_audit_config test
3453
- :issue:`SERVER-67280` Ensure HealthObserver::periodicCheckImpl() implementations handle exceptions and return an appropriate failing health check status when one occurs
3554
- :issue:`SERVER-67296` Mark the OpCtx of the configsvr commands used to commit chunk-related DDL ops as interruptible
3655
- :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
3758
- :issue:`SERVER-67605` Make retryable_findAndModify_commit_and_abort_prepared_txns_after_failover_and_restart.js not test restart with a 1-node shard
3859
- :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
3961
- :issue:`SERVER-67666` Allow watching system.buckets collections in full cluster change streams
4062
- :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
4164
- :issue:`SERVER-67728` Use FeatureFlagUtil in timeseries jstests
65+
- :issue:`SERVER-67787` Retry mutation ops in auth concurrency tests
4266
- :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
4368
- :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
4470
- :issue:`SERVER-67939` run_dbcheck_background.js should be resilient to CappedPositionLost
71+
- :issue:`SERVER-68003` Make experiment_unified_ninja.vars the default
4572
- :issue:`SERVER-68126` Check for negative maxChunkSize input value in AutoSplitVector
4673
- :issue:`SERVER-68207` Add collStats for system collections to clusterMonitor role
4774
- :issue:`SERVER-68399` Fix parsing of safeint version numbers in blackduck_hub.py
4875
- :issue:`SERVER-68441` collection_uuid_index_commands.js not robust to failover
4976
- :issue:`SERVER-68461` Persist the result of the doCompactOperation in the Pre-6.1-compatible compaction coordinator
5077
- :issue:`SERVER-68465` selinux tests fail due to journal.enabled parameter
5178
- :issue:`SERVER-68475` Find solution to relocation overflow in static builds
79+
- :issue:`SERVER-68477` Improve NaN-handling for expireAfterSeconds TTL index parameter
5280
- :issue:`SERVER-68479` collMod coordiantor V2 must block migration on bucket nss
5381
- :issue:`SERVER-68521` Restore timeout in awaitdata_getmore.js
5482
- :issue:`SERVER-68540` Add docker_incompatible tag for jscore tests
5583
- :issue:`SERVER-68568` future_git_tag should override MONGO_VERSION
84+
- :issue:`SERVER-68637` Add scons cache to enterprise-rhel-72-s390x-compile builder
5685
- :issue:`SERVER-68694` Investigate the locking around the compact command
5786
- :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
5888
- :issue:`SERVER-68886` Remove extra call to addEagerlyReapedSession in internal transactions reap service unittest
5989
- :issue:`SERVER-68905` Add append_oplog_note_mongos.js to backports_required_for_multiversion_tests.yml
6090
- :issue:`SERVER-68925` Reintroduce check table logging settings at startup (revert SERVER-43664)
6191
- :issue:`SERVER-68937` Improve task splitting based on historic tests runtime
92+
- :issue:`SERVER-68950` Update ssl_helpers.js for Ubuntu 22.04
93+
- :issue:`SERVER-68951` Fix kerberos_tool.js and ldap_authz_authn.js on Ubuntu 22.04
94+
- :issue:`SERVER-69006` Add more tracing to fle basic insert/update/replace for hedged reads
6295
- :issue:`SERVER-69052` Ensure bucket collection is valid when checking for extended range
6396
- :issue:`SERVER-69103` Disable use of SBE on the inner side of DocumentSourceLookup
97+
- :issue:`SERVER-69108` SCCL can immediately return config and admin metadata without triggering a refresh
6498
- :issue:`SERVER-69118` Have retryable findAndModify failover internal transaction test wait until lastCommittedOpTime is recovered after failover
6599
- :issue:`SERVER-69141` [6.1] Move forward pinned TSBS version
100+
- :issue:`SERVER-69167` Check if FCV is initialized before performing feature flag check in setClusterParameter and getClusterParameter
66101
- :issue:`SERVER-69175` Add transport::SocketOption template for making ASIO-style sockopt types
102+
- :issue:`SERVER-69207` Coverity analysis defect 122696: Using a moved object
67103
- :issue:`SERVER-69265` Increase config_fuzzer_replica_sets_jscore_passthrough timeout
104+
- :issue:`SERVER-69284` Remove FifoTicketHolder
68105
- :issue:`SERVER-69290` Disable sharding/refine basic test in 6.0
106+
- :issue:`SERVER-69376` Increase timeout for replica_sets_jscore_passthrough on macos variant
107+
- :issue:`SERVER-69475` Remove unused updateConcurrentTotalTransactions() method
108+
- :issue:`SERVER-69569` Python scripts failing in Evergreen tasks
109+
- :issue:`SERVER-69611` Set the -ffp-contract=off compiler option by default
110+
- :issue:`SERVER-69693` Use lambda instead of repeating code in resharding coordinator
111+
- :issue:`SERVER-69707` [SBE] Undefined slot error for $group with $cond / $switch / $ifNull expressions
112+
- :issue:`SERVER-69785` robustify change_streams_per_shard_cursor.js
113+
- :issue:`SERVER-69793` Disable memory underflow check in the query system
114+
- :issue:`SERVER-69849` [v6.0] Delete FifoBasicMetrics unit test
115+
- :issue:`WT-9323` Fix a race tracking whether a tree has updates after a checkpoint
116+
- :issue:`WT-9599` Acquire the hot backup lock to call fallocate in the block
117+
- :issue:`WT-9763` Return EBUSY if the time window of inserting record does not match with history store time window
118+
- :issue:`WT-9870` Fix updating pinned timestamp whenever oldest timestamp is updated during recovery
69119

source/release-notes/6.0.txt

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

2929
.. _6.0.2-release-notes:
3030

31-
6.0.2 - Upcoming
32-
~~~~~~~~~~~~~~~~
31+
6.0.2 - Sep 28, 2022
32+
~~~~~~~~~~~~~~~~~~~~
3333

3434
Issues fixed:
3535

0 commit comments

Comments
 (0)