@@ -18,11 +18,15 @@ Aggregation
18
18
Internals
19
19
~~~~~~~~~
20
20
21
+ - :issue: `SERVER-52545 ` Specify input/output to listIndexes command in
22
+ IDL
21
23
- :issue: `SERVER-58047 ` $toHashedIndexKey expression doesn't add any
22
24
dependencies
23
25
- :issue: `SERVER-58673 ` Enable featureFlagPerShardCursor
24
26
- :issue: `SERVER-61032 ` Convert all references to
25
27
/opt/mongodbtoolchain/gdb to a versioned equivalent
28
+ - :issue: `SERVER-62201 ` Remove all outdated entries from
29
+ backports_required_for_multiversion_tests.yml
26
30
- :issue: `SERVER-62400 ` Add $_passthroughToShard parameter to
27
31
AggregateCommandRequest
28
32
- :issue: `SERVER-62681 ` Create change streams per shard cursor
@@ -41,6 +45,8 @@ Internals
41
45
trigger
42
46
- :issue: `SERVER-68126 ` Check for negative maxChunkSize input value in
43
47
AutoSplitVector
48
+ - :issue: `SERVER-68470 ` Amazon Linux 4.2/4.4 RPMs fail to install due to
49
+ missing shadow-utils
44
50
- :issue: `SERVER-68901 ` Incorrect $elemMatch query analysis in
45
51
mongocryptd if document contains 2 different fields with the same name
46
52
- :issue: `SERVER-69001 ` Initial sync should set the minValid document to
@@ -51,13 +57,12 @@ Internals
51
57
universally callable
52
58
- :issue: `SERVER-69569 ` Python scripts failing in Evergreen tasks
53
59
- :issue: `SERVER-69785 ` robustify change_streams_per_shard_cursor.js
54
- - :issue: `SERVER-69944 ` Resmoke's globstar.py does not properly parse
55
- `` * `` before `` ** ``
60
+ - :issue: `SERVER-69944 ` Resmoke's globstar.py does not properly parse *
61
+ before **
56
62
- :issue: `SERVER-70299 ` Remove JSON.send command usage
57
63
- :issue: `SERVER-70348 ` Remove EAGAIN for queryable WT and retry
58
64
internally
59
- - :issue: `SERVER-70394 ` Fix self-swap in
60
- MultiPlanStage::removeRejectedPlans
65
+ - :issue: `SERVER-70427 ` Remove chef+kitchen package test infrastructure
61
66
- :issue: `SERVER-70469 ` Use virtual env python in watchdog tests
62
67
- :issue: `SERVER-70483 ` Update Resmoke to pass "evergreen_execution" up
63
68
to logkeeper.
@@ -82,10 +87,29 @@ Internals
82
87
- :issue: `SERVER-71772 ` Update ARM builds to target armv8.2-a on older
83
88
branches
84
89
- :issue: `SERVER-71875 ` Stop run jstestfuzz on rhel62
90
+ - :issue: `SERVER-71950 ` Fail and log the operation when out-of-order
91
+ keys are detected in WiredTiger
85
92
- :issue: `SERVER-72137 ` Handle case when test stats are not available
93
+ - :issue: `SERVER-72276 ` Remove all outdated entries from
94
+ backports_required_for_multiversion_tests.yml
86
95
- :issue: `SERVER-72288 ` microbenchmark tests fail after "Enable M1 Mac
87
96
support for DSI"
88
97
- :issue: `SERVER-72294 ` Upgrade all uses of sus12 to suse12-sp5
98
+ - :issue: `SERVER-72512 ` Indexes reported as valid when unable to return
99
+ inconsistencies due to memory limit
89
100
- :issue: `SERVER-72535 ` Sharded clusters allow creating the 'admin',
90
101
'local', and 'config' databases with alternative casings
102
+ - :issue: `SERVER-73481 ` Validate does not detect out-of-order keys with
103
+ {full: false}
104
+ - :issue: `SERVER-73636 ` Coverity analysis defect 135025: Inefficient
105
+ vector resizing with reserve.
106
+ - :issue: `SERVER-73706 ` Save WTRecordStoreUassertOutOfOrder fail point
107
+ state to prevent concurrency bugs in testing
108
+ - :issue: `SERVER-73986 ` [v4.2] Skip running validate_out_of_order.js on
109
+ ephemeralForTest
110
+ - :issue: `WT-9477 ` Don't allow checkpoint triggering internal page split
111
+ which leads to corrupted internal page in the checkpoint
112
+ - :issue: `WT-10461 ` Fix key out of order in skip list on weakly ordered
113
+ architecture
114
+ - :issue: `WT-10584 ` Add missing read barriers in __cursor_skip_prev
91
115
0 commit comments