summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-132-2/+12
* SERVER-25037 ReplicationCoordinatorImpl should create DataReplicator to perfo...Benety Goh2016-07-132-6/+8
* SERVER-24817 Separate out logic for loading cluster ID and accessing itSpencer T Brody2016-07-131-2/+6
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-126-22/+32
* SERVER-25003 load clusterId into memory on config server transition to primar...Esha Maharishi2016-07-121-1/+11
* SERVER-24997 Ignore CannotIndexParallelArrays errors during initial syncJudah Schvimer2016-07-121-2/+5
* Revert "SERVER-24532 adding MigrationManager to manage parallel migrations"Dianna Hohensee2016-07-122-12/+2
* SERVER-24945 DataReplicator no longer shares task executor with ReplicationCo...Benety Goh2016-07-124-8/+3
* SERVER-24945 DataReplicator uses single task executorBenety Goh2016-07-123-42/+5
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-2/+45
* SERVER-24945 converted DataReplicator to use TaskExecutorBenety Goh2016-07-113-44/+30
* SERVER-24945 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-114-18/+20
* Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"Benety Goh2016-07-114-20/+18
* SERVER-24495 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-114-18/+20
* SERVER-24293 Add tasks on evergreen to run tests with both old and new initia...Judah Schvimer2016-07-111-4/+4
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-119-249/+426
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-112-2/+12
* SERVER-24955 added join() to TaskRunnerBenety Goh2016-07-113-3/+50
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-113-16/+51
* SERVER-24952: Handle an empty getmore response in collection_clonerScott Hernandez2016-07-112-37/+119
* SERVER-24878 capture InterruptedAtShutdown when replicating for all code pathsEric Milkie2016-07-081-24/+12
* SERVER-22828 Handle empty array element in applyOps commandEric Milkie2016-07-081-1/+4
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-083-5/+22
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-084-0/+92
* SERVER-24928 Remove the ReadConcernResponse classKaloian Manassiev2016-07-0710-354/+60
* SERVER-24927 Ignore NamespaceNotFound errors during initial sync apply opsJudah Schvimer2016-07-072-0/+28
* SERVER-23750: change initial sync completion log message to match old one for...Scott Hernandez2016-07-071-1/+1
* SERVER-24938: pass all MultiIndexBlocks when inserting documentsScott Hernandez2016-07-072-9/+17
* SERVER-23750: clear and reset state after DR::doInitialSyncScott Hernandez2016-07-071-17/+14
* SERVER-24781 CSRS primary should cleanup dist locks on promotionKaloian Manassiev2016-07-061-0/+5
* SERVER-24900 Remove duplicated auth code of replset commandsSiyuan Zhou2016-07-063-102/+50
* SERVER-23750: disable tests while investigating failures.Scott Hernandez2016-07-061-1/+3
* SERVER-23750: Add retries for metadata command during initial syncScott Hernandez2016-07-063-4/+41
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-0623-1670/+2955
* SERVER-24881 Add StepUp Command.Siyuan Zhou2016-07-066-0/+63
* Revert "SERVER-24881 Add StepUp Command."Jonathan Abrahams2016-07-066-63/+0
* SERVER-24881 Add StepUp Command.Siyuan Zhou2016-07-056-0/+63
* SERVER-24494 Implemented parsing for linearizable read concernhari devaraj2016-07-051-4/+6
* SERVER-24773 _applyOplogUntil checks for shutdown while trying to pop from ne...Judah Schvimer2016-07-051-0/+4
* SERVER-24878 capture InterruptedAtShutdown when replicating, to avoid non-zer...Eric Milkie2016-07-011-7/+11
* SERVER-24869 shutdown applier task executor before destroying data replicator...Benety Goh2016-07-011-3/+6
* SERVER-24733 use ScopedTransactions to abandon snapshots in replication stora...Judah Schvimer2016-07-012-3/+3
* SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh2016-06-303-73/+10
* SERVER-23750: Connect StorageInterface to ReplicationCoordinatorImplScott Hernandez2016-06-306-14/+42
* SERVER-23750: unit test cleanupScott Hernandez2016-06-301-3/+0
* SERVER-23750 fixed missing dependency in 'data_replicator_external_state_mock'Benety Goh2016-06-301-0/+1
* SERVER-23750 added getCurrentConfig to DataReplicatorExternalState to get cur...Benety Goh2016-06-298-36/+54
* SERVER-24784 migrated MultiApplier to use task executor instead of replicatio...Benety Goh2016-06-287-20/+50
* SERVER-23096 Move initialization of config.version and the config db indexes ...Spencer T Brody2016-06-281-0/+16
* SERVER-24784 updated SyncSourceFeedback to share task executor with Backgroun...Benety Goh2016-06-283-26/+17