summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-201-0/+15
* Revert "SERVER-26848 Exit catchup mode when not syncing more data."Robert Guo2017-04-201-15/+0
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-04-191-0/+15
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-051-1/+0
* SERVER-27083 Refactor ReplicationCoordinatorImpl to eliminate topoMutex.Matthew Russotto2017-03-221-0/+5
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-061-2/+2
* SERVER-27543 Process OplogQueryMetadata with backwards and forwards compatibi...Judah Schvimer2017-02-151-1/+4
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-4/+12
* SERVER-27056 Don't enforce data freshness for stepUp commandJack Mulrow2016-12-191-1/+3
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-221-1/+1
* SERVER-26747 replSetStepDown waits for caught up majority with electable seco...William Schultz2016-11-141-4/+16
* SERVER-26399 Improved "Cannot select sync source" messages to include the rel...William Schultz2016-10-241-1/+1
* SERVER-26423 added chainingPreference argument to TopologyCoordinator::choose...Benety Goh2016-10-021-1/+5
* 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