summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-345/+348
* SERVER-18117 Add replset view back to http interfaceSpencer T Brody2015-05-141-3/+6
* Revert "SERVER-18117 Add replset view back to http interface"Spencer T Brody2015-05-141-6/+3
* SERVER-18117 Add replset view back to http interfaceSpencer T Brody2015-05-141-3/+6
* SERVER-17302 do not consider blacklisted members in shouldChangeSyncSourcematt dannenberg2015-03-031-1/+9
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2/+2
* SERVER-15972 Prevent stepping down without holding the global lockSpencer T Brody2014-11-071-0/+10
* SERVER-14638: Move global sethbmsg into ReplCoordScott Hernandez2014-10-301-0/+5
* SERVER-15781 Separate the concepts of next electable time and step-down until...Andy Schwerin2014-10-271-1/+4
* SERVER-15535 Use heartbeat progress to wait for secondaries to catch up befor...Andy Schwerin2014-10-201-2/+7
* SERVER-15535 When opting to sleep before standing for election, schedule a wa...Andy Schwerin2014-10-151-0/+6
* SERVER-15535 enhance freshness checker to consider priorities as well.Eric Milkie2014-10-151-2/+0
* SERVER-15535 Ensure that a node in a single node replica set will become PRIM...Spencer T Brody2014-10-141-0/+7
* SERVER-15535 When using replSetFreeze to end a stepDown period, make sure sin...Spencer T Brody2014-10-141-5/+1
* SERVER-15160 Don't stepdown on reconfigs unless necessarySpencer T Brody2014-10-101-1/+2
* SERVER-15533 Don't inspect our entry in the heartbeat data vectorSpencer T Brody2014-10-071-22/+9
* SERVER-14561 Change topology coordinator heartbeat processor to return a stat...Andy Schwerin2014-10-061-7/+5
* SERVER-15350 Thread clearing of sync source blacklist through the replication...Spencer T Brody2014-09-261-0/+5
* SERVER-15374 test shouldChangeSyncSource() in TopologyCoordintormatt dannenberg2014-09-251-1/+1
* SERVER-15307 Move isMaster processing into the ReplicationCoordinatorSpencer T Brody2014-09-241-0/+4
* SERVER-15089 add shouldChangeSyncSource() to topocoordEric Milkie2014-09-241-0/+7
* SERVER-15062 prepareHeartbeatResponse testingmatt dannenberg2014-09-191-1/+2
* SERVER-15062 status ShutdownInProgress testing and fix for prepareElectResponsematt dannenberg2014-09-191-1/+2
* SERVER-15062 fixed a double the in a commentmatt dannenberg2014-09-191-1/+1
* SERVER-14444 Implement stepDown functionality in RelicationCoordinatorImplSpencer T Brody2014-09-151-0/+5
* SERVER-15089 chooseNewSyncSource hooked up in replication ApplierEric Milkie2014-09-121-1/+1
* SERVER-15080 Move HeartbeatResponseAction and TopologyCoordinator::Role for r...Andy Schwerin2014-09-101-123/+44
* SERVER-15080 Clarify state-changing behavior of TopologyCoordinator and its i...Andy Schwerin2014-09-101-55/+210
* SERVER-15189 remove recordPing() and updateHeartbeatData() methods from the T...matt dannenberg2014-09-091-3/+0
* SERVER-14450 Implement maintenance mode setting in new ReplicationCoordinatorSpencer T Brody2014-09-051-0/+11
* SERVER-14561 Implement heartbeat scheduling and reconfig logic in TopologyCoo...Andy Schwerin2014-09-021-9/+111
* SERVER-15000 replcoordinator half of election proceedingsEric Milkie2014-08-291-0/+11
* SERVER-14455 Implement processReplSetElect in ReplicationCoordinatorImplSpencer T Brody2014-08-281-3/+4
* SERVER-14561 Remove ReplicationExecutor::CallbackData argument from methods t...Andy Schwerin2014-08-281-3/+2
* SERVER-14561: Topology updateHeartbeatScott Hernandez2014-08-251-1/+1
* SERVER-14449 Fix potential deadlock in processReplSetSyncFromSpencer T Brody2014-08-211-1/+1
* SERVER-14454 Implement processReplSetFresh in ReplicationCoordinatorImplSpencer T Brody2014-08-201-10/+7
* SERVER-14449 Implement processReplSetSyncFrom in ReplicationCoordinatorImplSpencer T Brody2014-08-191-0/+7
* SERVER-14680 topocoord unit testsEric Milkie2014-08-121-14/+6
* SERVER-14135 TopologyCoordinator should get the last applied optime from the ...Spencer T Brody2014-08-061-6/+9
* SERVER-14561: track pings in topology coordinator for heartbeatsScott Hernandez2014-08-011-0/+3
* SERVER-14561: fix loading of config for heartbeat testingScott Hernandez2014-08-011-1/+4
* SERVER-14451 Implement processReplSetFreeze in ReplicationCoordinatorImplSpencer T Brody2014-07-311-3/+5
* SERVER-14448 Implement processReplSetGetStatus in ReplicationCoordinatorImplSpencer T Brody2014-07-311-4/+5
* SERVER-14616 replace BSONObjBuilder with ReplSetHeartbeatResponse in processH...matt dannenberg2014-07-291-1/+2
* SERVER-14616 replace BSONObj with ReplSetHeartbeatArgs in processHeartbeatmatt dannenberg2014-07-291-1/+2
* SERVER-14680 code reorganization to allow TopoCoord to linkEric Milkie2014-07-281-0/+1
* SERVER-14449 add support for recording/using forced sync source for replSetSy...Eric Milkie2014-07-221-2/+3
* SERVER-14613 HeartbeatInfo -> MemberHeartbeatDataEric Milkie2014-07-221-4/+5
* SERVER-14517: Start of heartbeatScott Hernandez2014-07-221-1/+2