6
6
Sharding
7
7
~~~~~~~~
8
8
9
- - :issue: `SERVER-72146 ` Make chunk migrations metrics more accessible
10
- from Atlas
11
9
- :issue: `SERVER-73229 ` Logical sessions cache refresh ignores write
12
10
errors from updating session document, leading to cursors being killed
13
11
early
14
12
- :issue: `SERVER-73877 ` Wait for shard to have a primary before doing a
15
13
migration in prepare_transaction_then_migrate.js
16
- - :issue: `SERVER-74380 ` Router role retry loop should allow namespaces
17
- different from the one it was created for
18
- - :issue: `SERVER-75481 ` Consider ideal data size when balancing
19
- - :issue: `SERVER-76004 ` Remove incorrect sharding tassert in
20
- getOwnershipFilter function
21
- - :issue: `SERVER-76178 ` Fix moveRange authorization requirements
22
- - :issue: `SERVER-76394 ` Allow the setAllowMigrations refresh to be sent
23
- to all shards in a backportable way
24
-
25
- Query
26
- ~~~~~
27
-
28
- :issue: `SERVER-72224 ` Clustered collections with non-"simple" default
29
- collation miss documents when querying on _id using "simple" collation
30
14
31
15
Write Operations
32
16
~~~~~~~~~~~~~~~~
@@ -37,118 +21,58 @@ Internals
37
21
~~~~~~~~~
38
22
39
23
- :issue: `SERVER-66927 ` Remove reference to silentFail from mongo repo
40
- - :issue: `SERVER-67105 ` $in queries do not use clustered index
41
- - :issue: `SERVER-68670 ` Cache imbalanced collections for balancing
42
- - :issue: `SERVER-69952 ` Filtering on dates outside of the 32 bit epoch
43
- range returns wrong results
44
- - :issue: `SERVER-71009 ` Make sure the select chunks operation doesn't
45
- take too long
46
24
- :issue: `SERVER-71636 ` Explain executionStats does not work for $lookup
47
25
on sharded collection
48
- - :issue: `SERVER-72520 ` Decommission Microbenchmark performance tests
49
- that are running on CBI instances
50
- - :issue: `SERVER-72686 ` Add support for $collStats agg stage on
51
- timeseries collection
52
- - :issue: `SERVER-73108 ` Handle command request/reply
53
- serialization/deserialization
54
26
- :issue: `SERVER-73163 ` shard_split_shutdown_while_blocking_reads should
55
27
handle exception in readThread
56
28
- :issue: `SERVER-73383 ` Defragmentation may start over right after
57
29
finishing
58
30
- :issue: `SERVER-73482 ` $natural hint overrides sort on clustered
59
31
collections
60
- - :issue: `SERVER-73734 ` Support evergreen nightly project in
61
- burn_in_tests.py
62
- - :issue: `SERVER-73830 ` Retrieving alternate buckets for inserts not
63
- handling buckets pending direct writes
64
- - :issue: `SERVER-73855 ` Update recipientForgetMigration error handling
65
- logic to properly handle CallbackCanceled
66
- - :issue: `SERVER-73887 ` Allow untimestamped writes for the entirety of
67
- initial sync retry
68
32
- :issue: `SERVER-73936 ` Clean up timeseries_direct_update.js and add
69
33
logs
70
34
- :issue: `SERVER-73973 ` [test-only bug] Skip orphans checking in
71
35
server_status_with_time_out_cursors.js
72
- - :issue: `SERVER-74122 ` add readtest.c to the asan denylist
73
36
- :issue: `SERVER-74131 ` Multiplanning together with subplanning causes
74
37
server crash in mapReduce queries
75
38
- :issue: `SERVER-74303 ` Add a sizeStorer call to the onRollback handler
76
39
for dataSize and numRecords changes
77
- - :issue: `SERVER-74368 ` Reduce log verbosity for virtual collection
78
- queries
79
- - :issue: `SERVER-74469 ` Make the ShardingCatalogManager set the
80
- 'validAfter' field of a chunk when it is migrated
81
40
- :issue: `SERVER-74684 ` Size storer not being flushed periodically
82
- - :issue: `SERVER-74694 ` cleanupOrphaned command may fail with "Range
83
- deleter service not up error" on step up
84
41
- :issue: `SERVER-74720 ` The default 'shardingStatistics' serverStatus
85
42
section takes locks
86
- - :issue: `SERVER-74871 ` Clean up Jepsen tests
87
43
- :issue: `SERVER-74895 ` Expect command errors in validation when
88
44
querying $collStats, and improve the error message
89
- - :issue: `SERVER-74897 ` Change IDL defined commands to call
90
- NamespaceStringUtil
91
45
- :issue: `SERVER-75066 ` Check for parent directory before writing to
92
46
SCons cache
93
- - :issue: `SERVER-75082 ` Make balancer migrations throttling configurable
94
47
- :issue: `SERVER-75090 ` ftdc_connection_reuse.js -- test fails when
95
48
poolConnUsageTimeMillis does not increase
96
49
- :issue: `SERVER-75147 ` Remove FLE2 tests from replset continuous
97
50
stepdowns suite
98
- - :issue: `SERVER-75230 ` Package test fails on Ubuntu 16.04
99
51
- :issue: `SERVER-75239 ` [v6.3] Remove accidentally added tests from
100
52
backports_required_for_multiversion_tests.yml
101
53
- :issue: `SERVER-75261 ` "listCollections" command fails with
102
54
BSONObjectTooLarge error
103
- - :issue: `SERVER-75269 ` Re-introduce Classic Engine build variant on the
104
- 6.3 branch
105
55
- :issue: `SERVER-75277 ` TTL deleter attributes resource metrics across
106
56
multiple databases
107
57
- :issue: `SERVER-75299 ` Reduce severity of BalancerStatsRegistry logs
108
58
- :issue: `SERVER-75366 ` Additional debug log lines in range deleter
109
59
service
110
60
- :issue: `SERVER-75431 ` Get rid or fix best effort check for primary db
111
61
on rename path in sharded clusters
112
- - :issue: `SERVER-75479 ` Use system python on macos for ssl tests
113
62
- :issue: `SERVER-75501 ` Don't run Sys-perf FCV variants on stable
114
63
branches
115
64
- :issue: `SERVER-75519 ` Split task
116
65
sharded_collections_jscore_passthrough due to timeout
117
66
- :issue: `SERVER-75561 ` Report and log more detailed information when
118
67
validate encounters multikey inconsistencies
119
- - :issue: `SERVER-75566 ` Disable powercycle on windws
120
- - :issue: `SERVER-75601 ` Make serverStatus apiversion field more robust
121
- - :issue: `SERVER-75626 ` Special handling for macosx venv
122
68
- :issue: `SERVER-75639 ` Remove dedicated executor for
123
69
moveChunk/moveRange commands
70
+ - :issue: `SERVER-75652 ` Migrate from notary client to garasign for push
71
+ task
124
72
- :issue: `SERVER-75745 ` Only log record and index metadata associated
125
73
with missing or extra index keys
126
74
- :issue: `SERVER-75795 ` Update aws_e2e_ec2.js for evergreen changes to
127
75
AWS test identity
128
- - :issue: `SERVER-75990 ` Tenant Migrations are not resilient to recipient
129
- failover
130
76
- :issue: `SERVER-76009 ` Fix stepdown behavior in
131
77
read_ticket_exhaustion_with_stepdown test
132
- - :issue: `SERVER-76038 ` Remove FLE2 tests from
133
- sharded_retryable_writes_downgrade suite
134
- - :issue: `SERVER-76102 ` handleRIDRangeScan() sets hasCompatibleCollation
135
- wrong in recursive cases
136
- - :issue: `SERVER-76172 ` Fix BalancerChunkSelection unit test on slow
137
- build variants
138
- - :issue: `SERVER-76274 ` Move microbenchmarks to their own task distro
139
- - :issue: `SERVER-76321 ` Buffer overrun while deserializing compound
140
- group key spilled to disk in SBE hash agg implementation
141
- - :issue: `SERVER-76457 ` Support storing BuildID to debug symbols mapping
142
- for sanitizer builds
143
- - :issue: `SERVER-76498 ` Update push task to run on rhel8.7-small
144
- - :issue: `SERVER-76543 ` The mongod-dump-sessions gdb pretty printer does
145
- not work
146
- - :issue: `SERVER-76549 ` Remove symbolization from macos variants
147
- - :issue: `SERVER-76550 ` Balancer is unable to drain shards with big
148
- chunks
149
- - :issue: `SERVER-76580 ` Allow overriding SerializationContext objs
150
- constructed in IDL
151
- - :issue: `SERVER-76584 ` Ensure $tenant field sets the
152
- nonPrefixedTenantId flag
153
- - :issue: `SERVER-76666 ` Make buildscripts_test run on v6.3 branch
154
78
0 commit comments