summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26748 Don't call for priority takeover when repl lagged.Spencer T Brody2016-11-011-1/+5
* 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/+3
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ...Benety Goh2016-09-141-1/+3
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+0
* 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
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-0/+1
* Revert "SERVER-24222 Update current known primary from command metadata"Eric Milkie2016-05-311-1/+2
* SERVER-24222 Update current known primary from command metadataSiyuan Zhou2016-05-271-2/+1
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-3/+2
* SERVER-19423 Remove election winner declarer.Siyuan Zhou2016-04-191-2/+0
* SERVER-22995 Protect TopoCoord with mutex rather than single thread executor.Siyuan Zhou2016-04-121-4/+2
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-2/+2
* SERVER-22445 report readConcernMajorityOpTime in ReplSetGetStatusJudah Schvimer2016-02-091-4/+1
* 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-0/+1
* SERVER-21425 do not update term when triggering stepdownEric Milkie2015-11-121-1/+1
* SERVER-20406 update topology coordinator settings for read committed support ...Benety Goh2015-10-151-3/+10
* SERVER-20822 make sync source decisions based on ReplSetMetadatamatt dannenberg2015-10-141-0/+2
* SERVER-20804 make shouldChangeSyncSource return true if our sync source has n...matt dannenberg2015-10-071-1/+3
* SERVER-20459 repl pings start as -1 ms to avoid collisions with 0 msEric Milkie2015-09-211-2/+3
* SERVER-20374 election timeout offset added to replica set configmatt dannenberg2015-09-181-1/+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-1/+1
* SERVER-19836 Fix role change due to priority takeover.Siyuan Zhou2015-09-111-1/+1
* SERVER-20271 Add election delay after seeing a new termSiyuan Zhou2015-09-101-1/+3
* SERVER-19836 implement priority logic for PV1 electionsmatt dannenberg2015-09-041-3/+1
* SERVER-20052 implement heartbeat side of election collision avoidance delaysmatt dannenberg2015-09-011-0/+4
* remove dead topology coordinator codeScott Hernandez2015-08-311-2/+0
* remove unused const overload of topoCoor::getTermScott Hernandez2015-08-311-2/+1
* SERVER-19765 Rename term constants.Siyuan Zhou2015-08-271-1/+1
* SERVER-20052 fixed lintBenety Goh2015-08-261-1/+1
* SERVER-20012 new updatePrimaryFromHBDataV1() for use in protocolVersion 1matt dannenberg2015-08-261-2/+10
* SERVER-19898 shorter heartbeat interval when a node does not have a sync sour...matt dannenberg2015-08-241-8/+6
* SERVER-19543 SERVER-19992 Move ConfigServerMode enum from ServerGlobalParams ...Spencer T Brody2015-08-181-3/+2
* SERVER-19830 liveness detection for downstream membersmatt dannenberg2015-08-171-2/+6
* SERVER-19554 populate lastOpVisible in ReplSetMetadatamatt dannenberg2015-08-141-0/+1
* SERVER-19524 SERVER-19739 Additional validation and behavior for replica set ...Spencer T Brody2015-08-081-5/+18
* SERVER-19786 Cache term in replication coordinatorSiyuan Zhou2015-08-061-1/+0
* SERVER-19390 Mongod prep for supporting read after optimeRandolph Tan2015-08-061-1/+5
* 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-1/+1
* SERVER-19194 request ReplicationMetadata on heartbeats and process the responsematt dannenberg2015-06-291-0/+1
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-374/+370
* 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/+1
* SERVER-18152 SERVER-18254 new election code path and heartbeat protocolmatt dannenberg2015-05-191-23/+35