summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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