@@ -56,11 +56,15 @@ Internals
5656
5757- :issue: `SERVER-51835 ` Mongos readPreferenceTags are not working as
5858 expected
59+ - :issue: `SERVER-54150 ` Recovery from a stable checkpoint should fassert
60+ on oplog application failures
5961- :issue: `SERVER-57056 ` Syslog severity set incorrectly for INFO
6062 messages
6163- :issue: `SERVER-61100 ` Fix multiversion tests that assert
6264 last-lts/last-continuous incompatibility
6365- :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
6468- :issue: `SERVER-66012 ` Use a WiredTiger version cursor to print
6569 metadata of extra index entries during validation
6670- :issue: `SERVER-66795 ` Improve throttling on migration batches issued
@@ -78,6 +82,7 @@ Internals
7882- :issue: `SERVER-68388 ` Limit concurrency setting and update server
7983 parameter name
8084- :issue: `SERVER-68648 ` Enable feature flag
85+ - :issue: `SERVER-68670 ` Cache imbalanced collections for balancing
8186- :issue: `SERVER-68841 ` Enable Black Duck on 6.0
8287- :issue: `SERVER-69783 ` use integral type for TTL index test case in
8388 ttl_index_options.js
@@ -86,6 +91,8 @@ Internals
8691- :issue: `SERVER-70640 ` Add migrationConcurrency to serverStatus
8792- :issue: `SERVER-70912 ` All LDAP bind state must be attached to
8893 connection object
94+ - :issue: `SERVER-71009 ` Make sure the select chunks operation doesn't
95+ take too long
8996- :issue: `SERVER-71053 ` Fix dataSize can be negative and incorrect on
9097 rollback
9198- :issue: `SERVER-71307 ` Aggregations with $search should fail if the
@@ -105,6 +112,8 @@ Internals
105112 timeout
106113- :issue: `SERVER-72619 ` Refactor and add more testing for
107114 migration_chunk_cloner_source changes
115+ - :issue: `SERVER-72686 ` Add support for $collStats agg stage on
116+ timeseries collection
108117- :issue: `SERVER-72689 ` Create feature flag for sharded sort in search
109118 on version 6.0
110119- :issue: `SERVER-72690 ` Enable feature flag
@@ -122,6 +131,8 @@ Internals
122131 finishing
123132- :issue: `SERVER-73385 ` RenameCollectionCoordinator wrongly releases
124133 critical section for destination ns.
134+ - :issue: `SERVER-73390 ` Mitigate database version regression bug on drop
135+ database
125136- :issue: `SERVER-73400 ` Use -large Evergreen distro for compiling on
126137 arm64 in sys-perf project
127138- :issue: `SERVER-73608 ` Create skeleton for PinnedConnectionTaskExecutor
@@ -192,8 +203,11 @@ Internals
192203 fle2_contention_update
193204- :issue: `SERVER-74987 ` v6.0 multiversion tests should also check
194205 'featureFlagBucketUnpackWithSort50'
206+ - :issue: `SERVER-74997 ` Reduce the timeout of tlsOCSPVerifyTimeoutSecs
207+ to 4 seconds
195208- :issue: `SERVER-75066 ` Check for parent directory before writing to
196209 SCons cache
210+ - :issue: `SERVER-75082 ` Make balancer migrations throttling configurable
197211- :issue: `SERVER-75172 ` Use unique collection name in
198212 partial_index_logical.js
199213- :issue: `SERVER-75183 ` Add a server parameter that enables/disables
@@ -209,6 +223,8 @@ Internals
209223- :issue: `SERVER-75360 ` Include $search result count (total hits) in
210224 slow query log
211225- :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
212228- :issue: `SERVER-75417 ` Complete construction of KillCursorsCommandReply
213229- :issue: `SERVER-75422 ` Increase timeout for
214230 replica_sets_jscore_passthrough on windows-enterprise-inmem
@@ -234,6 +250,8 @@ Internals
234250 in oplog_sampling.js
235251- :issue: `SERVER-75639 ` Remove dedicated executor for
236252 moveChunk/moveRange commands
253+ - :issue: `SERVER-75652 ` Migrate from notary client to garasign for push
254+ task
237255- :issue: `SERVER-75725 ` Control TaskExecutorCursor's connection-pinning
238256 behavior with a server parameter
239257- :issue: `SERVER-75745 ` Only log record and index metadata associated
@@ -242,22 +260,41 @@ Internals
242260 AWS test identity
243261- :issue: `SERVER-75811 ` Retry on network errors in
244262 fcbis_cannot_vote_twice_same_term
245- - :issue: `SERVER-75865 ` check constraints for prepared transactions for
246- unclean shutdown
247263- :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
248268- :issue: `SERVER-76039 ` PauseDuringStateTransitions guard needs correct
249269 initialization in DropsTemporaryReshardingCollectionOnAbort
270+ - :issue: `SERVER-76063 ` Update the getFreeMonitoringStatus command to
271+ always return state: disabled
250272- :issue: `SERVER-76077 ` Existing 'bucketSize' field in index spec from
251273 removed haystack index prevents server startup
252274- :issue: `SERVER-76098 ` Allow queries with $search and non-simple
253275 collations
254276- :issue: `SERVER-76139 ` sync_source_changes.js should wait for node to
255277 no longer be newly added before asserting on selected sync source
278+ - :issue: `SERVER-76172 ` Fix BalancerChunkSelection unit test on slow
279+ build variants
256280- :issue: `SERVER-76241 ` Add search_pinned_connections_auth to relevant
257281 tasks in evergreen_nightly.yml on 6.0
258282- :issue: `SERVER-76273 ` SessionCatalogMigrationDestination is not
259283 interruptible on stepdown
260284- :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
261298- :issue: `WT-9661 ` Add retry on rollback for insert cursor API call
262299- :issue: `WT-10133 ` Consider retry on rollback for more cursor API calls
263300- :issue: `WT-10197 ` Track eviction timeline
@@ -266,4 +303,13 @@ Internals
266303- :issue: `WT-10288 ` Print the stack traces of core dumps from Evergreen
267304 testing for 6.0
268305- :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
269315
0 commit comments