summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_source_resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47270: Only run the SyncSourceResolver if the syncing node is in rollb...XueruiFa2020-07-011-15/+13
* SERVER-28068: Prevent nodes from going into rollback due to falling off the s...Xuerui Fa2020-05-211-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-3/+4
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-42/+55
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-6/+2
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-33/+30
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-33/+84
* SERVER-45692 make SyncSourceResolver pass readConcern local when querying rem...Kevin Pulo2020-01-281-2/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+9
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-17/+13
* SERVER-32178 Do not use IDL on oldest oplog entryJudah Schvimer2017-12-061-5/+18
* SERVER-31262 Storage of _rbidCommandHandle can race with destruction of SyncS...Siyuan Zhou2017-10-131-21/+51
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-2/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-15/+17
* 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-2/+2
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-281-1/+0
* Revert "SERVER-27659 Persist Rollback Id"ADAM David Alan Martin2017-04-281-0/+1
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-1/+0
* SERVER-27403 Ensure sync source is ahead and has not rolled back after first ...Judah Schvimer2017-03-081-11/+10
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-031-5/+61
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-161-4/+4
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-1/+1
* SERVER-27011 SyncSourceResolver::startup() should return ShutdownInProgress i...Benety Goh2016-11-141-3/+10
* SERVER-26938 sync source resolver should log requiredOptime and lastOpTimeFet...Judah Schvimer2016-11-081-1/+5
* SERVER-25145 SyncSourceResolver selects sync sources based on required optime...Benety Goh2016-11-021-1/+119
* SERVER-23070 rewrote SyncSourceResolver to select sync source asynchronouslyBenety Goh2016-11-011-13/+273
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-0/+58