@@ -20,8 +20,6 @@ Sharding
20
20
verbose
21
21
- :issue: `SERVER-83061 ` Remove partially-released vestiges of ShardRole
22
22
API from 7.0
23
- - :issue: `SERVER-83146 ` Bulk write operation might fail with
24
- NamespaceNotFound
25
23
26
24
Query
27
25
~~~~~
@@ -45,6 +43,7 @@ Internals
45
43
locks during shutdown and rollback
46
44
- :issue: `SERVER-70974 ` Fix early-exits triggered when user specifies
47
45
TCP Fast Open server parameters
46
+ - :issue: `SERVER-75033 ` Capture core dumps from test failures on macOS
48
47
- :issue: `SERVER-76560 ` Time series collections not always honoring
49
48
expireAfterSeconds correctly
50
49
- :issue: `SERVER-77311 ` Add a new log message when a secondary node is
@@ -124,6 +123,8 @@ Internals
124
123
response status check
125
124
- :issue: `SERVER-82143 ` Make clientId OIDC IdP configuration field
126
125
optional
126
+ - :issue: `SERVER-82197 ` Incorrect query results in SBE if $group spills
127
+ in presence of collation
127
128
- :issue: `SERVER-82223 ` Commit handler in FCV op observer is susceptible
128
129
to interruption
129
130
- :issue: `SERVER-82313 ` Fix cancelling txn api from the caller
@@ -209,6 +210,8 @@ Internals
209
210
- :issue: `SERVER-84087 ` Make sure ExecutorPool gets terminated after
210
211
migrations have completed
211
212
- :issue: `SERVER-84148 ` Fix timing issue in fle2_compact_setfcv.js test
213
+ - :issue: `SERVER-84337 ` Backport new variants added to perf.yml over to
214
+ sys-perf-7.0 and sys-perf-4.4
212
215
- :issue: `WT-7929 ` Investigate a solution to avoid FTDC stalls during
213
216
checkpoint
214
217
- :issue: `WT-11584 ` Fix test_checkpoint_stats test
0 commit comments