summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ...Benety Goh2016-09-141-2/+9
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-0/+1
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-1/+0
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-0/+1
* SERVER-22136 Attach term metadata to UpdatePosition commandSiyuan Zhou2016-06-011-3/+3
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-06-011-2/+1
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-2/+1
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-191-9/+0
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-4/+2
* SERVER-23287: Cleanup replSetGetStatus output/code (field names)Scott Hernandez2016-03-271-0/+1
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-2/+2
* SERVER-22445 report readConcernMajorityOpTime in ReplSetGetStatusJudah Schvimer2016-02-091-4/+9
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-041-0/+2
* SERVER-22336 reported lastCommittedOpTime in ReplSetGetStatusJudah Schvimer2016-02-021-0/+1
* SERVER-21744 ElectionID always increases under PV0 and PV1.Siyuan Zhou2016-01-111-1/+6
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-121-2/+4
* SERVER-20406 update topology coordinator settings for read committed support ...Benety Goh2015-10-151-0/+6
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-3/+7
* SERVER-20804 make shouldChangeSyncSource return true if our sync source has n...matt dannenberg2015-10-071-2/+5
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-181-8/+0
* SERVER-20346 Changed triggering of elections under protocol version 1 to be t...Benety Goh2015-09-171-1/+1
* SERVER-20346 renamed TopologyCoordinator::stagePriorityTakeoverIfElectable() ...Benety Goh2015-09-171-4/+2
* SERVER-19836 Fix role change due to priority takeover.Siyuan Zhou2015-09-111-2/+4
* SERVER-20271 Add election delay after seeing a new termSiyuan Zhou2015-09-101-1/+1
* SERVER-19836 implement priority logic for PV1 electionsmatt dannenberg2015-09-041-0/+5
* SERVER-18384 added insertion operator implementation for TopologyCoordinator:...Benety Goh2015-09-021-0/+7
* SERVER-20052 implement heartbeat side of election collision avoidance delaysmatt dannenberg2015-09-011-0/+8
* remove unused const overload of topoCoor::getTermScott Hernandez2015-08-311-6/+1
* SERVER-19830 liveness detection for downstream membersmatt dannenberg2015-08-171-0/+8
* SERVER-19554 populate lastOpVisible in ReplSetMetadatamatt dannenberg2015-08-141-0/+1
* SERVER-19786 Cache term in replication coordinatorSiyuan Zhou2015-08-061-5/+0
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-061-1/+1
* SERVER-19375 choose new sync source based on last fetched op rather than last...matt dannenberg2015-07-161-1/+1
* SERVER-19383 Change primaryId to primaryIndex in replication metadataSiyuan Zhou2015-07-151-2/+2
* SERVER-19194 request ReplicationMetadata on heartbeats and process the responsematt dannenberg2015-06-291-0/+5
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-425/+425
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-2/+2
* SERVER-18669 add updateTerm() in ReplicationCoordinator to detect need to ste...matt dannenberg2015-06-021-0/+7
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-10/+42
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+7
* SERVER-18253 create VoteRequester Scatter-Gather Algorithm to conduct new sty...matt dannenberg2015-05-041-0/+15
* SERVER-18252 ElectionWinnerDeclarer class createdmatt dannenberg2015-04-301-0/+9
* SERVER-18117 Add replset view back to http interfaceSpencer T Brody2015-04-291-1/+7
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-241-0/+6
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-12/+12
* SERVER-17302 do not consider blacklisted members in shouldChangeSyncSourcematt dannenberg2015-02-201-1/+9
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2/+2