summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ↵HEADmasterauto-revert-processor2023-05-1860-150/+182
| | | | | | the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
* SERVER-77247 Allow users to retry a configureQueryAnalyzer command to ↵Cheahuychou Mao2023-05-184-16/+15
| | | | disable query sampling
* SERVER-76635 Override SerializationContext when parsing agg requestsHugh Tong2023-05-177-28/+67
|
* SERVER-72989 Attach stmtIds to bulkWrite request sent by mongoskauboy262023-05-176-30/+250
|
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵Kaloian Manassiev2023-05-1760-182/+150
| | | | class name
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-1736-183/+204
|
* SERVER-77202 create ReshardCollectionCmdTest utilJiawei Yang2023-05-173-202/+262
|
* SERVER-76476 Include all core tests in the ↵Jason Zhang2023-05-171-5/+262
| | | | sharded_collection_single_writes_without_shard_key_jscore_passthrough
* SERVER-72792 implement basic progress tracking for individual operations in ↵kauboy262023-05-174-66/+292
| | | | bulkWrite
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-1718-67/+10
|
* SERVER-76546 _migrateClone can deadlock with prepared transactions on ↵Randolph Tan2023-05-171-0/+5
| | | | secondaries
* SERVER-76729 Remove TODO listed in SERVER-73342Pavi Vetriselvan2023-05-171-2/+0
|
* SERVER-73279: Support FCV transitions with a catalog shardwenqinYe2023-05-176-21/+242
|
* SERVER-76717 Remove possibly-redundant authentication log messageBlake Oler2023-05-171-15/+2
|
* SERVER-76103 asio_transport_layer_test: keep sessions aliveBilly Donahue2023-05-171-28/+44
|
* SERVER-73639 Avoid dependency on version_burn_in_gen for non-burn-in tasksMikhail Shchatko2023-05-173-15/+111
|
* SERVER-77083 Index build stepup async task should tolerate stepdownsJosef Ahmad2023-05-172-6/+96
|
* SERVER-77153 Protect against zero elapsed time in throughput probingGregory Noma2023-05-171-0/+6
|
* SERVER-77107 Add LLVM XRay supportMark Benvenuto2023-05-171-0/+13
|
* SERVER-77199 Change expected responses of upsert tests in ↵Sanika Phanse2023-05-171-2/+2
| | | | updateOne_without_shard_key_basic.js
* SERVER-74015 Introduce mocked gRPC stub and client streamPatrick Freed2023-05-1722-127/+1078
|
* SERVER-77214 Add buildUUID, db, and collectionUUID to index build data ↵Yu Jin Kang Park2023-05-172-2/+27
| | | | corruption log message
* SERVER-77167: update how we build mongo-tools in sys-perf v2Miguel Angel Nieto2023-05-171-2/+2
|
* SERVER-77039 Re-denylist map_reduce_drop.js from SERVER-71368 changesPol Pinol Castuera2023-05-176-0/+17
|
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-1762-582/+575
|
* SERVER-75287: fix rounding and overflow detection in Classic for subtract ↵Rushan Chen2023-05-173-12/+134
| | | | when one operand is Date and another numeric
* Revert "SERVER-77167: update how we build mongo-tools in sys-perf"Miguel Angel Nieto2023-05-171-2/+2
|
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-1762-575/+574
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76908 Fix generation and format of the "createDatabase" op entriesPaolo Polato2023-05-176-29/+41
|
* SERVER-76788 elide trivial Decoration constructorsBilly Donahue2023-05-172-3/+13
|
* SERVER-77169 Switch config shard tasks to gen tasksMikhail Shchatko2023-05-171-8/+6
|
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-1714-97/+986
|
* SERVER-77196 Prevent potential deadlock in TaskExecutorCursorTestBen Shteinfeld2023-05-171-1/+6
|
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-172-2/+2
|
* SERVER-75281 Platform Support: Add support for Amazon Linux 2023 ARMt.ward2023-05-179-82/+82
|
* SERVER-76918 Change bucket_catalog::clear to take in DatabaseName object ↵Sophia Tan2023-05-174-7/+49
| | | | instead of StringData object
* SERVER-77085 Ensure PinnedConnectionTaskExecutor sends requests to the ↵George Wangensteen2023-05-171-1/+1
| | | | network in the order they were scheduled.
* Import wiredtiger: 039cc949e442a69f072984ce625cb6cd2983cfa3 from branch ↵Andrew Morton2023-05-172-3/+57
| | | | | | | | | mongodb-master ref: 9318c8f5ae..039cc949e4 for: 7.1.0-rc0 WT-7401 Fix silent failures in evergreen
* Import wiredtiger: 9318c8f5aed6dd7422f3c2a9c05a89ee40f804f8 from branch ↵Andrew Morton2023-05-177-30/+299
| | | | | | | | | mongodb-master ref: 8dc1c0b0f1..9318c8f5ae for: 7.1.0-rc0 WT-10820 Checkpoint to mark the tree dirty when the tree has more data
* Import wiredtiger: 8dc1c0b0f1381773a0d13d5751ec724f23f77709 from branch ↵Andrew Morton2023-05-173-4/+21
| | | | | | | | | mongodb-master ref: 04dcc36204..8dc1c0b0f1 for: 7.1.0-rc0 WT-11049 Always check prefix skipped search results in diagnostic builds
* Import wiredtiger: 04dcc362042b8cc35fdd8de8343be3a15d4fa47c from branch ↵Andrew Morton2023-05-1736-58/+189
| | | | | | | | | mongodb-master ref: d310d6330e..04dcc36204 for: 7.1.0-rc0 WT-10898 Add assertions for owning a spinlock
* Import wiredtiger: d310d6330ea5b23835d9eb231f65bb9f91bdef21 from branch ↵Andrew Morton2023-05-177-5/+84
| | | | | | | | | mongodb-master ref: 2a63f4a39c..d310d6330e for: 7.1.0-rc0 WT-11066 Add mechanisms for checking whether a session holds a spinlock
* SERVER-76988 Abort the reshardCollection operation when the zone information ↵Cheahuychou Mao2023-05-173-33/+198
| | | | is too large
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-1762-574/+575
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-75251 - Update snapshot for initial sync variantAhmad Shah2023-05-171-5/+5
|
* SERVER-76900 ResourceConsumption::shouldCollectMetricsForDatabase to pass a ↵mathisbessamdb2023-05-176-49/+212
| | | | DatabaseName
* SERVER-76987 Make sure local awaitData notifications are robust to ↵Matthew Russotto2023-05-162-3/+17
| | | | WriteConflictExceptions.
* SERVER-76987 Make oplog notification robust to step-upMatthew Russotto2023-05-161-0/+4
|
* SERVER-76807 Avoid adding opTimes for non-retryable internal transactions to ↵Cheahuychou Mao2023-05-1610-9/+38
| | | | the session migration new opTime buffer
* SERVER-77151 Add a helper to merge in a collection's bucket catalog ↵Yuhong Zhang2023-05-162-0/+37
| | | | execution stats