summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40353 Track read concern majority wall clock timeMaria van Keulen2019-04-301-61/+91
* SERVER-40659 Add regression tests for wall clock time transmissionMaria van Keulen2019-04-191-3/+86
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-161-488/+634
* SERVER-39831 Never update commit point beyond last applied if learned from sy...Tess Avitabile2019-04-011-10/+40
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin stab...Pavi Vetriselvan2019-04-011-20/+0
* SERVER-40193 Fix replication_coordinator_impl_test compileTess Avitabile2019-03-211-1/+1
* SERVER-40193 Do not propagate commit point through heartbeats when FCV=4.0Tess Avitabile2019-03-211-0/+83
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-226/+226
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-0/+52
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-7/+7
* SERVER-39367 Advance commit point when it has the same term as the last appliedSiyuan Zhou2019-02-261-13/+93
* SERVER-39473 Should not report isMaster while stepping down conditionallyMatthew Russotto2019-02-211-4/+24
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-1/+1
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-041-11/+20
* SERVER-36663 Prevent killOperation from running without lockJonathan Ma2019-01-241-1/+1
* SERVER-38302 recalculate stable timestamp after adding finishOpTime on prepar...Pavi Vetriselvan2019-01-161-1/+1
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-1/+1
* SERVER-37560 Add core functionality for speculative majority readsWilliam Schultz2018-12-211-0/+32
* SERVER-38640 Do not update committed snapshot with null OpTimeTess Avitabile2018-12-191-0/+41
* SERVER-38659 Fix race in stepdown testA. Jesse Jiryu Davis2018-12-181-0/+8
* SERVER-37065 Fix unit tests.Siyuan Zhou2018-12-111-1/+1
* SERVER-37065 Report ismaster:false on learning of new termA. Jesse Jiryu Davis2018-12-111-0/+34
* SERVER-35608 Added an invariant to make sure that optime with lower and highe...Suganthi Mani2018-12-111-10/+116
* SERVER-37897 Disable table logging for data files when enableMajorityReadConc...Tess Avitabile2018-12-101-1/+1
* SERVER-37990 Replace locking requirements in 'ReadWriteAbility' with new sema...Samy Lanka2018-11-291-3/+3
* SERVER-37986 Make a new ReplicationCoordinator inner class that encapsulates ...Samy Lanka2018-11-151-7/+25
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-081-4/+5
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-301-0/+19
* 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-0/+3
* SERVER-35870 Make ReplicationCoordinator::stepDown report errors via exceptionsSpencer T Brody2018-09-241-21/+32
* SERVER-36746 Don't erroneously skip drain mode if a stepdown attempt fails.Spencer T Brody2018-08-301-0/+61
* SERVER-36128 Don't return ismaster:true while in shutdownSpencer T Brody2018-08-081-0/+29
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-11/+10
* SERVER-35951 Fix to prevent race between repl set unfreeze and _startElectSel...Suganthi Mani2018-07-271-0/+49
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-0/+7
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-13/+12
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-1/+1
* SERVER-31963 Removal of pv0 specific fields in the heartbeat messages.Suganthi Mani2018-07-091-41/+3
* SERVER-35058 Do not rely only on heartbeats to signal secondary positions in ...Vesselina Ratcheva2018-07-021-34/+181
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-1/+0
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-10/+3
* SERVER-34906 Rename CannotSatisfyWriteConcern to UnsatisfiableWriteConcernNathan Louie2018-06-051-3/+3
* SERVER-34102 Fix to prevent race between _handleTimePassing (stepdown timeout...Suganthi Mani2018-05-241-0/+38
* SERVER-34682 Old primary should be able to store last vote when casting vote ...William Schultz2018-05-161-0/+61
* SERVER-34895 only set stable timestamp to timestamps in oplogJudah Schvimer2018-05-151-92/+153
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-2/+2
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+4
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-4/+0
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-26/+65