Skip to content

Commit 1b6b107

Browse files
jason-price-mongodbjason-price-mongodb
and
jason-price-mongodb
authored
DOCSP-35359-6.0.13-rn Release Notes (#5787)
* DOCSP-35359-6.0.13-rn * DOCSP-35359-6.0.13-rn * DOCSP-35359-6.0.13-rn * DOCSP-35359-6.0.13-rn * DOCSP-35359-6.0.13-rn * DOCSP-35359-6.0.13-rn --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent ef50641 commit 1b6b107

File tree

3 files changed

+202
-0
lines changed

3 files changed

+202
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
.. _6.0.13-changelog:
2+
3+
6.0.13 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-50792` Return more useful errors when a shard key index
10+
can't be found for shardCollection/refineCollectionShardKey
11+
- :issue:`SERVER-73763` Resharding does not extend zone ranges for
12+
config.tag docs, leading to config server primary fassert loop from
13+
duplicate key error
14+
- :issue:`SERVER-82838` ReshardingOplogApplier uses {w: "majority",
15+
wtimeout: 60000} write concern when persisting resharding oplog
16+
application progress
17+
- :issue:`SERVER-82883` Recovering TransactionCoordinator on stepup may
18+
block acquiring read/write tickets while participants are in the
19+
prepared state
20+
- :issue:`SERVER-82953`
21+
CreateCollectionCoordinator::checkIfOptionsConflict should be more
22+
verbose
23+
- :issue:`SERVER-83146` Bulk write operation might fail with
24+
NamespaceNotFound
25+
- :issue:`SERVER-83775` Do not balance data between shards owning more
26+
than the ideal data size
27+
28+
Replication
29+
~~~~~~~~~~~
30+
31+
:issue:`SERVER-70155` Add duration of how long an oplog slot is kept
32+
open to mongod "Slow query" log lines
33+
34+
Storage
35+
~~~~~~~
36+
37+
:issue:`SERVER-33494` WT SizeStorer never deletes old entries
38+
39+
Internals
40+
~~~~~~~~~
41+
42+
- :issue:`SERVER-62955` Add a no-op oplog entry for reshardCollection
43+
command
44+
- :issue:`SERVER-65666` Do not create chunks on draining shards when
45+
sharding a new collection
46+
- :issue:`SERVER-65908` Update fields for reshardCollection noop message
47+
- :issue:`SERVER-67766` Log index and collection successful drop
48+
- :issue:`SERVER-69615` Rollback fuzzing in WiredTiger leads to size
49+
storer marked dirty at shutdown
50+
- :issue:`SERVER-70338` Query yield accesses the storage engine without
51+
locks during shutdown and rollback
52+
- :issue:`SERVER-70974` Fix early-exits triggered when user specifies
53+
TCP Fast Open server parameters
54+
- :issue:`SERVER-71923` Emit change log event for
55+
ConfigureCollectionBalancing invocations
56+
- :issue:`SERVER-72683` increase timeout in disk/directoryperdb.js
57+
- :issue:`SERVER-73439` Make the $inProg filter in the setup for the
58+
killop test more specific
59+
- :issue:`SERVER-74074` Exclude auth consistency workloads from
60+
concurrency simultaneous suites
61+
- :issue:`SERVER-75033` Capture core dumps from test failures on macOS
62+
- :issue:`SERVER-76560` Time series collections not always honoring
63+
expireAfterSeconds correctly
64+
- :issue:`SERVER-77311` Add a new log message when a secondary node is
65+
skipping a two-phase index build with a subset of indexes built
66+
- :issue:`SERVER-77506` Sharded multi-document transactions can mismatch
67+
data and ShardVersion
68+
- :issue:`SERVER-77827` Allow restore role to drop system.views
69+
- :issue:`SERVER-77926` Add LSAN suppressions for executor worker
70+
threads
71+
- :issue:`SERVER-78009` shardSvrCommitReshardCollection command should
72+
fail recoverably if the node is shutting down
73+
- :issue:`SERVER-79235` rolling_index_builds_interrupted.js checkLog
74+
relies on clearRawMongoProgramOutput
75+
- :issue:`SERVER-79864` TTL deleter does not correctly handle time
76+
series collections with extended range dates
77+
- :issue:`SERVER-79982` Batched catalog writers can run concurrently
78+
with HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT
79+
find results.
80+
- :issue:`SERVER-80660` Log a summary of where mongodb spent time during
81+
startup and shutdown
82+
- :issue:`SERVER-80789` Make AutoGetOplog behave consistently in replica
83+
set node started as standalone
84+
- :issue:`SERVER-80974` Unclean shutdown while dropping local.*
85+
collection and indexes can make the catalog inconsistent
86+
- :issue:`SERVER-81028` Incorrect $listCatalog behavior in presence of a
87+
concurrent collection rename in v7.0
88+
- :issue:`SERVER-81046` add requireSequenceTokens to
89+
SearchCommand.CursorOptions
90+
- :issue:`SERVER-81133` Speedup logic to persist routing table cache
91+
- :issue:`SERVER-81143` export_import_concurrency.js should check for
92+
code 2 when killing child resmoke client
93+
- :issue:`SERVER-81375` Disable internal transactions resharding tests
94+
in CSRS stepdown suite
95+
- :issue:`SERVER-81442` Poke WT oplog reclamation thread periodically
96+
- :issue:`SERVER-81606` Exclude untimestamped catalog durability test
97+
from in-memory variants
98+
- :issue:`SERVER-81949` Sync from 10gen/mongo to mongodb/mongo on v4.4
99+
with copybara
100+
- :issue:`SERVER-82043` Enhancement of Commit Message Validation for
101+
10gen/mongo Commits
102+
- :issue:`SERVER-82073` Fix merge chunk command generation in
103+
collection_defragmentation.js
104+
- :issue:`SERVER-82111` In sharded_agg_helpers.cpp move invariant below
105+
response status check
106+
- :issue:`SERVER-82197` Incorrect query results in SBE if $group spills
107+
in presence of collation
108+
- :issue:`SERVER-82223` Commit handler in FCV op observer is susceptible
109+
to interruption
110+
- :issue:`SERVER-82365` Optimize the construction of the balancer's
111+
collection distribution status histogram (2nd attempt)
112+
- :issue:`SERVER-82368` Match top/bottom N accumulators in SBE and
113+
Classic
114+
- :issue:`SERVER-82391` [v4.4] Only allow github Apps Copybara Syncer:
115+
10gen-to-Mongodb to syncs new commits to mongodb/mongo
116+
- :issue:`SERVER-82437` db.collection.getSearchIndexes(<indexName>)
117+
returns duplicate index
118+
- :issue:`SERVER-82447` $project incorrectly pushed down on timeseries
119+
when $project uses $getField on a measurement field
120+
- :issue:`SERVER-82449` [v4.4] Optimize copybara sync behavior for
121+
specific no-change scenarios
122+
- :issue:`SERVER-82555` Use shallow clone to speed up performance tests
123+
- :issue:`SERVER-82640` Upload mongod --version output to S3 during
124+
server compilation in Evergreen
125+
- :issue:`SERVER-82708` Update variants used to performance test stable
126+
branches
127+
- :issue:`SERVER-82730` The validate cmd can invariant on corrupted
128+
keystrings
129+
- :issue:`SERVER-82781` Simulate crash test hook may leave behind part
130+
of file when copying data
131+
- :issue:`SERVER-82967` Stepdown after calling
132+
ActiveIndexBuilds::registerIndexBuild() during index build setup
133+
doesn't unregister itself
134+
- :issue:`SERVER-83091` $or query can trigger an infinite loop during
135+
plan enumeration
136+
- :issue:`SERVER-83099` LDAPTimer::setTimeout may run callback inline
137+
- :issue:`SERVER-83107` Add 'type' field to search IndexDefinition
138+
struct
139+
- :issue:`SERVER-83161` Fix concurrent read to _errMsg from
140+
MigrationDestinationManager without acquiring mutex
141+
- :issue:`SERVER-83283` Modify copybara script to send slack message on
142+
failure
143+
- :issue:`SERVER-83336` Temporarily disable
144+
wt_size_storer_cleanup_replica_set.js on macOS
145+
- :issue:`SERVER-83354` Schedule copybara instance after each commit
146+
made
147+
- :issue:`SERVER-83389` aggregation_optimization_fuzzer fails on 6.0 and
148+
7.0 with a disabled disablePipelineOptimization failpoint
149+
- :issue:`SERVER-83485` Fix multikey-path serialization code used during
150+
validation
151+
- :issue:`SERVER-83494` [7.0] Fix range deleter unit test case
152+
- :issue:`SERVER-83567` Push in classic stores missing values.
153+
- :issue:`SERVER-83592` Add resmoke flag --enable_enterprise_tests
154+
enable enterprise js tests
155+
- :issue:`SERVER-83655` Restore legal client ns exception for
156+
admin.system.new_users
157+
- :issue:`SERVER-83830` On Enterprise build creating a collection in a
158+
replica set with the storageEngine.inMemory option breaks secondaries
159+
- :issue:`SERVER-83866` Update BACKPORTS_REQUIRED_BASE_URL from
160+
mongodb/mongo to 10gen/mongo
161+
- :issue:`SERVER-83874` Move primary operation doesn't drop
162+
db.system.views on the donor
163+
- :issue:`SERVER-83916` Add LSAN Suppression for threads leaked by
164+
unjoined thread pools
165+
- :issue:`SERVER-83993` timeseries_union_with.js fails intermittently in
166+
retryable_writes_downgrade suites on v6.0
167+
- :issue:`SERVER-84013` Incorrect results for index scan plan on query
168+
with duplicate predicates in nested $or
169+
- :issue:`SERVER-84130` Incorrect bucket-level filter optimization when
170+
some events in the bucket are missing the field
171+
- :issue:`SERVER-84353` The test for stepDown deadlock with read ticket
172+
exhaustion is flaky
173+
- :issue:`WT-11121` failed: format next returned OOO key
174+
- :issue:`WT-11186` Restore ignore_prepare semantics to read with
175+
read_committed isolation instead of read_uncommitted
176+
- :issue:`WT-11491` Log the WiredTiger time spent during startup and
177+
shutdown
178+
- :issue:`WT-11774` Add diagnostic stat to investigate eviction server's
179+
inability to queue pages
180+
- :issue:`WT-12036` Workaround for lock contention on Windows
181+
- :issue:`WT-12147` Temporarily disable clang-analyzer
182+

source/release-notes/6.0-changelog.txt

+2
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.13.rst
14+
1315
.. include:: /includes/changelogs/releases/6.0.12.txt
1416

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

source/release-notes/6.0.txt

+18
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,24 @@ see :ref:`release-version-numbers`.
5050
Patch Releases
5151
--------------
5252

53+
.. _6.0.13-release-notes:
54+
55+
6.0.13 - Upcoming
56+
~~~~~~~~~~~~~~~~~
57+
58+
- :issue:`SERVER-33494` WT SizeStorer never deletes old entries
59+
- :issue:`SERVER-50792` Return more useful errors when a shard key index
60+
can't be found for shardCollection/refineCollectionShardKey
61+
- :issue:`SERVER-70155` Add duration of how long an oplog slot is kept
62+
open to mongod "Slow query" log lines
63+
- :issue:`SERVER-77506` Sharded multi-document transactions can mismatch
64+
data and ShardVersion
65+
- :issue:`SERVER-83091` $or query can trigger an infinite loop during
66+
plan enumeration
67+
- `All Jira issues closed in 6.0.13
68+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%276.0.13%27>`__
69+
- :ref:`6.0.13-changelog`
70+
5371
.. _6.0.12-release-notes:
5472

5573
6.0.12 - Nov 27, 2023

0 commit comments

Comments
 (0)