summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-5/+3
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-202-11/+6
* SERVER-47922 move embedded config from argv[0] to a StaticImmortalGabriel Russell2020-07-185-8/+68
* SERVER-47922 remove unused embedded options helpersGabriel Russell2020-07-163-130/+0
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-162-5/+5
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-092-2/+5
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-092-8/+11
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-082-5/+2
* SERVER-47277 Remove non-hygienic build supportAndrew Morrow2020-07-083-42/+36
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-082-0/+9
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-032-2/+5
* SERVER-49077 IDLify UMC Mutation commandsSara Golemon2020-07-021-1/+1
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-10/+10
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-262-2/+2
* SERVER-48970 Prevent concurrent uses of the same mongo_embedded_v1_status in ...Gregory Noma2020-06-231-4/+19
* SERVER-48367 fix embedded runGlobalInitializers callBilly Donahue2020-06-231-2/+1
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-117-27/+14
* SERVER-47182 remove IndexBuildsCoordinator::IndexBuildOptions::replSetAndNotP...Benety Goh2020-06-051-1/+0
* SERVER-46379 upgrade/downgrade support for initial sync semantics.Suganthi Mani2020-05-302-0/+6
* SERVER-48267 Don't apply export file in non-SDK buildsAndrew Morrow2020-05-181-1/+7
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-122-0/+2
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-042-2/+3
* SERVER-47017 Attach topologyVersion to ShutdownErrors (mongod)Tess Avitabile2020-05-012-0/+6
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-272-2/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-265-5/+5
* SERVER-47687 Remove extra aggregation request parsing in PipelineCommandEric Cox2020-04-251-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-1/+1
* SERVER-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-172-162/+0
* SERVER-47378 Resolve TODO for SERVER-37644Gregory Wlodarek2020-04-171-2/+0
* SERVER-46989 Index builds should hold RSTL to prevent replication state chang...Louis Williams2020-04-172-6/+7
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-162-2/+4
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-152-4/+4
* SERVER-44068 Add a 'restartHeartbeats' replication test commandWilliam Schultz2020-04-142-0/+6
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-1/+2
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-092-6/+5
* SERVER-46949 Add quiesce mode to the ReplicationCoordinatorTess Avitabile2020-04-092-0/+4
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-083-3/+3
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-042-2/+3
* SERVER-39458 Continuously drain side writes while waiting for next index buil...Louis Williams2020-04-031-0/+5
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-272-6/+0
* SERVER-46120 Make OplogQueryMetadata non-optionalA. Jesse Jiryu Davis2020-03-252-3/+4
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-7/+6
* SERVER-47064 Use std::invoke_result instead of std::result_ofMark Benvenuto2020-03-241-1/+1
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-192-5/+4
* SERVER-46917 Index builder on receiving commit/abort signal should cancel the...Suganthi Mani2020-03-182-0/+11
* SERVER-46831 Remove resyncData from ReplicationCoordinatorJason Chan2020-03-172-6/+0
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-172-0/+3
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-172-0/+6
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-162-0/+8