summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56764: Add logs for _currentPrimaryIndex in topology coordinatorXueruiFa2021-05-071-0/+9
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-25/+25
* SERVER-48179 Allow transition to SECONDARY at the end of rollback even it was...Wenbin Zhu2021-03-161-2/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-4/+4
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-4/+4
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-4/+4
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-9/+10
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is imm...Lingzhi Deng2021-01-201-0/+4
* SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sync_sourc...r4.9.0-alpha1XueruiFa2021-01-191-2/+7
* SERVER-53176 Return an error when an index build commit quorum depends on vot...Louis Williams2021-01-131-10/+33
* Revert "SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sy...XueruiFa2020-12-041-7/+2
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+1
* SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sync_sourc...XueruiFa2020-11-301-2/+7
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-8/+10
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-6/+8
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-8/+7
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-2/+1
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2020-10-131-0/+6
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-7/+8
* SERVER-51163 Mark nodes returning InvalidReplicaSetConfig in heartbeats as downSiyuan Zhou2020-10-091-4/+2
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-8/+7
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2020-09-211-9/+12
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-2/+2
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-49732 Change _currentCommittedSnapshot to be an OpTime instead of an O...Tess Avitabile2020-07-311-5/+3
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-281-8/+6
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-4/+7
* SERVER-47456: Test that nodes in the same data center as the primary eventual...XueruiFa2020-07-011-29/+45
* SERVER-47404: Track the number of sync source changes made due to finding a s...XueruiFa2020-07-011-0/+9
* Revert "SERVER-47404: Track the number of sync source changes made due to fin...XueruiFa2020-06-111-20/+10
* SERVER-47404: Track the number of sync source changes made due to finding a s...Xuerui Fa2020-06-041-10/+20
* SERVER-47452 Skip re-evaluating sync source if current sync source was specif...Samy Lanka2020-06-011-14/+31
* SERVER-48412 Remove kRS log tagHenrik Edin2020-05-271-2/+1
* SERVER-47451: Skip re-evaluating sync source if node does not have enough pin...Xuerui Fa2020-05-211-3/+11
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-211-15/+12
* Revert "SERVER-47451: Skip re-evaluating sync source if node does not have en...Xuerui Fa2020-05-211-11/+3
* Revert "SERVER-48031 Check for a node in a closer data center when re-evaluat...Judah Schvimer2020-05-201-12/+15
* SERVER-47451: Skip re-evaluating sync source if node does not have enough pin...Xuerui Fa2020-05-201-3/+11
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-201-15/+12
* SERVER-47454: Stop re-evaluting sync source if max num changes was exceededXuerui Fa2020-05-181-6/+11
* SERVER-29030 Announce new primary via heartbeat requestsWilliam Schultz2020-05-181-1/+4
* SERVER-47450 Skip re-evaluating sync source if node is configured with slaveD...Samy Lanka2020-05-131-0/+5
* SERVER-48102 Update heartbeat state on primary even if heartbeat response inc...Siyuan Zhou2020-05-131-91/+97
* SERVER-47453 Maintain a rolling list of timestamps of the when the recent syn...Samy Lanka2020-05-121-6/+49
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-23/+5
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2020-05-081-0/+15
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-149/+240
* SERVER-47390 Improve styling of Replication log linesJason Chan2020-05-011-9/+8
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-5/+5