summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-0/+4
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-0/+10
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-2/+2
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-2/+2
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-121-1/+0
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-121-0/+8
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-53/+40
* SERVER-30457 cancel catchup takeover if primary is caught upPavithra Vetriselvan2017-11-291-0/+10
* SERVER-31002 minValid should alway be set to existent OpTime.Siyuan Zhou2017-10-271-1/+3
* SERVER-31277 Cancel all user operations on heartbeat stepdown pathSpencer T Brody2017-10-161-1/+6
* SERVER-27160 Narrow race at startup between RSSync setting RECOVERING and BGS...Siyuan Zhou2017-10-131-4/+12
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-041-1/+14
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-251-6/+6
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-09-151-11/+17