summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election a...Matthew Russotto2022-05-181-14/+10
* SERVER-66235 Clear sync source following a shard split reconfigDidier Nadeau2022-05-101-0/+85
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64467 Refactor TicketHolders to not use global contextJordi Olivares Provencio2022-04-201-1/+2
* SERVER-65495 Reject inconsistent set names in heartbeat responsesMatt Broadstone2022-04-141-1/+6
* SERVER-62082 Decrement numAwaitingTopologyChanges on error after waiting in a...Vesselina Ratcheva2022-03-121-0/+61
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-0/+37
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-50/+39
* SERVER-62016 support tagged write concernsMatt Broadstone2022-01-131-0/+50
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-191-13/+32
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-09-021-2/+2
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-24/+31
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-29/+17
* SERVER-56620 Clear any durableOpTimeAndWallTime received from arbitersVesselina Ratcheva2021-06-141-0/+156
* SERVER-55689 Calculate default write concern on startupAli Mir2021-04-291-0/+163
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-14/+14
* SERVER-53247 Remove EMRC=false targeted jstests/unittestsPavi Vetriselvan2021-01-141-106/+1
* SERVER-50667 repl unit tests should use new hello terminologyPavi Vetriselvan2020-11-301-134/+133
* SERVER-50414 Reads should return not primary error messages during rollback i...Pavi Vetriselvan2020-11-191-1/+1
* SERVER-51264 Change is_master_response file names to hello_responsePavi Vetriselvan2020-11-121-1/+1
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-125/+121
* SERVER-43959: Use "default" initializer prerequisite for warning in mongod_op...Jordi Serra Torrens2020-11-051-7/+0
* SERVER-43959: Make warning for enableMajorityReadConcern show on logJordi Serra Torrens2020-10-281-0/+7
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-23/+27
* SERVER-51259 Rename waitForIsMasterResponse failpoint to waitForHelloResponsePavi Vetriselvan2020-10-191-53/+53
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-3/+3
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-4/+4
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-3/+2
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-041-39/+2
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-8/+13
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-281-0/+3
* SERVER-49709 Create new opCtx for awaitIsMaster thread in db_repl_coordinator...Jason Chan2020-07-201-10/+10
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-11/+6
* SERVER-47845 Remove obsolete logic related to storing and updating the stable...William Schultz2020-07-141-296/+3
* SERVER-48983 Address TSAN errors in replication_coordinator_impl_testJason Chan2020-07-081-64/+72
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-301-36/+6
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-7/+62
* SERVER-48563 Fix intermittent failure in IsMasterReturnsErrorOnEnteringQuiesc...Tess Avitabile2020-06-031-3/+7
* SERVER-47557 Write unit test for interaction of quiesce mode and REMOVED stateTess Avitabile2020-05-141-0/+91
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-25/+22
* SERVER-47832 ReplicationCoordinatorImpl::_makeIsMasterResponse() should check...Tess Avitabile2020-05-111-0/+46
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-0/+157
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-2/+2
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-271-2/+35
* SERVER-47125 Don't trust OplogQueryMetadata.primaryIndexA. Jesse Jiryu Davis2020-04-231-1/+1
* SERVER-47613 Fix invariant when a removed member votesA. Jesse Jiryu Davis2020-04-211-0/+30
* SERVER-47638 Ensure isMaster is waiting before calling replSetInitiate in Awa...Jason Chan2020-04-171-0/+7
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-4/+4
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-151-41/+90
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-151-24/+394