summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30626 Rename files to prepare for removing TopologyCoordinator interface.Matthew Russotto2017-11-281-6291/+0
* SERVER-29946 Increase heartbeat rate when a secondary has no sync sourceSiyuan Zhou2017-11-211-3/+3
* SERVER-31572 Fail to complete transition to primary if we've already decided ...Spencer T Brody2017-10-241-1/+1
* SERVER-28544 Only allow one stepdown command to be processed at a timeSpencer T Brody2017-09-131-6/+12
* SERVER-29015 TopologyCoordinator should not transition to candidate role in a...Benety Goh2017-06-211-0/+28
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-122/+149
* SERVER-29090 Nodes provide more information on why they reject a voteJudah Schvimer2017-05-221-11/+24
* SERVER-29077 Rename MemberHeartbeatData in topology coordinatorMatthew Russotto2017-05-171-44/+42
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-151-622/+307
* Revert "SERVER-26990 Unify tracking of secondary state between replication an...Matthew Russotto2017-05-041-307/+622
* SERVER-26990 Unify tracking of secondary state between replication and topolo...Matthew Russotto2017-05-041-622/+307
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-6/+7
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-10/+10
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-23/+62
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...Jack Mulrow2017-01-241-0/+47
* Revert "SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primar...Siyuan Zhou2017-01-231-47/+0
* SERVER-27125 Arbiters in PV1 vote no if they can see a healthy primary of equ...Jack Mulrow2017-01-231-0/+47
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-161-5/+5
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-48/+47
* SERVER-26423 ignore chainingAllowed setting when choosing sync source in catc...Benety Goh2016-10-021-10/+25
* SERVER-26423 added chainingPreference argument to TopologyCoordinator::choose...Benety Goh2016-10-021-40/+95
* SERVER-26394 prohibit choosing ourselves as a sync sourceBenety Goh2016-09-301-4/+16
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ...Benety Goh2016-09-141-20/+54
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+4
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-6/+13
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-13/+6
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-6/+13
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+0
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-18/+29
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-28/+18
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-547/+1037
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-18/+28
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-22/+1
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-191-78/+2
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-71/+15
* SERVER-23287: Cleanup replSetGetStatus output/code (field names)Scott Hernandez2016-03-271-8/+20
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-14/+15
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-231-4/+4
* SERVER-22445 report readConcernMajorityOpTime in ReplSetGetStatusJudah Schvimer2016-02-091-46/+67
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-18/+21
* SERVER-22336 reported lastCommittedOpTime in ReplSetGetStatusJudah Schvimer2016-02-021-1/+14
* SERVER-21971: allow hidden/non-voting sync source on second passScott Hernandez2015-12-221-1/+6
* SERVER-21972 improve naming of ReplicationCoordinator and TopologyCoordinator...matt dannenberg2015-12-211-455/+1336
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-121-3/+6
* SERVER-20406 update topology coordinator settings for read committed support ...Benety Goh2015-10-151-3/+3
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-71/+87
* SERVER-20846 improve log message in shouldChangeSyncSourcematt dannenberg2015-10-091-3/+3
* SERVER-20722 require journaling and rs pv1 with config serversmatt dannenberg2015-10-081-3/+6
* SERVER-20804 make shouldChangeSyncSource return true if our sync source has n...matt dannenberg2015-10-071-12/+74