summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* We have a background thread running (albiet it doesn't do what we want yet)51403Brian DeLeonardis2020-11-124-14/+268
|
* ProgressBrian DeLeonardis2020-11-112-2/+13
|
* First crack at yml fileBrian DeLeonardis2020-11-111-0/+43
|
* SERVER-52775 Fix sys-perf module issuesdalyd2020-11-111-3/+5
|
* SERVER-51826: Add a sharding arch guide link to stale config version ↵Daniel Gottlieb2020-11-111-0/+3
| | | | exception handling.
* SERVER-51785 Do not count oplog writes for resource consumption metricsBrian DeLeonardis2020-11-114-126/+48
|
* SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis2020-11-113-1/+12
|
* SERVER-52740: Introducing medium distro to more size hardware appropriatelyCristopher Stauffer2020-11-111-79/+97
|
* SERVER-28943 Make shards retry non-write commands on stale version exceptionsTommaso Tocci2020-11-1110-113/+104
|
* SERVER-51900 Get rid of the 'distributionMode' field of config.collectionsKaloian Manassiev2020-11-118-357/+12
|
* SERVER-51848 Rename generic arg/reply functionsA. Jesse Jiryu Davis2020-11-116-25/+22
|
* SERVER-52696 Fix workloads module checkout directoryRichard Samuels2020-11-112-14/+20
|
* SERVER-51880: Remove all {dropped:true} entries from config.collection on ↵Jordi Serra Torrens2020-11-114-1/+108
| | | | FCV upgrade
* Revert "SERVER-48002 Do not enforce DataCorruptionDetected assertion when ↵Louis Williams2020-11-112-69/+1
| | | | | | ignoring prepare conflicts" This reverts commit 523247d096a796c15c911370e622a3614411a25b.
* SERVER-52691 Unit test agg pipeline through ReshardingCollectionCloner.Max Hirschhorn2020-11-117-375/+350
|
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-1145-220/+555
|
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-1122-166/+768
|
* Import wiredtiger: 5f9a0178f292c964ef5b40c4e639e3e0a438e5e5 from branch ↵Chenhao Qu2020-11-112-2/+36
| | | | | | | | | mongodb-5.0 ref: 2fb1c7b6fd..5f9a0178f2 for: 4.9.0 WT-6751 Assert if new value is the same as old value for a history store update
* SERVER-13980 warn when shell input lines are truncatedKevin Pulo2020-11-111-0/+22
|
* SERVER-49982 Implement $dayOf* agg expressions in SBEMelodee Li2020-11-1114-64/+688
|
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-1137-105/+808
|
* SERVER-48002 Do not enforce DataCorruptionDetected assertion when ignoring ↵Louis Williams2020-11-112-1/+69
| | | | | | | | | prepare conflicts Snapshot isolation cannot be guaranteed for operations that ignore prepare conflicts. This means that two reads of the same record in the same snapshot can return different results. In practice, this can lead to false positive DataCorrutionDetected assertions.
* SERVER-52731 Made StatusWith types/constants inlineBen Caimano2020-11-111-8/+4
|
* SERVER-51866 IDLify MergeAuthzCollections commandSara Golemon2020-11-107-506/+357
|
* SERVER-51859 Fix builtin privileges reporting via rolesInfoSara Golemon2020-11-102-7/+136
|
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-1015-86/+273
|
* SERVER-52658 Shut down the Grid's executor before shutting down the ↵Blake Oler2020-11-101-0/+2
| | | | PrimaryOnlyServiceRegistry in resharding unit tests
* SERVER-51217 Create temporary resharding collection on recipientBlake Oler2020-11-105-107/+179
|
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper ↵Henrik Edin2020-11-108-27/+26
| | | | | | when possible Also fix so the drop pending ident reaper is used in standalone mode
* SERVER-51877 Check all API V1 commands are defined in IDLA. Jesse Jiryu Davis2020-11-106-25/+223
|
* SERVER-49024 Disallow $lookup caching of stages containing $rand, $sampleDavid Percy2020-11-106-23/+69
|
* SERVER-52724 ↵Gregory Wlodarek2020-11-101-2/+2
| | | | 'ttl_monitor_does_not_unregister_index_during_collection_creation.js' waits for two TTL passes as opposed to one
* SERVER-52522 transform time-series inserts to upserts in js testBenety Goh2020-11-101-46/+120
|
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-1024-28/+173
|
* SERVER-52724 Increment TTL passes server status metric after the TTL work ↵Gregory Wlodarek2020-11-101-1/+2
| | | | has finished
* SERVER-52733 Dependency rationalization for sbe valueSvilen Mihaylov2020-11-101-5/+17
|
* SERVER-51865 IDLify user cache commandsSara Golemon2020-11-105-120/+96
|
* SERVER-52690 Run ReshardingCollectionCloner on a TaskExecutor.Max Hirschhorn2020-11-105-64/+265
| | | | | | | | | | | Restructures the ReshardingCollectionCloner class to run on a separate thread and returned a mongo::Future readied when the cloning procedure has completed successfully or failed with an error. Also enables the ReshardingCollectionCloner to insert documents in batches of size > 1 in a single storage transaction. The reshardingCollectionClonerBatchSizeInBytes server parameter can be used to control the size of the insert batch.
* Import wiredtiger: 2fb1c7b6fde6de1550079bcf4582cbade9f40e50 from branch ↵Luke Chen2020-11-1035-277/+78
| | | | | | | | | | mongodb-5.0 ref: 805fe0276c..2fb1c7b6fd for: 4.9.0 WT-6678 Remove Huffman Encoding support for Keys WT-6713 Remove transaction support from custom data sources
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-103-52/+237
|
* SERVER-52679: Disallow null/undefined command parameter for IDL commands ↵Lingzhi Deng2020-11-102-3/+17
| | | | with {namespace: type}
* SERVER-50762 [SBE] SizeMatchExpression can produce wrong results in some ↵Melodee Li2020-11-092-11/+24
| | | | cases involving nesting
* SERVER-50838 Unchecked return value for recordCursor restore in IDHack stageEric Cox2020-11-091-2/+4
|
* SERVER-52714 Fix the lifetime of ImpersonationSessionGuard in ↵Amirsaman Memaripour2020-11-091-1/+2
| | | | ExecCommandDatabase
* SERVER-52698 Protect ViewCatalog with mutex also in rollback handlersHenrik Edin2020-11-091-3/+11
|
* SERVER-51873 Remove system.buckets collection when dropping time-series viewGregory Noma2020-11-094-50/+97
|
* SERVER-52672 Update blackduck_hub.py rules for filtering beta versionsMark Benvenuto2020-11-091-12/+9
|
* SERVER-52697 Add tpcc to system_perf.yml modulesRichard Samuels2020-11-091-0/+4
|
* SERVER-52696 Add sysbench to system_perf.yml modulesRichard Samuels2020-11-091-0/+4
|
* SERVER-51894 Don't call std::move() on 'collectionOptions' when calling ↵Mihai Andrei2020-11-091-4/+10
| | | | 'userCreateNS' in create_collection.cpp