summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36503 Skip dry run during election handoffVesselina Ratcheva2018-09-121-3/+7
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-121-1/+1
* Revert "SERVER-37048 Hold global intent lock whenever accessing the oplog col...Spencer T Brody2018-09-111-1/+1
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-1/+1
* SERVER-36128 Don't return ismaster:true while in shutdownSpencer T Brody2018-08-161-0/+5
* SERVER-36225 Do not hold replication mutex when calling getMinValidTess Avitabile2018-08-081-8/+11
* SERVER-35624 Enable election handoff by defaultVesselina Ratcheva2018-08-061-2/+2
* SERVER-35623 Send a replSetStepUp command to an eligible candidate on stepdownVesselina Ratcheva2018-08-061-0/+41
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-08-061-28/+23
* SERVER-35058 Defer removing ReplicationCoordinator ThreadWaiters to their Wai...Vesselina Ratcheva2018-08-061-15/+21
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-08-051-6/+7
* SERVER-35442 Use wait time in stepdown global lock acquisitionVesselina Ratcheva2018-08-041-4/+8
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-07-101-2/+2
* SERVER-34758 Fix to prevent deadlock between initial sync and replSetGetStatu...Suganthi Mani2018-07-091-4/+12
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+2
* Revert "SERVER-35200 Speed up steady state oplog fetching failure detection"William Schultz2018-07-061-2/+1
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-1/+2
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-06-111-3/+3
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-4/+0
* SERVER-35057 Notify oplog waiters after advancing the lastApplied timestampXiangyu Yao2018-06-041-0/+3
* SERVER-34348 Speculative transactions should not wait for afterClusterTime to...Tess Avitabile2018-05-301-2/+8
* SERVER-34790 ensure proper locks are held when doing reads or writes, via deb...Eric Milkie2018-05-291-1/+1
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-0/+8
* SERVER-35113 Allow single voting primaries to advance stable timestamp even w...r4.0.0-rc0Judah Schvimer2018-05-211-0/+5
* SERVER-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-05-171-3/+2
* SERVER-32335 remove unused InitialSyncerOptions::batchLimitsBenety Goh2018-05-151-1/+0
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-4/+28
* SERVER-34674 Remove _isEnabled invariants from the logical clockJack Mulrow2018-05-141-1/+1
* SERVER-34249 Oplog query on uninitiated replica set node can cause seg fault.Matthew Russotto2018-05-101-0/+8
* SERVER-34780 Change --recoverFromOplogAsStandalone to setParameterJudah Schvimer2018-05-101-2/+2
* SERVER-34900 initial sync uses same batch limits as steady state replicationBenety Goh2018-05-091-3/+1
* SERVER-34900 initial sync uses SyncTail::BatchLimits to hold oplog applicatio...Benety Goh2018-05-091-1/+2
* SERVER-34828 remove unused getSlaveDelay initial sync optionBenety Goh2018-05-031-1/+0
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-2/+2
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-21/+0
* SERVER-34557 Restrict transactions to only run against replica set primariesWilliam Schultz2018-05-021-3/+15
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-3/+6
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-3/+3
* SERVER-34070 Add flag to perform replication recovery as a standaloneJudah Schvimer2018-04-231-1/+23
* SERVER-34372 awaiting majority write concern waits for pending drops to completeBenety Goh2018-04-181-0/+16
* SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedF...Benety Goh2018-04-171-0/+5
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-0/+4
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-3/+2
* SERVER-34192 Allow secondary reads during batch applicationsLouis Williams2018-04-131-0/+5
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-121-1/+2
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-121-0/+8
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-32335 extend InitialSyncer external state function multiApply function...Benety Goh2018-03-221-0/+1
* SERVER-31802 Remove last mention of master-slave from ReplicationCoordinatorI...Andy Schwerin2018-03-151-7/+1
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-58/+3