summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-2/+6
* SERVER-41081 do_not_advance_commit_point_beyond_last_applied_term.js must wai...Tess Avitabile2019-05-131-0/+1
* SERVER-36492 Reconstruct prepared transactions at the end of initial syncSamy Lanka2019-05-061-4/+7
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-2/+25
* SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when usi...Vesselina Ratcheva2019-04-101-2/+14
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-1/+15
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-261-31/+12
* 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/+9
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-36/+19
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-25/+51
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-291-5/+1
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-5/+2
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-2/+3
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-33812 always add afterClusterTime to oplog tailing queryBenety Goh2018-04-181-4/+3
* SERVER-32516 remove make_optional typeJudah Schvimer2018-01-311-1/+1
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-5/+1
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-1/+1
* SERVER-32794 Make timeouts unrelated to elections not depend on election timeoutJudah Schvimer2018-01-221-1/+4
* 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