summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-08-231-0/+1
* SERVER-60701 Block reads to local database from user connections while in Fil...Matthew Russotto2021-11-011-0/+4
* SERVER-57806 Handle fallback to logical initial sync if FileCopyBasedInitialS...Huayu Ouyang2021-10-011-0/+2
* SERVER-57819 Select sync source in FileCopyBasedInitialSyncerHuayu Ouyang2021-09-021-7/+0
* SERVER-57802 Create InitialSyncerBase and InitialSyncerFactory classesHuayu Ouyang2021-07-211-62/+9
* SERVER-45407 Remove InitialSyncerOption's localOplogNS and remoteOplogNSCarolyn Duan2021-06-151-10/+0
* 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