summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-65970 replSetFreeze does not handle large values for secondsBenety Goh2022-04-261-1/+1
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-6/+12
* SERVER-63058 Change StorageEngineImpl::listDatabases() to return a list of Te...Sophia Tan2022-01-281-4/+4
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-191-1/+1
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-291-5/+28
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-1/+1
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-1/+0
* SERVER-56479 Server logging of BSON containing BinData does not roundtripMark Benvenuto2021-07-201-2/+2
* SERVER-57045: Remove TODO for SERVER-34806Lingzhi Deng2021-06-291-2/+0
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-1/+1
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-1/+1
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-8/+1
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-1/+1
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-041-14/+0
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-2/+16
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-16/+2
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-2/+16
* SERVER-46726 Using testing proctor to control diagnostics in "db/repl"Amirsaman Memaripour2020-06-101-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47142 Don't allow non-force reconfig command in drain mode.Siyuan Zhou2020-04-171-9/+3
* SERVER-47142 Check primary before writing config and no-op.Siyuan Zhou2020-04-171-18/+0
* SERVER-47142 Revert "SERVER-45094 check if node is primary before doing recon...Siyuan Zhou2020-04-171-21/+15
* SERVER-44068 Add a 'restartHeartbeats' replication test commandWilliam Schultz2020-04-141-0/+3
* SERVER-46999 Remove safe replica set reconfig feature gateAli Mir2020-04-071-3/+2
* SERVER-46894 Wait for the current config to be committed before running recon...Siyuan Zhou2020-04-041-2/+30
* SERVER-45094 check if node is primary before doing reconfig noop writePavi Vetriselvan2020-04-021-15/+21
* Revert "SERVER-45094 check if node is primary before doing reconfig noop write"Pavi Vetriselvan2020-04-011-21/+15
* SERVER-45094 check if node is primary before doing reconfig noop writePavi Vetriselvan2020-04-011-15/+21
* SERVER-46582 Remove FCV checks for safe replica set reconfigAli Mir2020-03-261-7/+2
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-26/+42
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-171-0/+13
* SERVER-44812 Add getReplSetConfig.commitmentStatusA. Jesse Jiryu Davis2020-03-011-1/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-45567 converting the remainder of the users of MONGO_LOG_COMPONENT and...Gabriel Russell2020-02-281-8/+22
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-5/+3
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+24
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-10-241-10/+15
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+2
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-131-1/+3
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-051-3/+2
* SERVER-42485 Remove FCV checks gating reporting wall clock times in ReplicationJason Chan2019-08-051-17/+3
* SERVER-41510 Track the number of failed stepDowns in serverStatusMedha Potluri2019-07-291-1/+12
* SERVER-41509 Track the number of attempted stepDowns in serverStatusMedha Potluri2019-07-291-3/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6