summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_heartbeat_v1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-3/+2
* SERVER-36052 Remove _rsConfig.getProtocolVersion() check as part of pv0 code ...smani872018-07-291-2/+2
* SERVER-36051 Code cleanup for pv1 heartbeat response message parser.Suganthi Mani2018-07-271-0/+14
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-4/+4
* SERVER-31963 Remove heartbeat support for pv0.Suganthi Mani2018-06-281-1/+0
* SERVER-30626 Remove TopologyCoordinator interface.Matthew Russotto2017-11-281-1/+1
* SERVER-28794 Only use PV0 style heartbeats when choosing to use PV0Judah Schvimer2017-09-261-3/+6
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-2/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-181-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-46/+46
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-39/+0
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-041-1/+1
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-1/+2
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-2/+1
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-55/+78
* SERVER-22287 check heartbeat message instead of logs for inconsistent replica...Benety Goh2016-02-081-36/+54
* SERVER-22287 comment out failing test ReplCoordHBV1Test::IgnoreTheContentsOfM...Benety Goh2016-02-051-0/+2
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-051-0/+62
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-1/+1
* SERVER-21972 improve naming of ReplicationCoordinator and TopologyCoordinator...matt dannenberg2015-12-211-6/+11
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-6/+7
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-2/+2
* SERVER-20579 do not start threads in replication coordinator external state i...Benety Goh2015-09-241-0/+66
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-2/+2
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-2/+2
* SERVER-19956: arbiter uses last committed time during electionsScott Hernandez2015-09-221-0/+33
* Revert "SERVER-19956: arbiter uses last committed time during electionswq"matt dannenberg2015-08-311-32/+0
* SERVER-19956: arbiter uses last committed time during electionswqScott Hernandez2015-08-311-0/+32
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+2
* SERVER-19059 Mismatch in protocolVersion fieldSiyuan Zhou2015-06-261-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-194/+200
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-041-1/+3
* SERVER-18254 unit test prepareHeartbeatResponseV1()matt dannenberg2015-06-021-2/+2
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-0/+251