@@ -56,11 +56,15 @@ Internals
56
56
57
57
- :issue: `SERVER-51835 ` Mongos readPreferenceTags are not working as
58
58
expected
59
+ - :issue: `SERVER-54150 ` Recovery from a stable checkpoint should fassert
60
+ on oplog application failures
59
61
- :issue: `SERVER-57056 ` Syslog severity set incorrectly for INFO
60
62
messages
61
63
- :issue: `SERVER-61100 ` Fix multiversion tests that assert
62
64
last-lts/last-continuous incompatibility
63
65
- :issue: `SERVER-64000 ` Create a unlock/relock scope guard
66
+ - :issue: `SERVER-65700 ` list-append's Evergreen report generator masks
67
+ failures if a single iteration succeeds
64
68
- :issue: `SERVER-66012 ` Use a WiredTiger version cursor to print
65
69
metadata of extra index entries during validation
66
70
- :issue: `SERVER-66795 ` Improve throttling on migration batches issued
@@ -78,6 +82,7 @@ Internals
78
82
- :issue: `SERVER-68388 ` Limit concurrency setting and update server
79
83
parameter name
80
84
- :issue: `SERVER-68648 ` Enable feature flag
85
+ - :issue: `SERVER-68670 ` Cache imbalanced collections for balancing
81
86
- :issue: `SERVER-68841 ` Enable Black Duck on 6.0
82
87
- :issue: `SERVER-69783 ` use integral type for TTL index test case in
83
88
ttl_index_options.js
@@ -86,6 +91,8 @@ Internals
86
91
- :issue: `SERVER-70640 ` Add migrationConcurrency to serverStatus
87
92
- :issue: `SERVER-70912 ` All LDAP bind state must be attached to
88
93
connection object
94
+ - :issue: `SERVER-71009 ` Make sure the select chunks operation doesn't
95
+ take too long
89
96
- :issue: `SERVER-71053 ` Fix dataSize can be negative and incorrect on
90
97
rollback
91
98
- :issue: `SERVER-71307 ` Aggregations with $search should fail if the
@@ -105,6 +112,8 @@ Internals
105
112
timeout
106
113
- :issue: `SERVER-72619 ` Refactor and add more testing for
107
114
migration_chunk_cloner_source changes
115
+ - :issue: `SERVER-72686 ` Add support for $collStats agg stage on
116
+ timeseries collection
108
117
- :issue: `SERVER-72689 ` Create feature flag for sharded sort in search
109
118
on version 6.0
110
119
- :issue: `SERVER-72690 ` Enable feature flag
@@ -122,6 +131,8 @@ Internals
122
131
finishing
123
132
- :issue: `SERVER-73385 ` RenameCollectionCoordinator wrongly releases
124
133
critical section for destination ns.
134
+ - :issue: `SERVER-73390 ` Mitigate database version regression bug on drop
135
+ database
125
136
- :issue: `SERVER-73400 ` Use -large Evergreen distro for compiling on
126
137
arm64 in sys-perf project
127
138
- :issue: `SERVER-73608 ` Create skeleton for PinnedConnectionTaskExecutor
@@ -192,8 +203,11 @@ Internals
192
203
fle2_contention_update
193
204
- :issue: `SERVER-74987 ` v6.0 multiversion tests should also check
194
205
'featureFlagBucketUnpackWithSort50'
206
+ - :issue: `SERVER-74997 ` Reduce the timeout of tlsOCSPVerifyTimeoutSecs
207
+ to 4 seconds
195
208
- :issue: `SERVER-75066 ` Check for parent directory before writing to
196
209
SCons cache
210
+ - :issue: `SERVER-75082 ` Make balancer migrations throttling configurable
197
211
- :issue: `SERVER-75172 ` Use unique collection name in
198
212
partial_index_logical.js
199
213
- :issue: `SERVER-75183 ` Add a server parameter that enables/disables
@@ -209,6 +223,8 @@ Internals
209
223
- :issue: `SERVER-75360 ` Include $search result count (total hits) in
210
224
slow query log
211
225
- :issue: `SERVER-75361 ` Temporarily disable selinux tests in evergreen
226
+ - :issue: `SERVER-75369 ` Fix the overflow of total possible enumeration
227
+ count in LockstepOr enumeration strategy
212
228
- :issue: `SERVER-75417 ` Complete construction of KillCursorsCommandReply
213
229
- :issue: `SERVER-75422 ` Increase timeout for
214
230
replica_sets_jscore_passthrough on windows-enterprise-inmem
@@ -234,6 +250,8 @@ Internals
234
250
in oplog_sampling.js
235
251
- :issue: `SERVER-75639 ` Remove dedicated executor for
236
252
moveChunk/moveRange commands
253
+ - :issue: `SERVER-75652 ` Migrate from notary client to garasign for push
254
+ task
237
255
- :issue: `SERVER-75725 ` Control TaskExecutorCursor's connection-pinning
238
256
behavior with a server parameter
239
257
- :issue: `SERVER-75745 ` Only log record and index metadata associated
@@ -242,22 +260,41 @@ Internals
242
260
AWS test identity
243
261
- :issue: `SERVER-75811 ` Retry on network errors in
244
262
fcbis_cannot_vote_twice_same_term
245
- - :issue: `SERVER-75865 ` check constraints for prepared transactions for
246
- unclean shutdown
247
263
- :issue: `SERVER-75877 ` Fix unit tests ooming in v6.0
264
+ - :issue: `SERVER-75892 ` Exclude pin_code_segments_on_startup.js from
265
+ linux platforms without ulimits configured
266
+ - :issue: `SERVER-75987 ` Synchronize the connection and server threads in
267
+ transport_layer_test
248
268
- :issue: `SERVER-76039 ` PauseDuringStateTransitions guard needs correct
249
269
initialization in DropsTemporaryReshardingCollectionOnAbort
270
+ - :issue: `SERVER-76063 ` Update the getFreeMonitoringStatus command to
271
+ always return state: disabled
250
272
- :issue: `SERVER-76077 ` Existing 'bucketSize' field in index spec from
251
273
removed haystack index prevents server startup
252
274
- :issue: `SERVER-76098 ` Allow queries with $search and non-simple
253
275
collations
254
276
- :issue: `SERVER-76139 ` sync_source_changes.js should wait for node to
255
277
no longer be newly added before asserting on selected sync source
278
+ - :issue: `SERVER-76172 ` Fix BalancerChunkSelection unit test on slow
279
+ build variants
256
280
- :issue: `SERVER-76241 ` Add search_pinned_connections_auth to relevant
257
281
tasks in evergreen_nightly.yml on 6.0
258
282
- :issue: `SERVER-76273 ` SessionCatalogMigrationDestination is not
259
283
interruptible on stepdown
260
284
- :issue: `SERVER-76274 ` Move microbenchmarks to their own task distro
285
+ - :issue: `SERVER-76321 ` Buffer overrun while deserializing compound
286
+ group key spilled to disk in SBE hash agg implementation
287
+ - :issue: `SERVER-76446 ` [v6.0]Schedule the non-microbenchmark sys-perf
288
+ tasks to run monthly on 6.0
289
+ - :issue: `SERVER-76498 ` Update push task to run on rhel8.7-small
290
+ - :issue: `SERVER-76502 ` Make isEnabled checks for
291
+ featureFlagUserWriteBlocking safe
292
+ - :issue: `SERVER-76519 ` MIgrate crypt_push task to Garasign
293
+ - :issue: `SERVER-76549 ` Remove symbolization from macos variants
294
+ - :issue: `SERVER-76550 ` Balancer is unable to drain shards with big
295
+ chunks
296
+ - :issue: `WT-8932 ` Investigate slow run of unit-test on PPC host
297
+ - :issue: `WT-9481 ` Fix compilation warnings with debug builds
261
298
- :issue: `WT-9661 ` Add retry on rollback for insert cursor API call
262
299
- :issue: `WT-10133 ` Consider retry on rollback for more cursor API calls
263
300
- :issue: `WT-10197 ` Track eviction timeline
@@ -266,4 +303,13 @@ Internals
266
303
- :issue: `WT-10288 ` Print the stack traces of core dumps from Evergreen
267
304
testing for 6.0
268
305
- :issue: `WT-10384 ` Mirror mismatch in test format
306
+ - :issue: `WT-10447 ` cppsuite-hs-cleanup-stress: no space left on device
307
+ (6.0)
308
+ - :issue: `WT-10487 ` Failing many-collection-test task on
309
+ large-scale-tests
310
+ - :issue: `WT-10551 ` Incremental backup may omit modified blocks
311
+ - :issue: `WT-10585 ` Record the location of the last key in key order
312
+ check
313
+ - :issue: `WT-10900 ` Segmentation fault on unit-test-macos on macos-1100
314
+ - :issue: `WT-10932 ` Disable many-collection-test on release branches
269
315
0 commit comments