summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_source_feedback.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-11/+21
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-5/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+28
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* 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-26/+28
* SERVER-33026 SyncSourceFeedback request should have a timeoutWilliam Schultz2018-03-151-1/+6
* SERVER-32794 Make timeouts unrelated to elections not depend on election timeoutJudah Schvimer2018-01-221-1/+3
* SERVER-28895 Remove old form of replSetUpdatePosition commandVesselina Ratcheva2017-12-131-3/+2
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-10-241-23/+17
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-5/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-15/+16
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-1/+1
* SERVER-26494 removed unused function arguments from SyncSourceFeedbackBenety Goh2017-02-281-15/+9
* SERVER-26484 removed unreachable code in SyncSourceFeedback. Blacklisting of ...Benety Goh2017-02-281-17/+2
* SERVER-27783 Removed unnecessary lock in SyncSourceFeedbackJudah Schvimer2017-01-231-1/+0
* SERVER-27624 SyncSourceFeedback should check for shutdown before setting _rep...Benety Goh2017-01-121-8/+7
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-161-2/+11
* SERVER-25638: log when blacklisting sync source membersScott Hernandez2016-08-161-1/+5
* SERVER-24784 updated SyncSourceFeedback to share task executor with Backgroun...Benety Goh2016-06-281-23/+3
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-13/+17
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-19/+19
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-1/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-23085 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-161-122/+153
* Revert "SERVER-18029 integrated Reporter into SyncSourceFeedback"Benety Goh2016-03-101-153/+122
* SERVER-18029 integrated Reporter into SyncSourceFeedbackBenety Goh2016-03-101-122/+153
* SERVER-18029 cleaned up ReplicationCoordinator::prepareReplSetUpdatePositionC...Benety Goh2016-03-071-24/+32
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-14/+33
* SERVER-20165 do not attempt to send keepalives upstream when primaryEric Milkie2015-08-281-15/+8
* SERVER-20021 pull keepalive value from replCoord into sync source feedback, r...Eric Milkie2015-08-191-12/+6
* SERVER-20013 Don't blacklist the upstream if its config version is greaterSiyuan Zhou2015-08-181-2/+2
* SERVER-19830 liveness detection for downstream membersmatt dannenberg2015-08-171-2/+10
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-1/+1
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-1/+2
* SERVER-19307 converted OplogReader::tcp_timeout from int to SecondsBenety Goh2015-07-131-1/+1
* SERVER-19307 extended BackgroundSync producer thread to accept a task executo...Benety Goh2015-07-071-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-122/+119
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-7/+7
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-051-1/+1
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-3/+3
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-3/+3
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-4/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+4