summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42825 Log and track metrics.repl.stateTransition counters after stoppe...Samyukta Lanka2020-01-131-4/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-13/+13
* SERVER-41506 Added tracking for metrics around a nodes calling an electionXuerui Fa2019-10-011-20/+21
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-261-0/+2
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-121-0/+8
* SERVER-42305 Ensure replication is finished initializing before advancing com...Matthew Russotto2019-08-221-1/+3
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-5/+5
* SERVER-41355 Step down calls yieldLocksForPreparedTransactions withoutSuganthi Mani2019-07-151-2/+14
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-07-031-3/+3
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-191-36/+62
* Revert "SERVER-37574 Force reconfig should kill operations that conflict state"Suganthi Mani2019-05-191-60/+36
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-191-36/+60
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-3/+11
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-1/+4
* SERVER-40193 Do not propagate commit point through heartbeats when FCV=4.0Tess Avitabile2019-03-211-1/+14
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-2/+2
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-261-8/+3
* SERVER-37412 Decrease replication heartbeat log verbosityBen Caimano2019-02-201-1/+1
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-141-0/+1
* Revert "SERVER-38696 Add additional metrics and logging for new step down seq...Geert Bosch2019-02-141-1/+0
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-131-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38977 Notify the IndexBuildsCoordinator of any changes to the replica ...Gregory Wlodarek2019-02-131-0/+4
* SERVER-38282 Yield locks for prepared transactions on stepdown.Siyuan Zhou2019-01-241-0/+4
* SERVER-38511 Avoid killing read operations on stepdown, gated by new server p...Suganthi Mani2019-01-231-4/+11
* SERVER-38162 Acquire RSTL on shutdown in mode XSamy Lanka2019-01-171-2/+2
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-4/+6
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-161-1/+1
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-5/+5
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-081-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35870 Add RAII object for handling lock acquisitions during stepdown.Spencer T Brody2018-09-241-8/+6
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-0/+2
* SERVER-33248 Allow choosing a sync source that we are up to date with if it h...Tess Avitabile2018-08-221-3/+6
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-32906 Improve logging around electionsTess Avitabile2018-07-271-20/+26
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-271-5/+5
* SERVER-36053 Remove protocol version upgrade logic as part of pv0 code cleanup.Suganthi Mani2018-07-271-1/+0
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-18/+2
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-07-021-3/+0
* SERVER-31963 Removes pv0 election style implementation.smani872018-06-281-9/+0
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-2/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-12/+5
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-4/+0
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-2/+2
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-0/+12
* SERVER-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-05-171-1/+1
* SERVER-34674 Remove _isEnabled invariants from the logical clockJack Mulrow2018-05-141-1/+1
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-2/+5