summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-1/+3
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-84/+12
* SERVER-28204 migrate OplogFetcher to use AbstractAsyncComponentBenety Goh2017-03-201-56/+6
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-03-141-1/+1
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-0/+11
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-28005 Increase network timeout on oplog queries to be larger than the ...Spencer T Brody2017-02-151-1/+0
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-181-1/+1
* SERVER-27680 Make bgsync check stopOplogFetcher failpoint before scheduling a...Spencer T Brody2017-01-131-0/+3
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-3/+3
* SERVER-27052 OplogFetcher clears OplogFetcher::_onShutdownCallbackFn on compl...Benety Goh2016-11-301-10/+24
* SERVER-25702 added support to OplogFetcher for restarting oplog queryBenety Goh2016-09-261-2/+33
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-221-1/+1
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-221-0/+6
* SERVER-25702 refactor OplogFetcher - convert owned Fetcher to a unique_ptr to...Benety Goh2016-09-211-3/+15
* SERVER-25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-011-5/+6
* Revert "SERVER_25914 OplogFetcher should shutdown and join Fetcher at destruc...Benety Goh2016-09-011-6/+5
* SERVER_25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-011-5/+6
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-3/+2
* SERVER-23134 removed QueryFetcherBenety Goh2016-05-061-1/+1
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+221