summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/data_replicator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-10/+5
* SERVER-22244 Restart initial sync on sync source rollbackJudah Schvimer2016-05-261-1/+64
* SERVER-23308 integrated repl::multiApply into data replicatorBenety Goh2016-05-241-15/+9
* SERVER-18038 data replicator sets and clears initial sync flagBenety Goh2016-04-181-7/+45
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-14/+51
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-241-24/+37
* Revert "SERVER-22858 create a new Applier which wraps multiApply"Max Hirschhorn2016-03-231-37/+24
* SERVER-22858 create a new Applier which wraps multiApplymatt dannenberg2016-03-231-24/+37
* SERVER-22858 generate batches in DataReplicator using the TryPopAndWaitForMor...matt dannenberg2016-03-151-40/+42
* SERVER-22858 change Applier to use OplogEntry instead of BSONObjmatt dannenberg2016-03-151-7/+7
* SERVER-18029 extended Reporter to support keep alive and downconversion for p...Benety Goh2016-03-101-8/+13
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-0/+18
* SERVER-18029 cleaned up ReplicationCoordinator::prepareReplSetUpdatePositionC...Benety Goh2016-03-071-3/+6
* SERVER-18043 migrated Reporter to use new replSetUpdatePosition commandBenety Goh2016-02-231-1/+1
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-1/+1
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-5/+14
* SERVER-19765 Rename term constants.Siyuan Zhou2015-08-271-3/+3
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-161-5/+6
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-29/+29
* SERVER-18042: remove sleep when starting initsync from data_replicator testScott Hernandez2015-07-071-2/+0
* SERVER-19001 Create common test infrastructure for testing TaskExecutor imple...Andy Schwerin2015-06-301-4/+4
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+1
* SERVER-18042 replaced reporter ReplicatonProgressManager with a stdx::functionBenety Goh2015-06-291-10/+3
* SERVER-18036 added data replication steady state/rollback skeletonBenety Goh2015-06-261-45/+217
* SERVER-19010 remove the metadata-free constructor of RemoteCommandResponsematt dannenberg2015-06-261-3/+3
* SERVER-18036 added data replicator test cases for working with sync sourcesBenety Goh2015-06-241-9/+92
* SERVER-18036 removed ReplicationCoordinator dependency from DataReplicatorBenety Goh2015-06-231-49/+148
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-538/+529
* SERVER-18036 moved getDetectableErrorStatus() to replication executor test fi...Benety Goh2015-06-191-18/+21
* SERVER-18036 added requestShutdown() to data replicatorBenety Goh2015-06-191-12/+58
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-2/+2
* SERVER-18036 convert data replicator to use mock replication coordinator.Benety Goh2015-06-161-27/+123
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-1/+1
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-111-1/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-051-7/+360
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18353 Move the remote command executor to a separate libraryKaloian Manassiev2015-05-101-1/+1
* SERVER-17662: initial DataReplicator workScott Hernandez2015-04-221-0/+152