Skip to content

Commit 2576143

Browse files
authored
DOCSP-33319 7.0.2 Release Notes (#4826)
1 parent 6790a8b commit 2576143

File tree

4 files changed

+108
-4
lines changed

4 files changed

+108
-4
lines changed

config/changelog_conf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ groups:
5454
- Packaging
5555
- Mobile
5656
- Change streams
57+
- Build-compile
58+
- Evergreen
5759
"Internals":
5860
- Testing
5961
- Python tests

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ package-name = "mongodb"
250250
version = "7.1"
251251
latest-lts-version = "7.0"
252252
last-supported-version = "5.0"
253-
release = "6.3"
253+
release = "7.0.2"
254254
version-dev = "7.1"
255255
version-last = "6.0"
256256
pgp-version = "{+version+}"

source/includes/changelogs/releases/7.0.2.rst

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,41 @@
66
Sharding
77
~~~~~~~~
88

9+
- :issue:`SERVER-44422` Allow findAndModify and delete one to target by
10+
query instead of extracted shard key
911
- :issue:`SERVER-75634` The logic in
1012
attachCursorSourceToPipelineForLocalRead performs shard versioning by
1113
UUID
1214
- :issue:`SERVER-78657` Get rid of
1315
getSplitCandidatesForSessionsCollection and
1416
minNumChunksForSessionsCollection
17+
- :issue:`SERVER-79086` Deletion of ReshardingCoordinatorService state
18+
document is not idempotent
19+
- :issue:`SERVER-79682` ShardsvrReshardCollection Can Hang If Stepdown
20+
Occurs Shortly After Stepping Up
1521
- :issue:`SERVER-79771` Make Resharding Operation Resilient to
1622
NetworkInterfaceExceededTimeLimit
1723
- :issue:`SERVER-80236` Race in migration source registration and
1824
capturing writes for xferMods for deletes
25+
- :issue:`SERVER-80246` Fsync test is not correctly checking for
26+
concurrent ddl operations
1927
- :issue:`SERVER-80463`
2028
MigrationChunkClonerSourceOpObserver::onInserts() written to look like
2129
it skips checking some documents for whether their chunk has moved
30+
- :issue:`SERVER-80712` Avoid leaving the replica set shard partitioned
31+
at the end of linearizable_read_concern.js
2232

2333
Operations
2434
~~~~~~~~~~
2535

26-
:issue:`SERVER-77610` Log session id associated with the backup cursor
36+
- :issue:`SERVER-58534` Collect FCV in FTDC
37+
- :issue:`SERVER-77610` Log session id associated with the backup cursor
38+
39+
Build and Packaging
40+
~~~~~~~~~~~~~~~~~~~
41+
42+
:issue:`WT-11302` failed: format-failure-configs-test on
43+
ubuntu2004-arm64 with OOM [wiredtiger @ e298381e]
2744

2845
Internals
2946
~~~~~~~~~
@@ -34,6 +51,9 @@ Internals
3451
backups in 4.4+ as safe as possible
3552
- :issue:`SERVER-52452` Enable feature flag for Make taking self-managed
3653
backups in 4.4+ as safe as possible
54+
- :issue:`SERVER-68132` Remove Feature Flag for PM-2076
55+
- :issue:`SERVER-71520` Dump all thread stacks on RSTL acquisition
56+
timeout
3757
- :issue:`SERVER-73253` Better path tracking when renaming
3858
nested/compound grouping fields
3959
- :issue:`SERVER-73348` Aggregation bug in
@@ -45,14 +65,26 @@ Internals
4565
- :issue:`SERVER-75255` Remove all outdated entries from
4666
backports_required_for_multiversion_tests.yml
4767
- :issue:`SERVER-75693` $vectorSearch Documentation Updates
68+
- :issue:`SERVER-76780` Robustify sparse_index_internal_expr.js and
69+
compound_wildcard_index_hiding.js test
4870
- :issue:`SERVER-76840` Filter oplog for query_oplogreplay collection
71+
- :issue:`SERVER-76932` Add a way for a thread to know when the
72+
SignalHandler thread is done with printAllThreadStacks
73+
- :issue:`SERVER-77134` Search queries hold storage tickets while
74+
waiting for response from network
75+
- :issue:`SERVER-77232` Platform Support: Remove support for Debian 10
4976
- :issue:`SERVER-77233` Platform Support: Remove support for Ubuntu
5077
18.04
78+
- :issue:`SERVER-77542` Internal operations should handle
79+
TemporarilyUnavailable and TransactionTooLargeForCache exceptions
80+
- :issue:`SERVER-77638` Add logging on completion of resharding
5181
- :issue:`SERVER-77677` Test or_to_in.js should run only in 7.0 and
5282
above.
5383
- :issue:`SERVER-77732` Create LTO variant
5484
- :issue:`SERVER-77862` Exclude compact.js from running in macos
5585
variants
86+
- :issue:`SERVER-77991` $$USER_ROLES not available within aggregation
87+
sub-pipeline
5688
- :issue:`SERVER-78149` Implement the mongos fsync (lock : true) command
5789
- :issue:`SERVER-78150` Implement the mongos fsyncUnlock command
5890
- :issue:`SERVER-78151` Add fsyncLock status to the mongos currentOp
@@ -63,12 +95,24 @@ Internals
6395
lock command
6496
- :issue:`SERVER-78156` Test the mongos fsync with lock command with
6597
distributed transactions
98+
- :issue:`SERVER-78159` Merge DocumentSourceInternalSearchMongotRemote
99+
and DocumentSourceInternalIdLookup into DocumentSourceSearch
100+
- :issue:`SERVER-78164` Make SBE eligible for DocumentSource with
101+
requiresInputDocSource = false
66102
- :issue:`SERVER-78217` Renaming view return wrong error on sharded
67103
cluster (2nd attempt)
104+
- :issue:`SERVER-78252` Block chunk migrations for hashed shard keys if
105+
you don’t have the shard key index
106+
- :issue:`SERVER-78253` Allow folks with hashed shard keys to drop the
107+
hashed index
68108
- :issue:`SERVER-78505` Database cache does not use the 'allowLocks'
69109
option correctly
110+
- :issue:`SERVER-78529` Create feature flag
111+
- :issue:`SERVER-78530` Enable feature flag
70112
- :issue:`SERVER-78650` Change stream oplog rewrite of $nor hits
71113
empty-array validation if no children are eligible for rewrite
114+
- :issue:`SERVER-78721` Remove multiversion compatibility for rename
115+
view test
72116
- :issue:`SERVER-78746` Enable feature flag in 7.0
73117
- :issue:`SERVER-78793` Add a timeout to the mongos FSync Lock Command
74118
- :issue:`SERVER-78831` Make $listSearchIndexes throw an Exception when
@@ -90,21 +134,36 @@ Internals
90134
- :issue:`SERVER-79236` Server cannot start in standalone if there are
91135
cluster parameters
92136
- :issue:`SERVER-79336` [Security] Audit v7.0 feature flag
137+
- :issue:`SERVER-79360` Avoid accessing OpDebug from other threads
93138
- :issue:`SERVER-79497` Backport $vectorSearch to 7.0
139+
- :issue:`SERVER-79552` $group rewrite for timeseries returns incorrect
140+
result if referencing the metaField in an object
94141
- :issue:`SERVER-79599` Geospatial Query Error on MongoDB Version 6.3.2
95142
- :issue:`SERVER-79780` ScopedCollectionDescription shouldn't hold a
96143
RangePreserver
97144
- :issue:`SERVER-79912` CheckReplDBHash reports failure with
98145
system.buckets collections due to invalid BSON
146+
- :issue:`SERVER-79958` Schedule the high-value workloads to run more
147+
regularly
148+
- :issue:`SERVER-79974` Time-series bucket change stream shardCollection
149+
events translate shardKey fields
99150
- :issue:`SERVER-79982` Batched catalog writers can run concurrently
100151
with HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT
101152
find results.
153+
- :issue:`SERVER-80100` Fix typo in excluding
154+
compound_wildcard_index_hiding.js and sparse_index_internal_expr.js
155+
- :issue:`SERVER-80140` Use the $currentOp to verify that
156+
fsyncLockWorker threads are waiting for the lock
102157
- :issue:`SERVER-80234` Catalog cache unit tests of allowLocks should
103158
block the refresh
104159
- :issue:`SERVER-80302` capped_large_docs.js is not resilient to
105160
replication rollback
161+
- :issue:`SERVER-80465` Make numCandidates optional on mongod for
162+
$vectorSearch
106163
- :issue:`SERVER-80488` Avoid traversing routing table in balancer split
107164
chunk policy
165+
- :issue:`SERVER-80491` Expose more granular metrics around balancing
166+
round
108167
- :issue:`SERVER-80544` Fix incorrect wait in
109168
runSearchCommandWithRetries
110169
- :issue:`SERVER-80655` Reduce logging in release tasks
@@ -113,8 +172,51 @@ Internals
113172
$_internalSearchMongotRemote
114173
- :issue:`SERVER-80708` Increase the sys-perf 'Compile for Atlas-like'
115174
task size
175+
- :issue:`SERVER-80740` [7.0,7.1] Remove stream testing
176+
- :issue:`SERVER-80772` Stage builders generate invalid plan for simple
177+
project after sort query
116178
- :issue:`SERVER-80786` [7.0] Sharded time-series buckets should allow
117179
deleteOne against _id
118180
- :issue:`SERVER-80828` Disable configure_query_analyzer_persistence.js
119181
from the sharding_csrs_continuous_config_stepdown suite
182+
- :issue:`SERVER-80912` Enterprise RHEL 7.1 ppc64le failures on 6.0
183+
waterfall
184+
- :issue:`SERVER-80975` shardCollection(timeseriesNss) may accessed
185+
unititialised request parameters when invoked on a multiversion suite
186+
- :issue:`SERVER-81013` Fix resolveCollator to return 'kNo' when query
187+
has collator and collection does not
188+
- :issue:`SERVER-81031` Remove unowned RecordStore reference in WT
189+
RandomCursor class
190+
- :issue:`SERVER-81036` Fix the test entry in the
191+
backports_required_for_multiversion_tests.yml
192+
- :issue:`SERVER-81372` Collection defragmentation phases sporadically
193+
jump backward
194+
- :issue:`WT-10108` Add a data structure encapsulating user level
195+
truncate context
196+
- :issue:`WT-10786` Block checksum mismatch in bench-tiered-push-pull-s3
197+
- :issue:`WT-10873` failed: Unable to locate update associated with a
198+
prepared operation [wiredtiger @ 57bcfe46]
199+
- :issue:`WT-10927` Re enable HS verification
200+
- :issue:`WT-10987` Always log a truncate even if no work to do
201+
- :issue:`WT-10992` Implement testutil functions for directory copy and
202+
remove
203+
- :issue:`WT-11060` format failure: unable to locate update associated
204+
with a prepared operation
205+
- :issue:`WT-11168` Remove the page image reuse logic
206+
- :issue:`WT-11222` Fix run_format_configs to execute failed configs in
207+
parallel
208+
- :issue:`WT-11223` Prepare resolution diagnostic check reads freed
209+
update
210+
- :issue:`WT-11247` Reduce long-test format rows to limit disk usage
211+
- :issue:`WT-11280` Generation tracking might not be properly
212+
synchronized
213+
- :issue:`WT-11299` Fix run_format_configs.sh script to grep exact
214+
process id
215+
- :issue:`WT-11423` Unable to locate update associated with a prepared
216+
operation
217+
- :issue:`WT-11424` WT_CURSOR.search: timed out with prepare-conflict
218+
- :issue:`WT-11636` Disable Google SDK tiered test
219+
- :issue:`WT-11638` Fix prepared update resolution assertion
220+
- :issue:`WT-11684` Revert "WT-10927 Re-enable HS verification in
221+
mongodb-v7.0"
120222

source/release-notes/7.0.txt

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

2929
.. _7.0.2-release-notes:
3030

31-
7.0.2 - Upcoming
32-
~~~~~~~~~~~~~~~~
31+
7.0.2 - Sep 29, 2023
32+
~~~~~~~~~~~~~~~~~~~~
3333

3434
Issues fixed:
3535

0 commit comments

Comments
 (0)