summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-291-19/+2
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-161-6/+12
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-2/+1
* SERVER-44272 Re-implement replSetSyncFrom logic while in initial syncJason Chan2020-03-131-0/+5
* SERVER-33627: InitialSyncer needs to handle exceptionsLingzhi Deng2020-03-021-4/+5
* SERVER-46286 Clean up unused functions in OplogFetcherSamyukta Lanka2020-02-251-0/+1
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-191-14/+14
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-191-15/+14
* SERVER-45722: Use OplogFetcherMock in InitialSyncerTestLingzhi Deng2020-02-031-0/+39
* SERVER-45423 Use isRetriableError instead of isNetworkError for transient err...Matthew Russotto2020-01-221-7/+7
* SERVER-43280 Implement new initial sync statisticsMatthew Russotto2020-01-211-0/+3
* SERVER-44597 Make last oplog fetcher for stop timestamp respect initial sync ...Matthew Russotto2020-01-091-1/+11
* SERVER-44846 Create NewOplogFetcher header fileSamyukta Lanka2020-01-091-2/+2
* SERVER-43279 Make OplogFetcher called from initial sync use the initial sync ...Matthew Russotto2020-01-071-0/+22
* SERVER-30622 RollbackChecker should retry on network failures.Matthew Russotto2019-12-171-0/+26
* SERVER-43000 Rename OpQueueBatcher to OplogBatcherA. Jesse Jiryu Davis2019-11-221-1/+1
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-1/+1
* SERVER-43001 Move BatchLimits to OpQueueBatcherHaley Connelly2019-11-181-2/+1
* SERVER-43875 Start initial sync oplog fetching from an earlier point to fetch...Samyukta Lanka2019-11-051-11/+27
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-18/+39
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43805 Create InitialSyncSharedData structure.Matthew Russotto2019-10-161-0/+3
* SERVER-42997 Make OplogApplier::enqueue blockingMihai Andrei2019-10-071-2/+4
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-021-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-7/+5
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+3
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-211-40/+14
* SERVER-7019 Return initial sync status information by default in replSetGetSt...Medha Potluri2019-06-131-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-6/+6
* SERVER-39950 SyncTail::OpQueueBatcher::run() obtains next batch of ops using ...Benety Goh2019-04-061-2/+1
* SERVER-39989 Remove oldestActiveOplogEntryOpTime from serverStatus.transactionsVesselina Ratcheva2019-04-021-7/+5
* SERVER-39989 Use a config.transactions find command for the begin fetching op...Vesselina Ratcheva2019-03-281-13/+14
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-8/+7
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-9/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-111-4/+26
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-12/+12
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-5/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-0/+12
* SERVER-32335 InitialSyncer uses OplogApplier directlyBenety Goh2018-05-311-0/+3
* SERVER-32335 remove multiInitialSyncApplyBenety Goh2018-05-301-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-4/+4
* SERVER-32335 remove unused InitialSyncerOptions::batchLimitsBenety Goh2018-05-151-9/+0
* SERVER-34900 initial sync uses SyncTail::BatchLimits to hold oplog applicatio...Benety Goh2018-05-091-2/+7
* SERVER-34828 remove unused getSlaveDelay initial sync optionBenety Goh2018-05-031-4/+0
* SERVER-31995 omit cloner stats from initial sync stats if too largeBenety Goh2018-05-021-0/+2