Skip to content

Commit df86064

Browse files
author
Dave Cuthbert
authored
DOCS-15822-release-notes-6.0.4 (#2461)
1 parent 976cd24 commit df86064

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

source/includes/changelogs/releases/6.0.4.rst

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Sharding
1414
shards end up with different prepareUnique and unique index settings
1515
- :issue:`SERVER-70793` Make database metadata refresh first check new
1616
metadata under the IS lock before taking X lock
17+
- :issue:`SERVER-71092` shard_id_test.cpp relies on a pure behavior of
18+
std::string::compare function
1719
- :issue:`SERVER-71689` Refresh the CatalogCache before dropping the
1820
local collection
1921
- :issue:`SERVER-72301` Use ordered:false when inserting chunks in
@@ -45,7 +47,7 @@ Internals
4547
TestRemainingInitialSyncEstimatedMillisMetric unit test can be 0 ms
4648
- :issue:`SERVER-65259` Cursor leak in aggregation that requires merging
4749
on shard
48-
- :issue:`SERVER-65385` Disable signal processing for Google
50+
- :issue:`SERVER-65385` Disable threshold checks for Google
4951
Microbenchmarks on DEBUG/Sanitizer variants
5052
- :issue:`SERVER-66337` Ensure that check for the interrupt is done on
5153
every getNext() call in datasize_kill_op.js
@@ -60,6 +62,8 @@ Internals
6062
clustered collections
6163
- :issue:`SERVER-67406` Sorting a cursor on sharded coll returns
6264
documents that are missing $-prefixed fields
65+
- :issue:`SERVER-67795` Add serverstatus tracking to know how many users
66+
use updateMany and DeleteMany
6367
- :issue:`SERVER-67898` BalancerCollectionStatus return wrong chunk size
6468
for session collection
6569
- :issue:`SERVER-68125` Index build on multi-key fields can consume more
@@ -84,8 +88,10 @@ Internals
8488
shardCollection
8589
- :issue:`SERVER-69890` Concurrent movePrimary and removeShard can move
8690
database to a no-longer existent shard
87-
- :issue:`SERVER-69944` Resmoke's globstar.py does not properly parse *
88-
before **
91+
- :issue:`SERVER-69902` Stop bucket_unpacking_with_sort_plan_cache.js
92+
from running in parallel with fsyncLock tests
93+
- :issue:`SERVER-69944` Resmoke's globstar.py does not properly parse
94+
``*`` before ``**``
8995
- :issue:`SERVER-70024` ldap_provider_check.js needs to be updated for
9096
rhel9
9197
- :issue:`SERVER-70100` Ensure that shardCollection emits an oplog event
@@ -96,8 +102,11 @@ Internals
96102
object too large
97103
- :issue:`SERVER-70323` Convert invariant to tassert in
98104
collection_sharding_runtime
105+
- :issue:`SERVER-70394` Fix self-swap in
106+
MultiPlanStage::removeRejectedPlans
99107
- :issue:`SERVER-70553` Add module support to the mongo test runner
100108
- :issue:`SERVER-70594` Add updated build variants to sys-perf
109+
- :issue:`SERVER-70694` Platform Support: Add support for RHEL9 ARM64
101110
- :issue:`SERVER-70720` Evergreen for WT should capture parent process
102111
id as part of top output
103112
- :issue:`SERVER-70768` balancer use wrong chunk size for jumbo chunks
@@ -155,6 +164,8 @@ Internals
155164
- :issue:`SERVER-71609` splitOrMarkJumbo must not over-split chunks
156165
- :issue:`SERVER-71614` Add a case to accept to hide an index if it is
157166
not compatible with shard key
167+
- :issue:`SERVER-71632` Re-enable dropDatabase FSM test in stepdown
168+
suites
158169
- :issue:`SERVER-71638` Don't let to hide the last shard key index using
159170
a key pattern
160171
- :issue:`SERVER-71666` Reduce number of scanned index entries on chunk
@@ -170,13 +181,15 @@ Internals
170181
- :issue:`SERVER-71759` dataSize command doesn't yield
171182
- :issue:`SERVER-71769` Add a new log message when a secondary node is
172183
skipping a two-phase index build
184+
- :issue:`SERVER-71771` Defragmenter should cap chunk size estimation
173185
- :issue:`SERVER-71787` Balancer needs to attach forceJumbo to moveRange
174186
command
175187
- :issue:`SERVER-71788` Defragmentation should handle ChunkTooBig errors
176188
- :issue:`SERVER-71880` _shardsvrDropCollectionParticipant with
177189
fromMigrate=true does not abort index builds
178190
- :issue:`SERVER-71921` Task update_timeseries_fuzzer times out on some
179191
variants
192+
- :issue:`SERVER-71924` Reduce verbosity of chunk merge change log event
180193
- :issue:`SERVER-71939` Update BucketCatalogTest::Task class with
181194
failpoint
182195
- :issue:`SERVER-71982` Add directConnection=True to standalone.py for
@@ -193,6 +206,8 @@ Internals
193206
orphanCleanupDelaySecs to the default value on teardown
194207
- :issue:`SERVER-72222` MapReduce with single reduce optimization fails
195208
when merging results in sharded cluster
209+
- :issue:`SERVER-72276` Remove all outdated entries from
210+
backports_required_for_multiversion_tests.yml
196211
- :issue:`SERVER-72288` microbenchmark tests fail after "Enable M1 Mac
197212
support for DSI"
198213
- :issue:`SERVER-72408` Default timeout for
@@ -206,10 +221,16 @@ Internals
206221
- :issue:`SERVER-72506` Fix key error in benchmarks analysis script
207222
- :issue:`SERVER-72533` Shards must send validAfter field on
208223
_configsvrCommitChunksMerge on v6.0
224+
- :issue:`SERVER-72535` Sharded clusters allow creating the 'admin',
225+
'local', and 'config' databases with alternative casings
209226
- :issue:`SERVER-72581` Increase timeout for
210227
replica_sets_jscore_passthrough on macos-arm64 variant
211228
- :issue:`SERVER-72613` Speed up taking core dumps with the hang
212229
analyzer
230+
- :issue:`SERVER-72831` Fix use after move in
231+
sharding_util::processShardResponses
232+
- :issue:`SERVER-72877` Mongos retargeting logic in stepdown hooks
233+
should skip views
213234
- :issue:`WT-9268` Delay deletion of the history store record to
214235
reconciliation
215236
- :issue:`WT-9428` Fix two asserts in rec_visibility.c

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.4-release-notes:
3030

31-
6.0.4-rc0 - Jan 12, 2023
32-
~~~~~~~~~~~~~~~~~~~~~~~~
31+
6.0.4 - Jan 26, 2023
32+
~~~~~~~~~~~~~~~~~~~~
3333

3434
Issues Fixed:
3535

0 commit comments

Comments
 (0)