summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* SERVER-75683 Return error if encryptedFields contains eccCollectionShreyas Kalyan2023-05-125-58/+54
|
* SERVER-77028 tlsClusterCAFile is not being used to validate client ↵Adrian Gonzalez2023-05-121-1/+2
| | | | certificates on macOS
* SERVER-75758 Move information out of old sharding arch guideAllison Easton2023-05-1210-1510/+708
|
* SERVER-77025 Wait for index builds to complete on conflicting command ↵Josef Ahmad2023-05-123-13/+130
| | | | application
* SERVER-75392 Update fast integer rounding implementations in S2 libraryMihai Andrei2023-05-123-79/+30
|
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-1215-34/+110
|
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to ↵mathisbessamdb2023-05-1240-90/+109
| | | | take in DatabaseName obj
* SERVER-70405 Document Bonsai classes and functionsMatt Boros2023-05-117-31/+63
|
* SERVER-73714 Modify comment for fle insert multiversion fix added in ↵Shreyas Kalyan2023-05-111-1/+1
| | | | SERVER-73692
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-119-167/+825
|
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-1160-94/+1478
|
* SERVER-76927 Add server parameter for concurrency adjustment intervalGregory Noma2023-05-112-1/+15
|
* SERVER-76821 re-enable awaitdata_getmore_cmd.js under config fuzzerBenety Goh2023-05-111-2/+0
|
* SERVER-74210 Improve createIndexes errmsg on secondary abortJosef Ahmad2023-05-113-1/+19
|
* SERVER-77023 make lint_fuzzer_sanity_patch work on enterprise moduleTrevor Guidry2023-05-111-1/+1
|
* SERVER-76826 Fix invariant failure for $merge with dollar fieldsRui Liu2023-05-113-2/+140
|
* SERVER-77027 Only check for direct shard connections if sharding is enabledAllison Easton2023-05-111-1/+2
|
* SERVER-77029 Set syncdelay in TestOplogTruncation before starting the ↵Gregory Wlodarek2023-05-112-20/+17
| | | | checkpoint thread
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-1128-280/+999
|
* SERVER-70188: Remove featureFlagConfigurableX509ClusterAuthnVarun Ravichandran2023-05-112-14/+2
|
* SERVER-76408 create feature flag for large batched writesBenety Goh2023-05-114-5/+13
|
* SERVER-76777 Retry lock coll lock acquisition on self abortYu Jin Kang Park2023-05-115-44/+268
|
* SERVER-76143 Add missing find command fields to queryStats keyMaddie Zechar2023-05-1110-106/+252
|
* SERVER-74980 Reducing CatalogCache verbositySergi Mateo Bellido2023-05-111-10/+13
|