8
8
9
9
- :issue: `SERVER-48261 ` Unblacklist auth tests that use the 'mixedShardTest' helper
10
10
- :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
12
11
- :issue: `SERVER-51834 ` Race in moveChunk tests
13
12
- :issue: `SERVER-52686 ` Blacklist transactions_causal_consistency.js test from the sharding_csrs_continuous_config_stepdown
14
13
- :issue: `SERVER-53029 ` Port the changes for SERVER-52955 to later branches
43
42
Aggregation
44
43
~~~~~~~~~~~
45
44
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
48
46
49
47
Storage
50
48
~~~~~~~
@@ -79,7 +77,9 @@ Internals
79
77
- :issue: `SERVER-50445 ` Return the value as double when NumberLong subtraction overflows in ExpressionSubtract
80
78
- :issue: `SERVER-50547 ` Explore aggregation pipeline length limit
81
79
- :issue: `SERVER-51057 ` Test that getMore metrics are incremented in server_status_metrics.js
80
+ - :issue: `SERVER-51164 ` Remove non-DSI Microbenchmarks
82
81
- :issue: `SERVER-51405 ` Disable some concurrency suites for ephemeralForTest on v4.4
82
+ - :issue: `SERVER-51418 ` Resolve race condition in StepdownShouldInterruptConfigWrite
83
83
- :issue: `SERVER-51454 ` operationProfiling.filter config option rejects agg expressions
84
84
- :issue: `SERVER-51526 ` Hybrid index builds can miss writes and crash in the event of a well-timed WriteConflictException
85
85
- :issue: `SERVER-51715 ` Wrap timestamps with tojson() in log lines in optime.js
@@ -99,25 +99,24 @@ Internals
99
99
- :issue: `SERVER-52806 ` deb install files assume systemd
100
100
- :issue: `SERVER-52824 ` Support AWS roles with paths
101
101
- :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
103
102
- :issue: `SERVER-52929 ` Correctly handle compound indexes with 32 keys
104
103
- :issue: `SERVER-52969 ` Disable Powercyle on non-master branches
105
104
- :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
107
105
- :issue: `SERVER-53017 ` replSetGetStatus remainingInitialSyncEstimatedMillis always 0
108
106
- :issue: `SERVER-53058 ` Better account of CleanEveryN runtime when setting dynamic timeouts
109
107
- :issue: `SERVER-53068 ` Use 10gen/linkbench2 instead of mdcallag/linkbench for system perf
110
108
- :issue: `SERVER-53196 ` Fail to generate tasks if a large distro is specified but not available
111
109
- :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
113
110
- :issue: `WT-4780 ` Enable assertion that commit timestamp is newer than all readers
114
111
- :issue: `WT-6449 ` Hang analyzer for WT Evergreen tests
115
112
- :issue: `WT-6563 ` Create a reproducer for invalid modification application
116
113
- :issue: `WT-6678 ` Remove Huffman Encoding support for Keys
117
114
- :issue: `WT-6693 ` Add compatibility testing for imported objects
115
+ - :issue: `WT-6706 ` Add table import repair functionality
118
116
- :issue: `WT-6713 ` Remove transaction support from custom data sources
119
117
- :issue: `WT-6722 ` Review function names in history store module
120
118
- :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
121
120
- :issue: `WT-6752 ` Assert history store will not have any uncommitted updates
122
121
- :issue: `WT-6753 ` Assert only stop time pair of history store update can be modified.
123
122
- :issue: `WT-6816 ` Design write gen scheme to allow dhandles with active history to get closed/re-opened
@@ -130,14 +129,21 @@ Internals
130
129
- :issue: `WT-6842 ` Add example showing using src_id only
131
130
- :issue: `WT-6844 ` Make force stop durable
132
131
- :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
133
135
- :issue: `WT-6860 ` Add relevant history store statistics to data handles
134
136
- :issue: `WT-6867 ` Documentation: create model subpages for architecture guide
135
137
- :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
136
139
- :issue: `WT-6870 ` Rename history store statistic to better describe its use case.
137
140
- :issue: `WT-6872 ` Replace the yield instructions with an ISB
138
141
- :issue: `WT-6875 ` Remove legacy import invocation
139
142
- :issue: `WT-6882 ` Files created during incremental backup should be copied in full
140
143
- :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
141
147
- :issue: `WT-6916 ` Create stub subpages for architecture guide
142
148
- :issue: `WT-6922 ` Add random consolidate testing to incr_backup
143
149
- :issue: `WT-6925 ` Fix incorrect comment
0 commit comments