Skip to content

Commit 8ff3dca

Browse files
DOCSP-33547: Finalize Release Notes and change logs for 6.0.11 (#5021)
1 parent d89cdb2 commit 8ff3dca

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

source/includes/changelogs/releases/6.0.11.rst

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
Sharding
77
~~~~~~~~
88

9+
- :issue:`SERVER-79086` Deletion of ReshardingCoordinatorService state
10+
document is not idempotent
911
- :issue:`SERVER-79327` Missing verification in refine collection shard
1012
key
1113
- :issue:`SERVER-79682` ShardsvrReshardCollection Can Hang If Stepdown
@@ -14,6 +16,8 @@ Sharding
1416
capturing writes for xferMods for deletes
1517
- :issue:`SERVER-80246` Fsync test is not correctly checking for
1618
concurrent ddl operations
19+
- :issue:`SERVER-80712` Avoid leaving the replica set shard partitioned
20+
at the end of linearizable_read_concern.js
1721

1822
Operations
1923
~~~~~~~~~~
@@ -29,20 +33,33 @@ Internals
2933
backups in 4.4+ as safe as possible
3034
- :issue:`SERVER-66018` Expose metrics for readPreference usage
3135
- :issue:`SERVER-68132` Remove Feature Flag for PM-2076
36+
- :issue:`SERVER-68296` Only log the storage component with a higher
37+
verbosity level in check_for_oplog_cap_maintainer_thread.js
3238
- :issue:`SERVER-68791` Expand the stacktrace API to return a loggable
3339
BSONObj
3440
- :issue:`SERVER-69244` $merge fails when session default read concern
3541
has been set to "majority"
42+
- :issue:`SERVER-71512` assert.commandWorkedOrFailedWithCode unexpected
43+
behaviour with some commands
3644
- :issue:`SERVER-71520` Dump all thread stacks on RSTL acquisition
3745
timeout
38-
- :issue:`SERVER-71819` Broadcast collMod command to all shards
46+
- :issue:`SERVER-72487` race between QueryStageBatchedDeleteTest dbtest
47+
and Checkpointer background job
3948
- :issue:`SERVER-73470` Log index inconsistencies detected by queries in
4049
the health log
4150
- :issue:`SERVER-73497` Create an interface for the HealthLog
51+
- :issue:`SERVER-75295` Disallow use of the 'planCacheSize' parameter on
52+
6.0 and earlier versions
4253
- :issue:`SERVER-76341` Add range deletion throughput statistic
4354
- :issue:`SERVER-76932` Add a way for a thread to know when the
4455
SignalHandler thread is done with printAllThreadStacks
56+
- :issue:`SERVER-77278` Replication rollback of a dropDatabase oplog
57+
entries leaves the in-memory database closed on the primary but open
58+
on secondaries, leading to secondaries crashing on receipt of
59+
conflicting database name
4560
- :issue:`SERVER-77638` Add logging on completion of resharding
61+
- :issue:`SERVER-77862` Exclude compact.js from running in macos
62+
variants
4663
- :issue:`SERVER-78149` Implement the mongos fsync (lock : true) command
4764
- :issue:`SERVER-78150` Implement the mongos fsyncUnlock command
4865
- :issue:`SERVER-78151` Add fsyncLock status to the mongos currentOp
@@ -59,42 +76,43 @@ Internals
5976
- :issue:`SERVER-78721` Remove multiversion compatibility for rename
6077
view test
6178
- :issue:`SERVER-78793` Add a timeout to the mongos FSync Lock Command
79+
- :issue:`SERVER-78831` Make $listSearchIndexes throw an Exception when
80+
used outside of Atlas
6281
- :issue:`SERVER-79025` Mongos Fsync with lock command should use mongos
6382
fsyncUnlock command
6483
- :issue:`SERVER-79471` Mirrored reads should include databaseVersion in
6584
addition to shardVersion
6685
- :issue:`SERVER-79552` $group rewrite for timeseries returns incorrect
6786
result if referencing the metaField in an object
68-
- :issue:`SERVER-79585` A valid $match query fails on time-series
69-
collection
70-
- :issue:`SERVER-79632` Stop range deletion when hashed shard key index
71-
does not exist
7287
- :issue:`SERVER-79781` TestGetDestinedRecipientThrowsOnBlockedRefresh
7388
should not run two refreshes without resetting the catalog cache
7489
loader mock return value
7590
- :issue:`SERVER-79803` Enable feature flag in 6.0
76-
- :issue:`SERVER-79926` Investigate OCSP failure possibilities
91+
- :issue:`SERVER-79912` CheckReplDBHash reports failure with
92+
system.buckets collections due to invalid BSON
93+
- :issue:`SERVER-79942` replace jsTestName() with the name of the test
94+
in rename_collection_view.js
7795
- :issue:`SERVER-80021` Make $convert round-trip correctly between
7896
double and string
7997
- :issue:`SERVER-80100` Fix typo in excluding
8098
compound_wildcard_index_hiding.js and sparse_index_internal_expr.js
8199
- :issue:`SERVER-80140` Use the $currentOp to verify that
82100
fsyncLockWorker threads are waiting for the lock
83-
- :issue:`SERVER-80203` Normalization of time-series meta field can
84-
break insert targeting
85101
- :issue:`SERVER-80465` Make numCandidates optional on mongod for
86102
$vectorSearch
103+
- :issue:`SERVER-80488` Avoid traversing routing table in balancer split
104+
chunk policy
87105
- :issue:`SERVER-80491` Expose more granular metrics around balancing
88106
round
89107
- :issue:`SERVER-80678` Remove an outdated test case
108+
- :issue:`SERVER-80703` Avoid traversing routing table in
109+
MigrationDestinationManager
90110
- :issue:`SERVER-80810` Remove
91111
tenant_migration_donor_resume_on_stepup_and_restart.js on v6.0
92112
- :issue:`SERVER-80912` Enterprise RHEL 7.1 ppc64le failures on 6.0
93113
waterfall
94114
- :issue:`SERVER-81013` Fix resolveCollator to return 'kNo' when query
95115
has collator and collection does not
96-
- :issue:`SERVER-81033` Ignore the collMod response from the DBPrimary
97-
shard if it has no chunks
98116
- :issue:`SERVER-81044` Handle internal oplog update correctly in
99117
transactions
100118
- :issue:`SERVER-81146` Use historic runtime data to set default
@@ -109,8 +127,4 @@ Internals
109127
- :issue:`SERVER-81421` Fix fle2_downgrade.js test in 6.0
110128
- :issue:`SERVER-81426` [5.0] fsync_deadlock.js is not resilient to
111129
StaleConfig errors
112-
- :issue:`SERVER-81431` Add canaries_only task to older mongo branches
113-
- :issue:`SERVER-81532` FIx tag on timeseries_groupby_reorder.js
114-
- :issue:`SERVER-81762` Wait to run test until HMAC keys refresh
115-
finishes in read_preference_metrics.js
116130

source/release-notes/6.0.txt

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

5050
.. _6.0.11-release-notes:
5151

52-
6.0.11 - Upcoming
53-
~~~~~~~~~~~~~~~~~
52+
6.0.11 - Oct 11, 2023
53+
~~~~~~~~~~~~~~~~~~~~~
5454

5555
- :issue:`SERVER-58534` Collect FCV in FTDC
5656
- :issue:`SERVER-69244` $merge fails when session default read concern has been

0 commit comments

Comments
 (0)