summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-191-1/+3
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-291-1/+2
* SERVER-60153 Replenish INFO level logging for elections and repl startup.Wenbin Zhu2021-10-041-0/+5
* SERVER-58721 Set stable timestamp during replSetInitiateVesselina Ratcheva2021-10-041-1/+4
* SERVER-57806 Handle fallback to logical initial sync if FileCopyBasedInitialS...Huayu Ouyang2021-10-011-2/+16
* SERVER-48545 Remove upgrade/downgrade support for initial sync semantics proj...Huayu Ouyang2021-08-111-7/+0
* SERVER-58154 Use server parameter initialSyncMethod to run either FCBIS or lo...Carolyn Duan2021-08-111-1/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-4/+4
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-07-231-1/+1
* SERVER-58440 Mark signalDrainComplete as noexceptVesselina Ratcheva2021-07-141-1/+1
* SERVER-56844 Fassert shard server on startup if DWCF=w:1 and no CWWC setMoustafa Maher2021-07-131-0/+11
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-0/+25
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-4/+3
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-5/+5
* SERVER-55689 Calculate default write concern on startupAli Mir2021-04-291-0/+5
* SERVER-54389 Add option for safe and optimized reconfig that is separate from...Jason Chan2021-03-291-0/+11
* SERVER-54203 Tenant migration donor should wait for external keys to replicat...Jack Mulrow2021-03-081-0/+3
* SERVER-53431 Server should respond running operations with appropriate topolo...Matthew Russotto2021-01-261-0/+5
* SERVER-53123 Delete unused _stopDataReplicationMoustafa Maher2020-12-151-5/+0
* SERVER-51265 Change local funs/vars to use hello/secondary in replCoord and t...Pavi Vetriselvan2020-11-181-10/+10
* SERVER-51264 Change IsMasterResponse to HelloResponse on mongod and update lo...Pavi Vetriselvan2020-11-121-11/+12
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-11-101-19/+19
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-021-0/+2
* SERVER-49183 Remove unused parameter from TopologyCoordinator::setLastOptime.George Wangensteen2020-10-211-5/+2
* SERVER-50949: Return empty JournalListener token during rollbackLingzhi Deng2020-10-151-1/+2
* Revert "SERVER-50318: Only cancel scheduled heartbeats"XueruiFa2020-10-131-19/+19
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-291-19/+19
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-3/+3
* SERVER-50140: Initial sync cannot survive unclean restart of the sync sourceLingzhi Deng2020-08-121-2/+7
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-041-2/+0
* SERVER-49732 Change _currentCommittedSnapshot to be an OpTime instead of an O...Tess Avitabile2020-07-311-13/+4
* SERVER-47845 Clean up structure and readability of stable optime calculation ...William Schultz2020-07-171-3/+2
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-5/+3
* SERVER-47845 Remove obsolete logic related to storing and updating the stable...William Schultz2020-07-141-34/+1
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-131-67/+120
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-1/+2
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-4/+5
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-2/+1
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-7/+4
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-1/+2
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-1/+9
* SERVER-46379 upgrade/downgrade support for initial sync semantics.Suganthi Mani2020-05-301-0/+7
* SERVER-48235 The primary node should use the AsyncDBClient to vote for commit...Gregory Wlodarek2020-05-151-8/+0
* SERVER-47949 Don't fetch or install a newer config via heartbeat while in dra...William Schultz2020-05-091-1/+1
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-081-4/+3
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-081-1/+8
* SERVER-47881: Make getLatestWriteOpTime return StatusWith<OpTime>Lingzhi Deng2020-05-041-1/+2
* SERVER-47017 Attach topologyVersion to ShutdownErrors (mongod)Tess Avitabile2020-05-011-0/+2
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-271-1/+1
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-1/+2