Skip to content

Commit 7aa198a

Browse files
authored
DOCSP-34325 6.0.12 release notes (#5257)
* DOCSP-34325 6.0.12 release notes * DOCSP-34325 fixing url * DOCSP-34325 updating date
1 parent bb33aa8 commit 7aa198a

File tree

4 files changed

+182
-0
lines changed

4 files changed

+182
-0
lines changed

config/changelog_conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ groups:
2828
"JavaScript":
2929
- JavaScript
3030
"WiredTiger":
31+
- Block cache
3132
- WiredTiger
3233
"MMAP":
3334
- MMAPv1
Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
.. _6.0.12-changelog:
2+
3+
6.0.12 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
:issue:`SERVER-77479` Sharded rename participants may incorrectly
10+
snapshot/restore pending range deletion documents
11+
12+
Storage
13+
~~~~~~~
14+
15+
16+
WiredTiger
17+
``````````
18+
19+
- :issue:`WT-11818` Potential corruption of block list
20+
21+
Internals
22+
~~~~~~~~~
23+
24+
- :issue:`SERVER-67622` Optimize timeseries_dotted_path_support
25+
functions
26+
- :issue:`SERVER-69244` $merge fails when session default read concern
27+
has been set to "majority"
28+
- :issue:`SERVER-71819` Broadcast collMod command to all shards
29+
- :issue:`SERVER-73430` Improve Hash, HMAC, and Crypto algo lookup for
30+
OpenSSL 3.0
31+
- :issue:`SERVER-74033` Remove ident force drop in favour of handling
32+
ENOENT
33+
- :issue:`SERVER-74060` Pipeline clone() can lead to dangling opCtx
34+
pointers
35+
- :issue:`SERVER-74714` Drop-pending ident reaper logs noisy errors
36+
until checkpoint completes
37+
- :issue:`SERVER-77113` Exclude fields containing dots from time series
38+
indexes
39+
- :issue:`SERVER-78108` POS interface should expose its shutdown state
40+
- :issue:`SERVER-78115` Shard primaries must commit a majority write
41+
before using new routing information from the config server
42+
- :issue:`SERVER-78252` Block chunk migrations for hashed shard keys if
43+
you don’t have the shard key index
44+
- :issue:`SERVER-78342` nReturned in slow query is incorrect when no
45+
docs are matched
46+
- :issue:`SERVER-78384` mongos should allow --port 0
47+
- :issue:`SERVER-78530` Enable feature flag
48+
- :issue:`SERVER-78687` Set up copybara syncing between 10gen/mongo and
49+
10gen/mongo-copybara
50+
- :issue:`SERVER-79251` Test dropping hashed shard key index mid chunk
51+
migration aborts migration
52+
- :issue:`SERVER-79446` insert ignores collectionUUID for time-series
53+
collections
54+
- :issue:`SERVER-79585` A valid $match query fails on time-series
55+
collection
56+
- :issue:`SERVER-79632` Stop range deletion when hashed shard key index
57+
does not exist
58+
- :issue:`SERVER-79926` Investigate OCSP failure possibilities
59+
- :issue:`SERVER-79975` [Classic] Optimize large group keys
60+
- :issue:`SERVER-80157` ExclusionProjectionExecutor forces Document
61+
cache to load excluded fields
62+
- :issue:`SERVER-80203` Normalization of time-series meta field can
63+
break insert targeting
64+
- :issue:`SERVER-80270` Test new evergreen function var behavior
65+
- :issue:`SERVER-80809` Make _logOplogEntriesForInvalidResults resilient
66+
to non-existing oplog
67+
- :issue:`SERVER-80886` $out may fail with a StaleDbVersion after a
68+
movePrimary
69+
- :issue:`SERVER-80901` Audit gFeatureFlagServerlessChangeStreams
70+
- :issue:`SERVER-80988` [6.0] Search Index Management Commands Fail To
71+
Detect Collection on Other Shards
72+
- :issue:`SERVER-81033` Ignore the collMod response from the DBPrimary
73+
shard if it has no chunks
74+
- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection
75+
version to be locally persisted before starting the cloning phase
76+
- :issue:`SERVER-81201` Limiting the memory usage during the cloning
77+
phase on the recipient shard
78+
- :issue:`SERVER-81295` Cannot resume V2 changeStream pipelines with V1
79+
resume tokens
80+
- :issue:`SERVER-81390` HashAggStage fails to respect the collation when
81+
spilling to disk
82+
- :issue:`SERVER-81431` Add canaries_only task to older mongo branches
83+
- :issue:`SERVER-81524` No-op invocations of setUserWriteBlockMode must
84+
await majority confirmation of SystemLastOpTime
85+
- :issue:`SERVER-81532` FIx tag on timeseries_groupby_reorder.js
86+
- :issue:`SERVER-81581` Extend BlackDuck timeout
87+
- :issue:`SERVER-81762` Wait to run test until HMAC keys refresh
88+
finishes in read_preference_metrics.js
89+
- :issue:`SERVER-81886` Disable jstests/core/fts_index3.js on non-FCV
90+
6.0 binaries
91+
- :issue:`SERVER-81904` Address test-only issue in UpdateChunkMapRandom
92+
unit test
93+
- :issue:`SERVER-81925` autosplit_setFCV_downgrade_from_60.js should
94+
ignore NamespaceNotSharded errors caused by concurrent drop operations
95+
- :issue:`SERVER-81942` ShardingDDLCoordinator should retry on
96+
LockTimeout errors
97+
- :issue:`SERVER-81966` Avoid modification of previous ChunkMap
98+
instances during refresh
99+
- :issue:`SERVER-81985` FlushRoutingTableCacheUpdates command should not
100+
be allowed on databases
101+
- :issue:`SERVER-82003` powercycle tests are missing variables
102+
- :issue:`SERVER-82070` Classic window function $stdDevSamp handles
103+
empty window frame incorrectly
104+
- :issue:`SERVER-82204` Classic window functions first/last handle
105+
missing field incorrectly
106+
- :issue:`SERVER-82234` Relax assertions in session_pooling.js
107+
- :issue:`SERVER-82325` Config server could invariant during balancer
108+
round
109+
- :issue:`SERVER-82410` DocumentSourceListSearchIndexes should hold
110+
owned copy of command object
111+
- :issue:`SERVER-82446` $densify use case can result in documents
112+
outside of range
113+
- :issue:`SERVER-82553` Fix
114+
block_chunk_migrations_without_hashed_shard_key_index.js on v6.0
115+
multiversion
116+
- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis
117+
for resharding_update_tag_zones.js
118+
- :issue:`SERVER-82864` Handle WriteConflict errors in
119+
fle2_contention_kill_parent.js
120+
- :issue:`SERVER-82990` Investigate powercycle failures on v6.0 and v5.0
121+
- :issue:`WT-7492` Ignore the evict drain wait msg in stdout.txt for
122+
test_cursor_random
123+
- :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
124+
checkpoint
125+
- :issue:`WT-9257` test_checkpoint WT_NOTFOUND failure on CS
126+
- :issue:`WT-9821` Add option to verify to report all data corruption in
127+
a file
128+
- :issue:`WT-10017` Remove the unstable historical versions at the end
129+
of rollback to stable
130+
- :issue:`WT-10207` Fix log slot flags and remove debugging added for
131+
WT-9796
132+
- :issue:`WT-10380` Fix expected warning output in test_cursor_random:
133+
Eviction took more than 1 minute
134+
- :issue:`WT-10601` Fix wt verify -c failure when first block on page is
135+
corrupt
136+
- :issue:`WT-10873` failed: Unable to locate update associated with a
137+
prepared operation [wiredtiger @ 57bcfe46]
138+
- :issue:`WT-10961` Fix OOO keys caused by racing deletion and insertion
139+
on left subtrees
140+
- :issue:`WT-10972` Eliminate long periods of silence when recovering
141+
with recovery_progress verbose messages enabled
142+
- :issue:`WT-11060` format failure: unable to locate update associated
143+
with a prepared operation
144+
- :issue:`WT-11168` Remove the page image reuse logic
145+
- :issue:`WT-11221` Python tests fails due to unexpected "Eviction took
146+
more than 1 minute" warning in standard output
147+
- :issue:`WT-11280` Generation tracking might not be properly
148+
synchronized
149+
- :issue:`WT-11321` Checkpoint cleanup does not free fast-truncated
150+
trees in 6.0
151+
- :issue:`WT-11359` Update spinlock tasks to limit disk usage
152+
- :issue:`WT-11423` Unable to locate update associated with a prepared
153+
operation
154+
- :issue:`WT-11424` WT_CURSOR.search: timed out with prepare-conflict
155+
- :issue:`WT-11564` Fix RTS to read the newest transaction value only
156+
when it exists in the checkpoint
157+
- :issue:`WT-11584` Fix test_checkpoint_stats test
158+
- :issue:`WT-11602` Hide expected eviction failures from the application
159+
and don't rollback in case of errors
160+
- :issue:`WT-11638` Fix prepared update resolution assertion
161+

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.12.txt
14+
1315
.. include:: /includes/changelogs/releases/6.0.11.txt
1416

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

source/release-notes/6.0.txt

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

50+
.. _6.0.12-release-notes:
51+
52+
6.0.12 - Nov 13, 2023
53+
~~~~~~~~~~~~~~~~~~~~~
54+
55+
- :issue:`SERVER-69244` $merge fails when session default read concern
56+
has been set to "majority"
57+
- :issue:`SERVER-81295` Cannot resume V2 changeStream pipelines with V1
58+
resume tokens
59+
- :issue:`SERVER-81966` Avoid modification of previous ChunkMap
60+
instances during refresh
61+
- :issue:`WT-7929` Investigate a solution to avoid FTDC stalls during
62+
checkpoint
63+
- :issue:`WT-11564` Fix RTS to read the newest transaction value only
64+
when it exists in the checkpoint
65+
- `All Jira issues closed in 6.0.12 <https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%276.0.12%27>`__
66+
- :ref:`6.0.12-changelog`
67+
5068
.. _6.0.11-release-notes:
5169

5270
6.0.11 - Oct 11, 2023

0 commit comments

Comments
 (0)