summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-1/+1
* SERVER-31514 Move the comment from replication external state impl's header t...Siyuan Zhou2017-10-231-2/+0
* SERVER-31514 startSteadyStateReplication outside mutex and handle shutdown in...Siyuan Zhou2017-10-171-0/+5
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-5/+0
* SERVER-29693 wait for all oplog writes to be visible for afterClusterTime and...Eric Milkie2017-08-221-0/+1
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-1/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-1/+0
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-0/+1
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-1/+0
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-1/+6
* SERVER-29275 ReplicationCoordinatorExternalStateImpl accepts DropPendingColle...Benety Goh2017-05-241-2/+9
* SERVER-29275 ReplicationCoordinatorExternalState::notifyOplogMetadataWaiters(...Benety Goh2017-05-191-1/+1
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-9/+0
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-1/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+28
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-1/+2
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-2/+2
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-0/+1
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-10/+3
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-191-2/+11
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-1/+0
* SERVER-25662: synchronize stopping data replicationScott Hernandez2016-10-061-0/+4
* SERVER-26169 added startup parameter for linearizable read support defaulting...Benety Goh2016-09-281-0/+1
* SERVER-25662: use runner for initial-sync/resyncScott Hernandez2016-09-261-2/+3
* SERVER-25702 added server parameter for oplog fetcher max fetcher restartsBenety Goh2016-09-221-0/+1
* SERVER-25403 DataReplicator initial sync should be resilient to applier failu...Siyuan Zhou2016-09-211-3/+3
* SERVER-26043: Compact local database after initial syncScott Hernandez2016-09-191-0/+1
* SERVER-25734 Add a drain mode completion hook which runs outside of the globa...Kaloian Manassiev2016-09-101-3/+2
* SERVER-23892 Do periodic replicated writes while idleMisha Tyulenev2016-08-261-0/+8
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-261-2/+2
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-231-3/+2
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-2/+17
* SERVER-23476: wire resync back upScott Hernandez2016-08-111-1/+11
* SERVER-23476: break out rs_sync runSyncThread into its own classScott Hernandez2016-07-231-1/+2
* SERVER-25069 added ReplicationCoordinatorExternalState::getDbWorkThreadPool()Benety Goh2016-07-151-0/+1
* SERVER-23750: Connect StorageInterface to ReplicationCoordinatorImplScott Hernandez2016-06-301-3/+5
* SERVER-24784 BackgroundSync uses task executor from ReplicationCoordinatorExt...Benety Goh2016-06-271-0/+4
* SERVER-24744 added BackgroundSync::startup() to start oplog buffer and task e...Benety Goh2016-06-231-3/+0
* SERVER-24242 Stop copying OplogEntries so muchMathias Stearn2016-06-221-5/+5
* SERVER-24490 provide operation context to steady state oplog buffer factoryJudah Schvimer2016-06-221-2/+3
* SERVER-24490 oplog buffer collection should use storage interfaceBenety Goh2016-06-201-1/+2
* SERVER-23750: run DataReplicator::initialSync on ReplCoodExt initial sync threadScott Hernandez2016-06-171-0/+2
* SERVER-19200: Check the initialSyncFlag when starting replicationScott Hernandez2016-06-171-0/+1
* SERVER-24577 added OperationContext argument to OplogBuffer interfaceBenety Goh2016-06-161-1/+1
* SERVER-22672 Move the sharding balancer to the CSRS primaryKaloian Manassiev2016-06-151-3/+2
* SERVER-24492 replication coordinator external state creates oplog buffer for ...Benety Goh2016-06-141-0/+1
* SERVER-24492 Add server parameter and factory function to choose oplog buffer...Judah Schvimer2016-06-141-0/+2
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+3
* SERVER-24292 SyncTail accepts optional writer thread pool at constructionBenety Goh2016-06-011-5/+3
* SERVER-24318 change BackgroundSync to one owned object by the Repl ExternalSt...Eric Milkie2016-06-011-0/+8