summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50740 Add onShutdown() method to ReplicaSetAwareInterface class.Suganthi Mani2020-09-091-0/+3
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-041-2/+2
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-031-1/+1
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-6/+8
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-30/+5
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-281-1/+2
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2020-08-251-1/+2
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-251-1/+1
* SERVER-49924 SERVER-49527 recoverFromOplogAsStandalone does not relax index c...Judah Schvimer2020-08-241-0/+3
* SERVER-50140: Initial sync cannot survive unclean restart of the sync sourceLingzhi Deng2020-08-121-3/+8
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-041-15/+0
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-9/+8
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-3/+5
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-011-0/+16
* SERVER-49935 Add startup method to ReplicaSetAwareService interfaceSpencer T Brody2020-07-311-0/+2
* SERVER-49732 Change _currentCommittedSnapshot to be an OpTime instead of an O...Tess Avitabile2020-07-311-38/+20
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-0/+2
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-281-9/+1
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-6/+2
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-3/+1
* SERVER-47845 Clean up structure and readability of stable optime calculation ...William Schultz2020-07-171-65/+60
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-42/+23
* SERVER-48641 SERVER-48689 Yield session in migration destination driver when ...Jack Mulrow2020-07-161-0/+5
* SERVER-49069: Add startup warning when arbiter is running a quarterly versionGrace Luong2020-07-151-0/+15
* SERVER-47845 Remove obsolete logic related to storing and updating the stable...William Schultz2020-07-141-99/+0
* SERVER-48256 Add ElectionState object to manage vote requester logicJason Chan2020-07-131-11/+27
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-07-131-16/+0
* SERVER-48530 Relax invariant around timestamping for nodes in REMOVEDMatthew Russotto2020-07-131-2/+6
* SERVER-49472 Add 'holdStableTimestampAtSpecificTimestamp' failpoint back to r...William Schultz2020-07-131-6/+0
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-07-111-0/+16
* SERVER-46541 remove enableAutomaticReconfig parameterJudah Schvimer2020-07-091-4/+0
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-091-30/+3
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-091-2/+7
* SERVER-49167 Set the stable timestamp without using the stable optime candida...William Schultz2020-07-091-11/+15
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-7/+17
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-1/+1
* Revert "SERVER-46541 enable automatic reconfigs for initial sync semantics by...Judah Schvimer2020-07-081-7/+2
* SERVER-48476 Use majority read cursor for collection scan in resumable index ...Samy Lanka2020-07-081-6/+6
* SERVER-46541 enable automatic reconfigs for initial sync semantics by defaultJudah Schvimer2020-07-031-2/+7
* SERVER-47844 Set the stable timestamp without using the stable optime candida...William Schultz2020-06-301-6/+85
* SERVER-45685 Remove unused function parameter from ReplicationCoordinatorExte...PV992020-06-301-2/+2
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-8/+23
* SERVER-49006 Move initial sync oldest_timestamp advancement directly into ini...William Schultz2020-06-251-5/+5
* SERVER-48927 Provide term to ReplicaSetAwareService onStepUp methodsSpencer T Brody2020-06-241-2/+5
* SERVER-48924 Move ReplicaSetAwareService into repl directory and namespaceSpencer T Brody2020-06-241-1/+1
* SERVER-48610 move ReplicaSetAwareService callbacks into the ReplicationCoordi...Kevin Pulo2020-06-151-1/+4
* SERVER-46726 Using testing proctor to control diagnostics in "db/repl"Amirsaman Memaripour2020-06-101-2/+2
* Revert "SERVER-47645 Must invalidate all sessions on stepdown"Tess Avitabile2020-06-091-2/+0