summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_source_resolver_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39146 Refactor BatonJason Carey2019-02-051-4/+3
* SERVER-36815 Remove references to oplog entry's hash fieldSamy Lanka2019-01-171-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-3/+5
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-121-0/+1
* SERVER-32178 Do not use IDL on oldest oplog entryJudah Schvimer2017-12-061-3/+49
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-161-4/+4
* SERVER-31356 update the following tests to use new OplogEntry constructorBenety Goh2017-11-071-1/+15
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-4/+2
* SERVER-28846 Use IDL to generate oplog entry parsersJudah Schvimer2017-05-171-4/+13
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-14/+21
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-0/+101
* SERVER-27052 moved SyncSourceSelectorMock to its own libraryBenety Goh2016-11-281-77/+53
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-4/+4
* SERVER-27011 SyncSourceResolver::startup() should return ShutdownInProgress i...Benety Goh2016-11-141-1/+10
* SERVER-26938 sync source resolver should log requiredOptime and lastOpTimeFet...Judah Schvimer2016-11-081-10/+13
* SERVER-25145 SyncSourceResolver selects sync sources based on required optime...Benety Goh2016-11-021-11/+361
* SERVER-23070 removed SyncSourceSelector::selectSyncSourceBenety Goh2016-11-011-3/+0
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-011-0/+536