Skip to content

Commit e50d39a

Browse files
kennethdyerKenneth P. J. Dyer
andauthored
DOCS-16311 6.0.9 release notes (#4353)
* DOCS-16311 6.0.9 release notes * Fixes version number * Fixes per Brit --------- Co-authored-by: Kenneth P. J. Dyer <[email protected]>
1 parent 19a5f31 commit e50d39a

File tree

3 files changed

+146
-0
lines changed

3 files changed

+146
-0
lines changed
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
.. _6.0.9-changelog:
2+
3+
6.0.9 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-44422` Allow findAndModify and delete one to target by
10+
query instead of extracted shard key
11+
- :issue:`SERVER-60466` Support drivers gossiping signed $clusterTimes
12+
to replica set --shardsvrs before addShard is run
13+
- :issue:`SERVER-62987` Wrong replication logic on refreshes on
14+
secondary nodes
15+
- :issue:`SERVER-78036` Handle the race between the getting and setting
16+
of the LogicalTimeValidator during sharding initialization
17+
18+
Aggregation
19+
~~~~~~~~~~~
20+
21+
:issue:`SERVER-78472` $densify creates documents outside of bounds
22+
23+
Internals
24+
~~~~~~~~~
25+
26+
- :issue:`SERVER-68129` Add the field control.count to the schema
27+
validation for bucket collections
28+
- :issue:`SERVER-68556` Allow transactions on system.buckets collections
29+
- :issue:`SERVER-71335` Debug symbols of server binaries used by
30+
system_perf.yml are archived in S3
31+
- :issue:`SERVER-73841` Enable feature flag
32+
- :issue:`SERVER-74701` Add checksum verification for blackduck
33+
installer
34+
- :issue:`SERVER-74954` Incorrect result when contained $or rewrites
35+
$elemMatch extra condition
36+
- :issue:`SERVER-75298` Reduce log error severity in sharding logging
37+
library
38+
- :issue:`SERVER-75667` Fix SBE's implementation of index consistency
39+
checks
40+
- :issue:`SERVER-76299` Report writeConflicts in serverStatus on
41+
secondaries
42+
- :issue:`SERVER-76824` Do not run mr_single_reduce.js in stepdown
43+
suites
44+
- :issue:`SERVER-76828` Increase test coverage for RoutingTableHistory
45+
and ChunkMap
46+
- :issue:`SERVER-76934` Update computeDiff() code should safely error
47+
when there are duplicate fields in the objects
48+
- :issue:`SERVER-77003` Allow renames of time-series collection buckets
49+
- :issue:`SERVER-77299` Pooled LDAP connections may reference
50+
out-of-scope memory after timeout
51+
- :issue:`SERVER-77654` Having more constraints on time-series
52+
collection timeField name
53+
- :issue:`SERVER-77856` Provide Atlas with a way to choose a specific
54+
initial sync sync source
55+
- :issue:`SERVER-78019` Increase reshardingCriticalSectionTimeoutMillis
56+
for resharding_update_tag_zones_large.js
57+
- :issue:`SERVER-78173` In $_internalStreamingGroup replace tasserts
58+
with uasserts
59+
- :issue:`SERVER-78217` Renaming view return wrong error on sharded
60+
cluster (2nd attempt)
61+
- :issue:`SERVER-78229` createIndexes should acquire the CollectionLock
62+
of the targeted nss before accessing the parent DatabaseShardingState
63+
- :issue:`SERVER-78238` Text index indexes content of fields whose name
64+
contains dots
65+
- :issue:`SERVER-78251` move_chunk_deferred_lookup.js can fail if mongos
66+
RSM is stale after stepup
67+
- :issue:`SERVER-78299` Remove hang analyzer unit test on macos
68+
- :issue:`SERVER-78351` Limit pushdown doesn't work on sharded clusters
69+
if $skip stage is present
70+
- :issue:`SERVER-78410` Suppress debug election log messages in rollback
71+
resumable index build tests
72+
- :issue:`SERVER-78434` never implicitly shard a view in
73+
implicitly_shard_accessed_collections.js
74+
- :issue:`SERVER-78525` Update
75+
jstests/noPassthrough/metadata_size_estimate.js to use a smaller
76+
document size
77+
- :issue:`SERVER-78554` search commands run over
78+
PinnedConnectionTaskExecutor can retry before the underlying
79+
connection pool processes initial failure
80+
- :issue:`SERVER-78576` Add originalSpec field to NewIndexSpec IDL
81+
- :issue:`SERVER-78659` The secondary thread of the Balancer should join
82+
its TaskExecutor when leaving to correctly clean its state on step
83+
down
84+
- :issue:`SERVER-78696` Only clear shard filtering metadata before
85+
releasing the critical section in collmod participants
86+
- :issue:`SERVER-78742` Ensure that connection fatal socket exceptions
87+
are respected in PyKMIP
88+
- :issue:`SERVER-78751` $collStats should check for presence of time
89+
series options rather than relying on namespace checks
90+
- :issue:`SERVER-78789` Distribute roles in metadata sizing test
91+
- :issue:`SERVER-78813` Commit point propagation fails indefinitely with
92+
exhaust cursors with null lastCommitted optime
93+
- :issue:`SERVER-78828` LDAP host timing data can be inconsistent during
94+
sorting
95+
- :issue:`SERVER-78888` Unschedule Mix js
96+
- :issue:`SERVER-78981` [v6.0] Denylist split_large_event.js test in
97+
v6.0 in multiversion suite
98+
- :issue:`SERVER-79136` Incorrect query result of $match + $group on
99+
metaField over time-series
100+
- :issue:`SERVER-79447` The balancer stop sequence may cause the config
101+
server to crash on step down
102+
- :issue:`SERVER-79515` Update task generator
103+
- :issue:`WT-8539` Correct description for statistic for rolling back
104+
oldest pinned.
105+
- :issue:`WT-8915` Change log verbosity level mapping between AWS SDK
106+
and WiredTiger
107+
- :issue:`WT-10285` test format fails with status 137 (Linux OOM killer)
108+
during sanitizer runs
109+
- :issue:`WT-10536` Fix statistic check
110+
cache_hs_key_truncate_onpage_removal in test_hs32.py
111+
- :issue:`WT-10759` Do not retry to force evict history store pages
112+
during reconciliation
113+
- :issue:`WT-10862` Support read-only fast-truncate data format change
114+
in MongoDB 6.0 release
115+
- :issue:`WT-10911` Investigate and update eviction timeline metrics
116+
that are showing up incorrectly
117+
- :issue:`WT-11064` Skip globally visible tombstones as part of update
118+
obsolete check
119+
- :issue:`WT-11233` Ensure all evergreen variants are using the v4
120+
toolchain
121+
- :issue:`WT-11312` Fix incorrect flag check for accurate force eviction
122+
stat
123+

source/release-notes/6.0-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/changelogs/releases/6.0.9.txt
14+
1315
.. include:: /includes/changelogs/releases/6.0.8.txt
1416

1517
.. include:: /includes/changelogs/releases/6.0.7.txt

source/release-notes/6.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,30 @@ see :ref:`release-version-numbers`.
4747
Patch Releases
4848
--------------
4949

50+
.. _6.0.9-release-notes:
51+
52+
6.0.9 - Aug 14, 2023
53+
~~~~~~~~~~~~~~~~~~~~
54+
55+
- :issue:`SERVER-60466` Support drivers gossiping signed $clusterTimes to
56+
replica set --shardsvrs before addShard runs
57+
- :issue:`SERVER-74954` Incorrect result when contained $or rewrites
58+
$elemMatch extra condition
59+
- :issue:`SERVER-79136` Incorrect query result of $match + $group on metaField
60+
over time-series
61+
- :issue:`WT-10759` Do not retry to force evict history store pages during
62+
reconciliation
63+
- :issue:`WT-11064` Skip globally visible tombstones as part of update obsolete
64+
check
65+
- `All Jira issues closed in 6.0.9
66+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%276.0.9%27>`__
67+
- :ref:`6.0.9-changelog`
68+
69+
5070

5171
.. _6.0.8-release-notes:
5272

73+
5374
6.0.8 - Jul 13, 2023
5475
~~~~~~~~~~~~~~~~~~~~
5576

0 commit comments

Comments
 (0)