summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-42389 log a message when replSetStepDown finishesEric Milkie2019-07-241-0/+3
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-5/+12
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-2/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-19/+20
* SERVER-41054 Trivially increased heartbeat logging for connection problemsBen Caimano2019-05-081-2/+4
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-2/+17
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+1
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-1/+1
* Revert "SERVER-36494 Test that active txn entries aren't truncated"A. Jesse Jiryu Davis2019-04-081-1/+1
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-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-26/+28
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-35870 Make ReplicationCoordinator::stepDown report errors via exceptionsSpencer T Brody2018-09-241-2/+1
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-1/+2
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-1/+1
* SERVER-36101 Replication should not depend on the presence of lastStableCheck...Dianna Hohensee2018-07-251-3/+3
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-66/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-38/+4
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-5/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-7/+1
* SERVER-33524 Fix kill secondaries standalone invariant checks to use a "recov...Judah Schvimer2018-05-151-0/+8
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-75/+60
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-29725 mongoe applicationHenrik Edin2018-04-181-41/+0
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-3/+2
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-2/+3