summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_elect_v1.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-2/+2
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-2/+2
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-02-101-3/+13
* SERVER-70721 Rename SetTicketAquisitionPriorityForLock to SetAdmissionPriorit...Haley Connelly2022-10-311-2/+1
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-2/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60153 Replenish INFO level logging for elections and repl startup.Wenbin Zhu2021-10-041-0/+4
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-131-72/+114
* SERVER-47263 dryrun election failure logging - removed inaccurate portion of ...PV992020-06-251-1/+1
* SERVER-48207 Vote requester should not succeed once cancelled.Siyuan Zhou2020-05-141-14/+20
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-5/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-2/+1
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-22/+33
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-13/+13
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46026 Remove redundant time suffix in log statementMark Benvenuto2020-02-191-2/+2
* SERVER-28680: Fix naming of lastCommittedOp field in replSetRequestVotesXuerui Fa2020-02-181-5/+5
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-27/+52
* SERVER-43135: Introduce a future-based API for waiting for write concernLingzhi Deng2019-10-021-1/+0
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-09-241-19/+35
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+3
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-061-0/+1
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-131-0/+7
* SERVER-414500 Track number of successful elections for each reason in serverS...Medha Potluri2019-07-081-9/+16
* SERVER-41499 Track number of elections called for each reason in serverStatusMedha Potluri2019-07-031-5/+12
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-01-071-3/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-6/+22
* SERVER-32906 Improve logging around electionsTess Avitabile2018-07-271-1/+2
* SERVER-31963 Removes pv0 election style implementation.smani872018-06-281-1/+0
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+0
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-3/+4
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-1/+1
* SERVER-31671 Cancel running elections if the term changes after writing my la...Siyuan Zhou2017-11-071-14/+23
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-131-4/+0
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-071-5/+22
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-041-22/+5
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-041-5/+22
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+8
* SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in Repli...Andy Schwerin2017-05-181-8/+10
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-151-8/+2
* Revert "SERVER-26990 Unify tracking of secondary state between replication an...Matthew Russotto2017-05-041-2/+8
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-041-8/+2
* SERVER-28865 Keep a unique pointer to the executor instead of a value.Andy Schwerin2017-04-191-11/+11