summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/master_slave.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-1462/+0
* SERVER-33732 SyncTail no longer owns its writer thread poolBenety Goh2018-03-081-1/+1
* SERVER-33625 replace use of OldThreadPool in master/slave with ThreadPoolBenety Goh2018-03-081-4/+6
* SERVER-33625 replace OldThreadPool in SyncTail with ThreadPoolBenety Goh2018-03-061-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-2/+3
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-3/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-2/+3
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-2/+2
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+4
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-1/+1
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32367 Pull UUID and view resolution out of db_raiiKaloian Manassiev2018-02-021-3/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-11/+12
* SERVER-29200 migrate SyncTail::getMissingDoc() and fetchAndInsertMissingDoc()...Benety Goh2018-01-161-1/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-32070 remove multiarg overloads of OldThreadPool::schedule.Billy Donahue2017-11-281-3/+3
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-161-10/+9
* SERVER-31387 oplog application conflates upserting with being in steady state...Judah Schvimer2017-10-301-2/+3
* SERVER-29687 Don't include sock.h from options headerAndrew Morrow2017-08-231-0/+1
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-08-221-19/+20
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-10/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-111-14/+10
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-10/+6
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-3/+6
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-26/+15
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-1/+1
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-071-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-135/+139
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-02-131-1/+1
* SERVER-26945 ReplSource::resyncDrop should not assume database name obtained ...Benety Goh2017-01-181-0/+5
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-4/+4
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-8/+7
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-1/+2
* SERVER-24563 Fix race in check for DB names that differ in case onlyGeert Bosch2016-11-181-4/+3
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2016-09-261-2/+2
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-17/+21
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-261-23/+59