summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_fetcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29400 Make OplogFetcher and CollectionCloner batchSize configurableJason Chan2017-06-141-8/+20
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-5/+0
* 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-3/+1
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-181-620/+30
* SERVER-28377 If first batch of OplogFetcher has a document ahead of the remot...Matthew Russotto2017-04-031-6/+25
* SERVER-28204 migrate OplogFetcher to use AbstractAsyncComponentBenety Goh2017-03-201-1/+1
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-41/+250
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-3/+3
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-17/+107
* SERVER-28005 Increase network timeout on oplog queries to be larger than the ...Spencer T Brody2017-02-151-15/+0
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-1/+3
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-3/+20
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-1/+19
* SERVER-27052 OplogFetcher clears OplogFetcher::_onShutdownCallbackFn on compl...Benety Goh2016-11-301-5/+74
* SERVER-25702 added support to OplogFetcher for restarting oplog queryBenety Goh2016-09-261-3/+254
* SERVER-25702 added OplogFetcher constructor argument for max fetcher restartsBenety Goh2016-09-221-0/+15
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-14/+14
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-9/+3
* SERVER-24304 added convenience functions for scheduleResponse to NetworkInter...Benety Goh2016-06-301-24/+3
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-171-2/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+14
* SERVER-22774 fixed pessimizing move error in OplogFetcherTest::processSingleB...Benety Goh2016-04-121-1/+1
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+875