summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-77151 Make the number of stripes configurable for the bucket catalogYuhong Zhang2023-05-165-30/+86
|
* SERVER-77155 Rename timelib entry in third_party_components.ymlMark Benvenuto2023-05-161-7/+7
|
* 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-77120 Raise timestamps used in preimage consistency testJordi Olivares Provencio2023-05-161-2/+5
|
* SERVER-76739 Archive data missing on evergreen task timeoutsTausif Rahman2023-05-166-9/+51
|
* SERVER-76656: basic CRUD to bulkWrite overrideseanzimm2023-05-161-0/+239
|
* SERVER-75541 Pretty printer for SargableNodeNicholas Zolnierz2023-05-163-84/+266
|
* 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-77167: update how we build mongo-tools in sys-perfMiguel Angel Nieto2023-05-161-2/+2
|
* 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-1610-63/+19
| | | | | | | | | 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
* SERVER-75065 Complete TODO listed in SERVER-61557Pierlauro Sciarelli2023-05-161-7/+1
|
* SERVER-76445 Remove TODO For SERVER-76445Cheahuychou Mao2023-05-161-2/+0
|
* 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-169-15/+236
|
* SERVER-66281 Logging subsystem has become aware of tenant IDsmathisbessamdb2023-05-169-25/+20
|
* SERVER-43522 Fix skip reason for explain in database_versioning_all_commands.jsPaolo Polato2023-05-161-1/+1
|
* SERVER-76032 Remove feature flag check from store_historical_placement_data.jsPaolo Polato2023-05-161-9/+0
|
* Revert "SERVER-73316 Account for multiple rejected plans for sharded ↵Gil Alon2023-05-151-21/+6
| | | | | | collections in time-series test" This reverts commit 4fc07a7a59bfc5c664b26c9fc307f52d5616dc51.
* 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-77122 update fcv tag in batched_multi_deletes_large_transaction.jsBenety Goh2023-05-151-1/+1
|
* 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-76961: update expected log struct for abandoned session, add ↵Adam Rayner2023-05-152-2/+34
| | | | deterministic test for abandoned authentication session
* SERVER-76634 Add SerializationContext object to ExpressionContextHugh Tong2023-05-1514-41/+119
|
* SERVER-76910 Make PyKMIP test harness return errorsSpencer Jackson2023-05-151-2/+1
|
* SERVER-76947 remove unimplemented tassert for $cursor shapificationDavis Haupt2023-05-151-5/+3
|
* SERVER-76445 Re-enable analyze_shard_key.js in suites with chunk migrationCheahuychou Mao2023-05-151-7/+26
|
* SERVER-77094 refresh_sample_rates.js should wait for the config server to ↵Cheahuychou Mao2023-05-151-0/+5
| | | | know about the number of mongoses in the cluster
* SERVER-77068 Use collection acquisitions in Update/Delete stagesJordi Serra Torrens2023-05-1511-100/+56
|
* SERVER-77054: Update kill_session.js to consider ↵Rachita Dhawan2023-05-151-1/+4
| | | | refreshLogicalSessionCacheNow throwing WriteConcernFailed error
* 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-1517-106/+147
|
* SERVER-71590 Move write_ops dassert to invariant [Coverity]Nicholas Zolnierz2023-05-151-1/+1
|
* SERVER-71922 Remove unused `requires_datasize` test tagAntonio Fuschetto2023-05-1520-29/+0
|
* SERVER-68773 Move scoped range deleter lock under the range deleter servicePierlauro Sciarelli2023-05-153-18/+17
|
* SERVER-77074 Always shutdown and join the CatalogCached's thread pool when ↵Antonio Fuschetto2023-05-151-1/+1
| | | | mongod terminates
* SERVER-62769 Enabling prevent direct shard operations feature flagSergi Mateo Bellido2023-05-152-3/+4
|
* Import wiredtiger: 686cea52e636f395e8582919fc1e153c5ba1af28 from branch ↵Andrew Morton2023-05-143-15/+208
| | | | | | | | | mongodb-master ref: 745a933499..686cea52e6 for: 7.1.0-rc0 WT-10987 Always log a truncate even if no work to do.