summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-52544 Update IDL for listDatabases4.4A. Jesse Jiryu Davis2020-11-254-55/+80
|
* SERVER-52810 Create the _shardsvrDropDatabase commandJaume Moragues2020-11-258-23/+196
|
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-2513-698/+663
| | | | This reverts commit cda3a52701fe4143b06bd981b98514e69d0a93eb.
* SERVER-53052 Review some recent changes introduced in setFCV commandSergi Mateo Bellido2020-11-257-58/+60
| | | | We forgot to support the transitions from LastContinuous <-> Latest
* SERVER-52567 added basic functions for graph analyzer CLI tool and improved ↵Daniel Moody2020-11-254-37/+570
| | | | graph generation.
* SERVER-52978: Correct ordered batch inserts code path for document ↵Daniel Gottlieb2020-11-253-3/+74
| | | | validation errors.
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-2513-663/+698
|
* SERVER-52952 Enable more jstests under SBE modeMelodee Li2020-11-2563-101/+1
|
* SERVER-52971 Correct spelling for 'nofity' in ParticipantsToNofityEnumSarah Zhou2020-11-251-18/+18
|
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-249-168/+252
|
* SERVER-52885 Update authZN architecture guideSara Golemon2020-11-241-101/+251
|
* SERVER-53069 Disable death tests on address and memory sanitizer variantsBen Caimano2020-11-241-1/+4
|
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from ↵Andrew Shuvalov2020-11-246-5/+18
| | | | destructor
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when ↵Amirsaman Memaripour2020-11-246-0/+125
| | | | initializing a connection
* SERVER-52802 Remove kDropping from the ReshardingCoordinatorBlake Oler2020-11-246-51/+39
|
* SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl2020-11-244-4/+12
|
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2020-11-244-39/+36
|
* SERVER-53002 tassert if command mirroring failsBen Caimano2020-11-241-2/+1
|
* SERVER-51903 Avoid VectorClockPersistCommand deadlock upon fast replica ↵Pierlauro Sciarelli2020-11-243-151/+23
| | | | state transitions
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-246-754/+1073
|
* SERVER-53035 ThreadAssertionMonitorBilly Donahue2020-11-244-76/+332
|
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-2453-192/+182
| | | | | | PART 1 - Adding a new DatabaseVersion class that handles the underlying IDL implementation of a DatabaseVersion
* SERVER-50734 Fix clang-tidy error for immediately destroyed objectNick Zolnierz2020-11-241-2/+2
|
* Import wiredtiger: 3e0f17b1697b1b010d9519387d4f11a84d94d972 from branch ↵Luke Chen2020-11-243-21/+30
| | | | | | | | | mongodb-5.0 ref: f5c56624e1..3e0f17b169 for: 4.9.0 WT-6934 Fix __wt_hs_upd_find wrongly returns WT_NOTFOUND
* SERVER-51287 check socket() call for failureBilly Donahue2020-11-241-0/+6
|
* SERVER-52968 Fix unowned memory bug in SBEIan Boros2020-11-231-1/+1
|
* SERVER-51862 Generate a C++ base class for each V1 commandSamy Lanka2020-11-235-28/+91
|
* SERVER-52962 Fix mapreduce "inline" syntax in API version testA. Jesse Jiryu Davis2020-11-231-2/+2
|
* SERVER-52543 Remove listCollections.comment from IDLA. Jesse Jiryu Davis2020-11-231-4/+0
|
* SERVER-52977 ReshardingDonorService transition to kDonatingOplogEntries ↵Alex Taskov2020-11-231-1/+1
| | | | doesn't need to update coordinator doc
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-2311-37/+129
| | | | | Promise<void> can now be set from a Status and Promise<T> now rejects being implicitly set from a Status or T.
* SERVER-52884 Remove race in reconstruct_prepared_transactions_initial_sync.jsGeorge Wangensteen2020-11-231-0/+2
|
* SERVER-49232 improving failCommand loggingGabriel Russell2020-11-231-1/+1
|
* SERVER-49901 Implement ordinary insert rule for resharding's oplog applicationjannaerin2020-11-237-8/+682
|
* SERVER-51534 Support concatArrays in SBEAlya Berciu2020-11-238-136/+488
|
* SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell2020-11-236-36/+63
|
* SERVER-50734 Support regexp expressions in SBEMilena Ivanova2020-11-2312-53/+813
|
* SERVER-51694 Add a resharding utility function to determine whether a write ↵Vishnu Kaushik2020-11-234-4/+92
| | | | should be run in a distributed transaction
* Import wiredtiger: f5c56624e1367fa4dd105d43ffc244084e9069f9 from branch ↵Luke Chen2020-11-2311-83/+47
| | | | | | | | | | mongodb-5.0 ref: b22e16b764..f5c56624e1 for: 4.9.0 Reverted ticket(s): WT-6712 Allow RTS to operate when stable timestamp is not set
* SERVER-53012 Fix initial_sync_drop_collection.js when run with EMRC=falseHenrik Edin2020-11-211-2/+2
|
* SERVER-52529 enable schema validation on time-series bucket collectionsBenety Goh2020-11-213-10/+66
|
* SERVER-51468 ignore use-after-move clang-tidy errorBenety Goh2020-11-211-3/+4
|
* SERVER-52529 time-series upserts should bypass document validationBenety Goh2020-11-211-2/+3
|
* SERVER-52974 Avoid extra calls to _doc.getObject() in update codepath.Max Hirschhorn2020-11-212-15/+39
|
* SERVER-52525 validate expireAfterSeconds time-series optionBenety Goh2020-11-212-1/+3
|
* SERVER-52983 Assertions in initial_sync_replSetGetStatus.js have to account ↵Jason Chan2020-11-211-2/+5
| | | | for batch sizes smaller than collectionClonerBatchSize
* SERVER-52529 add test case for schema validation on time-series bucket ↵Benety Goh2020-11-211-0/+25
| | | | collection
* SERVER-52557 Publishing a writable Collection to the catalog is done with a ↵Henrik Edin2020-11-216-62/+118
| | | | | | | special commit handler that runs after all regular commit handlers. It is now safe to write to a writable Collection in a commit handler but not in a rollback handler. We should not need to be able to write to a writable Collection that rolls back as the cloned instance will just be discarded.
* SERVER-51468 [SBE] Fix bug with $in operatorMelodee Li2020-11-202-9/+20
|
* SERVER-47963 Support intermediate certs in the ca file on WindowsMark Benvenuto2020-11-205-1/+177
|