summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/topology_coordinator_v1_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48958 Prevent scheduling catchup takeovers on priority:0 nodesKaitlin Mahar2023-03-281-0/+45
* SERVER-59732 Remove the compatibility check for syncSourceHost in OplogQueryM...Wenbin Zhu2022-08-191-13/+0
* SERVER-46907 Speed up reconfig replication acknowledgementMatt Broadstone2022-05-251-2/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-0/+138
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-081-8/+116
* Revert "SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it...Matthew Russotto2022-03-081-116/+8
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-081-8/+116
* SERVER-60696 Add a server parameter to disallow multiple arbitersFrederic Vitzikam2022-02-041-0/+4
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-09-021-2/+95
* SERVER-57262 Relax vote constraint to allow voting for candidates with newer ...Wenbin Zhu2021-08-021-11/+7
* SERVER-57186 Do not attempt catchup takeover when last applied optime is in c...Vesselina Ratcheva2021-06-141-0/+42
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-15/+15
* SERVER-50423 Change memberConfig's slaveDelay field to secondaryDelaySecsAli Mir2021-01-281-7/+8
* SERVER-53176 Return an error when an index build commit quorum depends on vot...Louis Williams2021-01-131-8/+54
* SERVER-35649 Retry DNS failures during reconfigA. Jesse Jiryu Davis2020-09-211-7/+8
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-49732 Change _currentCommittedSnapshot to be an OpTime instead of an O...Tess Avitabile2020-07-311-16/+13
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-281-9/+6
* SERVER-49053 remove makeStatusWithBilly Donahue2020-06-241-2/+2
* SERVER-47452 Skip re-evaluating sync source if current sync source was specif...Samy Lanka2020-06-011-0/+47
* SERVER-47451: Skip re-evaluating sync source if node does not have enough pin...Xuerui Fa2020-05-211-7/+51
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-211-41/+89
* Revert "SERVER-47451: Skip re-evaluating sync source if node does not have en...Xuerui Fa2020-05-211-55/+11
* Revert "SERVER-48031 Check for a node in a closer data center when re-evaluat...Judah Schvimer2020-05-201-85/+37
* SERVER-47451: Skip re-evaluating sync source if node does not have enough pin...Xuerui Fa2020-05-201-11/+55
* SERVER-48031 Check for a node in a closer data center when re-evaluating sync...Samy Lanka2020-05-201-37/+85
* SERVER-47454: Stop re-evaluting sync source if max num changes was exceededXuerui Fa2020-05-181-0/+51
* SERVER-47450 Skip re-evaluating sync source if node is configured with slaveD...Samy Lanka2020-05-131-0/+51
* SERVER-48102 Update heartbeat state on primary even if heartbeat response inc...Siyuan Zhou2020-05-131-0/+40
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-48/+33
* SERVER-47453 Maintain a rolling list of timestamps of the when the recent syn...Samy Lanka2020-05-121-6/+170
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-51/+9
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2020-05-081-0/+95
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-467/+303
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47613 Fix invariant when a removed member votesA. Jesse Jiryu Davis2020-04-211-33/+0
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-119/+107
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-10/+3
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-84/+13
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47211 Remove 4.2 style reconfig behavior on FCV downgradeAli Mir2020-04-031-29/+0
* SERVER-47224 Rename commit quorum option "all" to "votingMembers".Suganthi Mani2020-04-011-3/+3
* SERVER-47096 Fix broken topology_coordinator_v1_test.cpp compileKaloian Manassiev2020-03-301-0/+2
* SERVER-47096 Add ReplSetMetadata.configTermA. Jesse Jiryu Davis2020-03-301-1/+2
* SERVER-47097 Use ReplSetMetadata.isPrimary to choose sync sourceA. Jesse Jiryu Davis2020-03-301-17/+104
* SERVER-47097 Add ReplSetMetadata.isPrimaryA. Jesse Jiryu Davis2020-03-271-2/+4
* SERVER-46090: Remove references to lastCommittedOpXuerui Fa2020-03-261-36/+0