summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Import wiredtiger: 745a9334996a60ee8d4ecf7f238325e489ae1e00 from branch ↵Andrew Morton2023-05-142-2/+9
| | | | | | | | | mongodb-master ref: af1fb31f4e..745a933499 for: 7.1.0-rc0 WT-11046 Adjust format keyno if necessary.
* SERVER-52001 Create feature flag for query settingsDenis Grebennicov2023-05-141-0/+6
|
* SERVER-76872 Prevent donor from outliving MovePrimaryCoordinatorBrett Nawrocki2023-05-135-9/+100
|
* SERVER-77095 Fix canceling transaction API when using an InlineExecutorJack Mulrow2023-05-133-30/+107
|
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-1322-657/+257
|
* Revert "SERVER-74013 Capture thread number by value in ↵auto-revert-processor2023-05-131-1/+1
| | | | | | ServerHandlesMultipleClients test (BF-28709)" This reverts commit 169c22878eddfc299e5d200ba8a1344ce16fc439.
* Revert "SERVER-68773 Move scoped range deleter lock under the range deleter ↵auto-revert-processor2023-05-133-17/+18
| | | | | | service" This reverts commit 3814bf328c42f7ec3754d79a7cc0701a575d3027.
* SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ↵Yoonsoo Kim2023-05-1312-130/+444
| | | | would succeed
* SERVER-77099 Account for OpMsg::sequence in write_ops::verifySizeEstimate ↵Mihai Andrei2023-05-133-9/+38
| | | | functions
* Revert "SERVER-76050 Enhance session handling in each coordinator"auto-revert-processor2023-05-136-88/+130
| | | | This reverts commit 5a8c52c0de24d8ddeb4a7d3b90ef5942c53cbd14.
* SERVER-77053 Transaction API shouldn't throw top level errors in runCommandJack Mulrow2023-05-125-39/+359
|
* SERVER-73316 Account for multiple rejected plans for sharded collections in ↵Gil Alon2023-05-121-6/+21
| | | | time-series test
* SERVER-77097: Prevent running the jstest in the multiversion suite.nandinibhartiyaMDB2023-05-121-0/+4
|
* SERVER-74013 Capture thread number by value in ServerHandlesMultipleClients ↵Patrick Freed2023-05-121-1/+1
| | | | test (BF-28709)
* SERVER-77033: Tag plan_cache_stats_shard_and_host.js with requires_fcvAdityavardhan Agrawal2023-05-121-0/+1
|
* SERVER-76993 Use dynamic import for SELinux jscore test runnerMatt Broadstone2023-05-126-13/+19
|
* SERVER-73662 tlsClusterCAFile is not being used to validate client ↵Adrian Gonzalez2023-05-122-0/+62
| | | | certificates on Windows
* SERVER-75577 Allow specifying FCV on new mongodHuayu Ouyang2023-05-123-4/+282
|
* SERVER-69184 Coverity analysis defect 128686: Using a moved objectSanika Phanse2023-05-121-1/+1
|
* SERVER-68773 Move scoped range deleter lock under the range deleter servicePierlauro Sciarelli2023-05-123-18/+17
|
* SERVER-76615 implement shardDistribution functionality in reshardCollection cmdJiawei Yang2023-05-129-45/+567
|
* SERVER-74145 Add concurrency workload to test writes without shard key while ↵Sanika Phanse2023-05-121-0/+138
| | | | resharding
* SERVER-75832 Prevent DocumentMetadataFields self-assignmentAlyssa Wagenmaker2023-05-121-2/+4
|
* SERVER-76050 Enhance session handling in each coordinatorSilvia Surroca2023-05-126-130/+88
|
* SERVER-67659 Remove partial, TTL index check on time-series collections once ↵Faustoleyva542023-05-121-73/+0
| | | | FCV 7.0 becomes last-lts
* SERVER-74221 Add assert.soon in mirror_reads.jsJason Chan2023-05-121-12/+13
|