summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-2/+1
* SERVER-30940 make sure we never roll back behind commit pointJudah Schvimer2017-09-191-9/+16
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-3/+6
* SERVER-30927 Add comment about removing workaroundGeert Bosch2017-09-071-0/+1
* SERVER-30927 Use readConcern afterClusterTime for initsync oplog queriesGeert Bosch2017-09-071-0/+10
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-5/+13
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-10/+10
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-222/+59
* SERVER-28377 If first batch of OplogFetcher has a document ahead of the remot...Matthew Russotto2017-04-031-0/+10
* SERVER-28204 migrate OplogFetcher to use AbstractAsyncComponentBenety Goh2017-03-201-80/+9
* SERVER-28181 Deadlock involving the mutexes of oplog fetcher and replication ...Siyuan Zhou2017-03-141-20/+27
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-9/+75
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-18/+59
* SERVER-28005 Increase network timeout on oplog queries to be larger than the ...Spencer T Brody2017-02-151-21/+19
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-0/+3
* SERVER-27680 Merge stopOplogFetcher and pauseRsBgSyncProducer failpoint into ...Spencer T Brody2017-01-181-6/+4
* SERVER-27680 Make bgsync check stopOplogFetcher failpoint before scheduling a...Spencer T Brody2017-01-131-2/+2
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-18/+19
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-1/+5
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-161-1/+3
* SERVER-27052 OplogFetcher clears OplogFetcher::_onShutdownCallbackFn on compl...Benety Goh2016-11-301-18/+66
* SERVER-26220 Using stopOplogFetcher failpoint causes CPU loopingSiyuan Zhou2016-10-191-1/+3
* SERVER-25702 added support to OplogFetcher for restarting oplog queryBenety Goh2016-09-261-27/+111
* SERVER-26282 Make sync source change logging clearerJudah Schvimer2016-09-231-1/+3
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-221-0/+2
* SERVER-25702 refactor OplogFetcher - convert owned Fetcher to a unique_ptr to...Benety Goh2016-09-211-22/+31
* SERVER-25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-011-5/+10
* Revert "SERVER_25914 OplogFetcher should shutdown and join Fetcher at destruc...Benety Goh2016-09-011-10/+5
* SERVER_25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-011-5/+10
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-1/+1
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-1/+27
* SERVER-23663 New primary syncs from chosen node to catch up with timeoutSiyuan Zhou2016-08-041-0/+8
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-2/+2
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-171-4/+13
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-32/+20
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-20/+32
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+28
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-11/+9
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-2/+4
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+384