88
99- :issue: `SERVER-48261 ` Unblacklist auth tests that use the 'mixedShardTest' helper
1010- :issue: `SERVER-48571 ` Write operation might invariant if a target error and a response error is received
11- - :issue: `SERVER-49713 ` Skip checking for orphaned documents in shard_removal_triggers_catalog_cache_invalidation.js
1211- :issue: `SERVER-51834 ` Race in moveChunk tests
1312- :issue: `SERVER-52686 ` Blacklist transactions_causal_consistency.js test from the sharding_csrs_continuous_config_stepdown
1413- :issue: `SERVER-53029 ` Port the changes for SERVER-52955 to later branches
4342Aggregation
4443~~~~~~~~~~~
4544
46- - :issue: `SERVER-33966 ` redundant $sort in aggregation prevents best $limit $sort consolidation
47- - :issue: `SERVER-51886 ` $lookup + $merge pipeline may fail to resolve views correctly when collection names collide
45+ :issue: `SERVER-33966 ` redundant $sort in aggregation prevents best $limit $sort consolidation
4846
4947Storage
5048~~~~~~~
@@ -79,7 +77,9 @@ Internals
7977- :issue: `SERVER-50445 ` Return the value as double when NumberLong subtraction overflows in ExpressionSubtract
8078- :issue: `SERVER-50547 ` Explore aggregation pipeline length limit
8179- :issue: `SERVER-51057 ` Test that getMore metrics are incremented in server_status_metrics.js
80+ - :issue: `SERVER-51164 ` Remove non-DSI Microbenchmarks
8281- :issue: `SERVER-51405 ` Disable some concurrency suites for ephemeralForTest on v4.4
82+ - :issue: `SERVER-51418 ` Resolve race condition in StepdownShouldInterruptConfigWrite
8383- :issue: `SERVER-51454 ` operationProfiling.filter config option rejects agg expressions
8484- :issue: `SERVER-51526 ` Hybrid index builds can miss writes and crash in the event of a well-timed WriteConflictException
8585- :issue: `SERVER-51715 ` Wrap timestamps with tojson() in log lines in optime.js
@@ -99,25 +99,24 @@ Internals
9999- :issue: `SERVER-52806 ` deb install files assume systemd
100100- :issue: `SERVER-52824 ` Support AWS roles with paths
101101- :issue: `SERVER-52834 ` Migrate sys-perf and perf tasks to use the new run_workload DSI command
102- - :issue: `SERVER-52867 ` Make sure secondary has finished closing connections after being removed before sending new commands in awaitable_hello_on_nodes_with_invalid_configs.js
103102- :issue: `SERVER-52929 ` Correctly handle compound indexes with 32 keys
104103- :issue: `SERVER-52969 ` Disable Powercyle on non-master branches
105104- :issue: `SERVER-52975 ` Fix use of 'onRollback' callback for collection validator options in 'collection_impl.cpp'
106- - :issue: `SERVER-52983 ` Assertions in initial_sync_replSetGetStatus.js have to account for batch sizes smaller than collectionClonerBatchSize
107105- :issue: `SERVER-53017 ` replSetGetStatus remainingInitialSyncEstimatedMillis always 0
108106- :issue: `SERVER-53058 ` Better account of CleanEveryN runtime when setting dynamic timeouts
109107- :issue: `SERVER-53068 ` Use 10gen/linkbench2 instead of mdcallag/linkbench for system perf
110108- :issue: `SERVER-53196 ` Fail to generate tasks if a large distro is specified but not available
111109- :issue: `SERVER-53314 ` Generated tasks can specify a null distro
112- - :issue: `SERVER-53323 ` Run concurrency_simultaneous_replication on large distro on Enterprise Windows (inMemory) buildvariant
113110- :issue: `WT-4780 ` Enable assertion that commit timestamp is newer than all readers
114111- :issue: `WT-6449 ` Hang analyzer for WT Evergreen tests
115112- :issue: `WT-6563 ` Create a reproducer for invalid modification application
116113- :issue: `WT-6678 ` Remove Huffman Encoding support for Keys
117114- :issue: `WT-6693 ` Add compatibility testing for imported objects
115+ - :issue: `WT-6706 ` Add table import repair functionality
118116- :issue: `WT-6713 ` Remove transaction support from custom data sources
119117- :issue: `WT-6722 ` Review function names in history store module
120118- :issue: `WT-6750 ` Assert to ensure no duplicate entries in the history store
119+ - :issue: `WT-6751 ` Assert if new value is the same as old value for a history store update
121120- :issue: `WT-6752 ` Assert history store will not have any uncommitted updates
122121- :issue: `WT-6753 ` Assert only stop time pair of history store update can be modified.
123122- :issue: `WT-6816 ` Design write gen scheme to allow dhandles with active history to get closed/re-opened
@@ -130,14 +129,21 @@ Internals
130129- :issue: `WT-6842 ` Add example showing using src_id only
131130- :issue: `WT-6844 ` Make force stop durable
132131- :issue: `WT-6845 ` Set session btree to HS when operating on history store
132+ - :issue: `WT-6857 ` Define a new cursor for the history store access.
133+ - :issue: `WT-6858 ` Implement insert method for the history store cursor
134+ - :issue: `WT-6859 ` Implement search_near method for the history store cursor
133135- :issue: `WT-6860 ` Add relevant history store statistics to data handles
134136- :issue: `WT-6867 ` Documentation: create model subpages for architecture guide
135137- :issue: `WT-6868 ` Don't cache history store cursor for operations on metadata
138+ - :issue: `WT-6869 ` Assert tree walk never return the start ref
136139- :issue: `WT-6870 ` Rename history store statistic to better describe its use case.
137140- :issue: `WT-6872 ` Replace the yield instructions with an ISB
138141- :issue: `WT-6875 ` Remove legacy import invocation
139142- :issue: `WT-6882 ` Files created during incremental backup should be copied in full
140143- :issue: `WT-6883 ` Redo change for breaking up backup ranges and fix for EOF
144+ - :issue: `WT-6894 ` Implement history store cursor prev and next methods
145+ - :issue: `WT-6895 ` Implement HS cursor update method
146+ - :issue: `WT-6896 ` Initial implementation of hs cursor remove
141147- :issue: `WT-6916 ` Create stub subpages for architecture guide
142148- :issue: `WT-6922 ` Add random consolidate testing to incr_backup
143149- :issue: `WT-6925 ` Fix incorrect comment
0 commit comments