summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_coordinator_impl_elect_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16455 do not start election while in hbreconfig stateEric Milkie2014-12-111-1/+91
* SERVER-16414 Remove unnecessary OperationContext arguments from ReplicationCo...Spencer T Brody2014-12-081-3/+3
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-241-1/+3
* Revert "SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordin...Spencer T Brody2014-11-131-3/+1
* SERVER-16032 SERVER-15957 Get OperationContext for ReplicationCoordinator::si...Spencer T Brody2014-11-121-1/+3
* SERVER-15564 Send config version and member ID with every replSetUpdatePositi...Spencer T Brody2014-10-271-4/+2
* SERVER-15763 Report issecondary:true while newly elected primary drains unapp...Andy Schwerin2014-10-211-0/+12
* SERVER-15535 remove commented out election test as it is no longer possiblematt dannenberg2014-10-201-43/+0
* SERVER-15535 one-node replset transition to PRIMARY on follower state change ...Eric Milkie2014-10-091-2/+1
* SERVER-15535 Fix sense of _isOpTimeCloseEnoughToLatestToElect in getMyUnelect...Andy Schwerin2014-10-071-6/+7
* fix lintmatt dannenberg2014-10-061-2/+2
* SERVER-14561 Heartbeat callback and scheduling.Andy Schwerin2014-10-061-180/+122
* SERVER-15399 Make networking in ReplicationExecutor::NetworkInterface asynch...Andy Schwerin2014-10-061-125/+172
* SERVER-15248 Use a ScatterGatherAlgorithm in ElectCmdRunner.Andy Schwerin2014-09-151-9/+2
* SERVER-15062 test ElectCmd in the ReplicationCoordinatormatt dannenberg2014-09-051-5/+177
* SERVER-15000 replcoordinator half of election proceedingsEric Milkie2014-08-291-0/+147