summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-1745-472/+477
|
* SERVER-75287: fix rounding and overflow detection in Classic for subtract ↵Rushan Chen2023-05-171-12/+43
| | | | when one operand is Date and another numeric
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-1745-477/+472
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76908 Fix generation and format of the "createDatabase" op entriesPaolo Polato2023-05-174-19/+29
|
* SERVER-76788 elide trivial Decoration constructorsBilly Donahue2023-05-172-3/+13
|
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-178-65/+416
|
* SERVER-77196 Prevent potential deadlock in TaskExecutorCursorTestBen Shteinfeld2023-05-171-1/+6
|
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-171-1/+1
|
* 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-171-33/+60
| | | | is too large
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-1745-472/+477
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* 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
* SERVER-77151 Make the number of stripes configurable for the bucket catalogYuhong Zhang2023-05-165-30/+86
|
* SERVER-69206 Remove use-after-move on ConnectionPool::Options in ↵George Wangensteen2023-05-161-1/+1
| | | | ConnectionPool constructor.
* SERVER-74925 Remove NamespaceStringOrUUID constructor that takes in tenantid ↵mathisbessamdb2023-05-161-2/+0
| | | | and db string
* SERVER-77123 Make the readConcern for TransactionResources come from ↵Kaloian Manassiev2023-05-168-63/+96
| | | | prerequisites
* SERVER-73779 Add maxTimeMSOpOnly to network message if it is a hedge sent ↵Alex Li2023-05-164-19/+127
| | | | through async_rpc API
* SERVER-77018 Remove in-progress index builds from getIndexFreeStorageBytesYu Jin Kang Park2023-05-161-2/+11
|
* SERVER-75541 Pretty printer for SargableNodeNicholas Zolnierz2023-05-162-77/+94
|
* SERVER-72370 Fix incorrect serverless lock usage in Tenant MigrationDidier Nadeau2023-05-161-6/+6
|
* SERVER-77012 Skip parsing for tenantIds if multitenancy disabledMatt Broadstone2023-05-162-36/+84
|
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ↵Jordi Serra Torrens2023-05-1615-161/+132
| | | | acquisitions
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-1611-36/+24
|
* SERVER-76903 Run multi-tenant change stream suites only on all-feature-flags ↵Romans Kasperovics2023-05-168-61/+14
| | | | | | | | | variants Additionally: - remove the invariant that might be triggered by changing the FCV in tests - remove serverless change stream feature flag dependency from change stream option validation - remove serverless change stream feature flag dependency from run_aggregate.cpp
* Import wiredtiger: 2a63f4a39c3a74467005c2c7423823f22f5af394 from branch ↵Andrew Morton2023-05-162-4/+57
| | | | | | | | | mongodb-master ref: 13fbda20ff..2a63f4a39c for: 7.1.0-rc0 WT-11051 Fix newest start durable timestamp comparison in aggregate timestamp validation
* Import wiredtiger: 13fbda20ff0f2383c13dd9669273f393f12c4ecb from branch ↵Andrew Morton2023-05-163-1/+29
| | | | | | | | | mongodb-master ref: 572d039366..13fbda20ff for: 7.1.0-rc0 WT-11069 Improve container debugging
* Import wiredtiger: 572d039366c32c7640e61dac02970d9bfce10adb from branch ↵Andrew Morton2023-05-162-2/+2
| | | | | | | | | mongodb-master ref: 686cea52e6..572d039366 for: 7.1.0-rc0 WT-11057 Fix potential out of bounds read in __wt_session_get_btree_ckpt
* SERVER-71746 Move mongo config header lint to clang-tidyJuan Gu2023-05-167-0/+235
|
* SERVER-66281 Logging subsystem has become aware of tenant IDsmathisbessamdb2023-05-169-25/+20
|
* SERVER-76952: Skip processing accumulator when the result is no longer affectedProjjal Chanda2023-05-155-14/+72
|
* SERVER-75276 writeConflictRetry should properly be using a ↵Sophia Tan2023-05-15107-1010/+962
| | | | NamespaceStringOrUUID instead of a StringData
* SERVER-76896 Add direct access for two common slot accessorsMartin Neupauer2023-05-154-1/+42
|
* SERVER-75202 Add ordered bulk write update test and delete test for sharded ↵kauboy262023-05-151-25/+47
| | | | mongod
* SERVER-77121 move OpObserverShardingImpl::isMigrating() to ↵Benety Goh2023-05-155-22/+26
| | | | MigrationSourceManager
* SERVER-74013 Capture thread number by value in ServerHandlesMultipleClients ↵Patrick Freed2023-05-151-1/+1
| | | | test (BF-28709)
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-1514-41/+119
|
* SERVER-76947 remove unimplemented tassert for $cursor shapificationDavis Haupt2023-05-151-5/+3
|
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-1511-100/+56
|
* SERVER-76983 Shutdown and join the CatalogCached's thread pool when mongos ↵Antonio Fuschetto2023-05-151-0/+8
| | | | terminates
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-1516-100/+141
|