6
6
Sharding
7
7
~~~~~~~~
8
8
9
+ - :issue: `SERVER-44422 ` Allow findAndModify and delete one to target by
10
+ query instead of extracted shard key
9
11
- :issue: `SERVER-75634 ` The logic in
10
12
attachCursorSourceToPipelineForLocalRead performs shard versioning by
11
13
UUID
12
14
- :issue: `SERVER-78657 ` Get rid of
13
15
getSplitCandidatesForSessionsCollection and
14
16
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
15
21
- :issue: `SERVER-79771 ` Make Resharding Operation Resilient to
16
22
NetworkInterfaceExceededTimeLimit
17
23
- :issue: `SERVER-80236 ` Race in migration source registration and
18
24
capturing writes for xferMods for deletes
25
+ - :issue: `SERVER-80246 ` Fsync test is not correctly checking for
26
+ concurrent ddl operations
19
27
- :issue: `SERVER-80463 `
20
28
MigrationChunkClonerSourceOpObserver::onInserts() written to look like
21
29
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
22
32
23
33
Operations
24
34
~~~~~~~~~~
25
35
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]
27
44
28
45
Internals
29
46
~~~~~~~~~
@@ -34,6 +51,9 @@ Internals
34
51
backups in 4.4+ as safe as possible
35
52
- :issue: `SERVER-52452 ` Enable feature flag for Make taking self-managed
36
53
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
37
57
- :issue: `SERVER-73253 ` Better path tracking when renaming
38
58
nested/compound grouping fields
39
59
- :issue: `SERVER-73348 ` Aggregation bug in
@@ -45,14 +65,26 @@ Internals
45
65
- :issue: `SERVER-75255 ` Remove all outdated entries from
46
66
backports_required_for_multiversion_tests.yml
47
67
- :issue: `SERVER-75693 ` $vectorSearch Documentation Updates
68
+ - :issue: `SERVER-76780 ` Robustify sparse_index_internal_expr.js and
69
+ compound_wildcard_index_hiding.js test
48
70
- :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
49
76
- :issue: `SERVER-77233 ` Platform Support: Remove support for Ubuntu
50
77
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
51
81
- :issue: `SERVER-77677 ` Test or_to_in.js should run only in 7.0 and
52
82
above.
53
83
- :issue: `SERVER-77732 ` Create LTO variant
54
84
- :issue: `SERVER-77862 ` Exclude compact.js from running in macos
55
85
variants
86
+ - :issue: `SERVER-77991 ` $$USER_ROLES not available within aggregation
87
+ sub-pipeline
56
88
- :issue: `SERVER-78149 ` Implement the mongos fsync (lock : true) command
57
89
- :issue: `SERVER-78150 ` Implement the mongos fsyncUnlock command
58
90
- :issue: `SERVER-78151 ` Add fsyncLock status to the mongos currentOp
@@ -63,12 +95,24 @@ Internals
63
95
lock command
64
96
- :issue: `SERVER-78156 ` Test the mongos fsync with lock command with
65
97
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
66
102
- :issue: `SERVER-78217 ` Renaming view return wrong error on sharded
67
103
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
68
108
- :issue: `SERVER-78505 ` Database cache does not use the 'allowLocks'
69
109
option correctly
110
+ - :issue: `SERVER-78529 ` Create feature flag
111
+ - :issue: `SERVER-78530 ` Enable feature flag
70
112
- :issue: `SERVER-78650 ` Change stream oplog rewrite of $nor hits
71
113
empty-array validation if no children are eligible for rewrite
114
+ - :issue: `SERVER-78721 ` Remove multiversion compatibility for rename
115
+ view test
72
116
- :issue: `SERVER-78746 ` Enable feature flag in 7.0
73
117
- :issue: `SERVER-78793 ` Add a timeout to the mongos FSync Lock Command
74
118
- :issue: `SERVER-78831 ` Make $listSearchIndexes throw an Exception when
@@ -90,21 +134,36 @@ Internals
90
134
- :issue: `SERVER-79236 ` Server cannot start in standalone if there are
91
135
cluster parameters
92
136
- :issue: `SERVER-79336 ` [Security] Audit v7.0 feature flag
137
+ - :issue: `SERVER-79360 ` Avoid accessing OpDebug from other threads
93
138
- :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
94
141
- :issue: `SERVER-79599 ` Geospatial Query Error on MongoDB Version 6.3.2
95
142
- :issue: `SERVER-79780 ` ScopedCollectionDescription shouldn't hold a
96
143
RangePreserver
97
144
- :issue: `SERVER-79912 ` CheckReplDBHash reports failure with
98
145
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
99
150
- :issue: `SERVER-79982 ` Batched catalog writers can run concurrently
100
151
with HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT
101
152
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
102
157
- :issue: `SERVER-80234 ` Catalog cache unit tests of allowLocks should
103
158
block the refresh
104
159
- :issue: `SERVER-80302 ` capped_large_docs.js is not resilient to
105
160
replication rollback
161
+ - :issue: `SERVER-80465 ` Make numCandidates optional on mongod for
162
+ $vectorSearch
106
163
- :issue: `SERVER-80488 ` Avoid traversing routing table in balancer split
107
164
chunk policy
165
+ - :issue: `SERVER-80491 ` Expose more granular metrics around balancing
166
+ round
108
167
- :issue: `SERVER-80544 ` Fix incorrect wait in
109
168
runSearchCommandWithRetries
110
169
- :issue: `SERVER-80655 ` Reduce logging in release tasks
@@ -113,8 +172,51 @@ Internals
113
172
$_internalSearchMongotRemote
114
173
- :issue: `SERVER-80708 ` Increase the sys-perf 'Compile for Atlas-like'
115
174
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
116
178
- :issue: `SERVER-80786 ` [7.0] Sharded time-series buckets should allow
117
179
deleteOne against _id
118
180
- :issue: `SERVER-80828 ` Disable configure_query_analyzer_persistence.js
119
181
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"
120
222
0 commit comments