summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-5/+4
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-13/+24
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+2
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-0/+5
* SERVER-39356 Refactor speculative majority read data structures and methods t...William Schultz2019-03-061-1/+1
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-141-1/+19
* Revert "SERVER-38696 Add additional metrics and logging for new step down seq...Geert Bosch2019-02-141-19/+1
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-131-1/+19
* SERVER-39412 Continue to disconnect on rollback or on removal from the config...Matthew Russotto2019-02-111-1/+2
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-041-27/+12
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+10
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-301-10/+0
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-301-0/+10
* SERVER-38282 Yield locks for prepared transactions on stepdown.Siyuan Zhou2019-01-241-0/+15
* SERVER-38511 Avoid killing read operations on stepdown, gated by new server p...Suganthi Mani2019-01-231-2/+39
* SERVER-38302 recalculate stable timestamp after adding finishOpTime on prepar...Pavi Vetriselvan2019-01-161-2/+19
* SERVER-38755 Stop closing connections on stepdown gated by server parameter "...Matthew Russotto2019-01-151-1/+1
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-0/+5
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-01-071-1/+10
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-5/+5
* SERVER-38781 remove vestigial html codeMathias Stearn2018-12-271-2/+0
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-1/+1
* SERVER-38143 Remove MMAPV1 command-line options and config file settingsGregory Wlodarek2018-12-111-8/+0
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-5/+5
* SERVER-37990 Replace locking requirements in 'ReadWriteAbility' with new sema...Samy Lanka2018-11-291-5/+5
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-33/+80
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-1/+1
* SERVER-37558 Fail prepareTransaction command against primary when replica set...Vesselina Ratcheva2018-11-131-0/+2
* SERVER-37638 Expose host:port replica set member unique identifierGWlodarek2018-11-111-0/+2
* SERVER-35879 Deal with commitTransaction oplog entries during startup recoverySamy Lanka2018-10-231-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* 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-4/+4
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-3/+10
* SERVER-36227 always log replication progress on write concern failureJudah Schvimer2018-08-201-0/+6
* SERVER-36053 Remove protocol version upgrade logic as part of pv0 code cleanup.Suganthi Mani2018-07-271-7/+0
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-2/+0
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-07-121-0/+5
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-07-021-11/+1
* SERVER-31963 Removes pv0 election style implementation.smani872018-06-281-34/+0
* SERVER-31963 Removes replSetFresh and replSetFresh command support for pv0.Suganthi Mani2018-06-281-6/+0
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-3/+0
* SERVER-35058 Defer removing ReplicationCoordinator ThreadWaiters to their Wai...Vesselina Ratcheva2018-06-211-4/+13
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-4/+4
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-2/+0
* SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedF...Benety Goh2018-04-171-0/+2
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-15/+1
* SERVER-33806: Only update the stable/oldest timestamps when replication accep...Daniel Gottlieb2018-03-131-1/+3
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-3/+2