summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30053 Get rid of the ShardingCatalogManager interfaceKaloian Manassiev2017-07-171-1/+1
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-2/+2
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-1/+1
* SERVER-29885 Serialize operations for the same logical sessionKaloian Manassiev2017-07-061-2/+2
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-54/+57
* SERVER-29875 Install SessionsTransactionTable on the ServiceContextKaloian Manassiev2017-06-281-0/+3
* SERVER-29254 move OplogTruncateAfterPoint into its own collectionJudah Schvimer2017-06-221-13/+13
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-301-25/+24
* SERVER-29275 ReplicationCoordinator cleans up drop-pending collection when co...Benety Goh2017-05-241-0/+33
* SERVER-29275 ReplicationCoordinatorExternalStateImpl accepts DropPendingColle...Benety Goh2017-05-241-2/+6
* SERVER-28127 Integrate KeyManager to LogicalClockRandolph Tan2017-05-221-0/+18
* SERVER-28724 add onStepDown and onStepUp functionality to ShardServerCatalogC...Dianna Hohensee2017-05-191-0/+8
* SERVER-29275 ReplicationCoordinatorExternalState::notifyOplogMetadataWaiters(...Benety Goh2017-05-191-1/+2
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-4/+0
* SERVER-28688 ReplicationCoordinatorExternalStateImpl::shutdown() performs dat...Benety Goh2017-04-141-19/+24
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-28211 removed StorageInterface::startup() and shutdown() functionsBenety Goh2017-03-291-3/+0
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-48/+2
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-13/+6
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-4/+2
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-14/+16
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-128/+129
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-0/+4
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-271-4/+10
* SERVER-27855 Attach all NetworkInterface instances with EgressHooksRandolph Tan2017-02-171-1/+6
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-2/+3
* SERVER-27807 synchronize creating a snapshot with its registration in replcoordEric Milkie2017-01-251-0/+7
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-10/+0
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-181-1/+18
* SERVER-27582 initialize lastVote properlyJudah Schvimer2017-01-101-3/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27154 replSetRequestVotes command should wait for durabilityJudah Schvimer2017-01-041-2/+2
* SERVER-27583 shut down SyncSourceFeedback outside ReplicationCoordinatorExter...Benety Goh2017-01-041-4/+2
* SERVER-27466 move transitionToPrimaryHangBeforeInitializingConfigDatabase to ...Esha Maharishi2016-12-211-15/+0
* SERVER-27071 ensure config.version doc cannot replicate to secondaries in con...Esha Maharishi2016-12-061-0/+15
* SERVER-26849 wait for balancer thread to terminate before finishing shutdownDianna Hohensee2016-12-011-6/+6
* SERVER-26716 Fix crash after 3.2->3.4->3.2 up/downgradeMathias Stearn2016-11-151-0/+5
* SERVER-26572 move fetchCount to DataReplicatorJudah Schvimer2016-10-261-14/+9
* SERVER-26191 added server parameter for OplogBufferCollection::Options::peekC...Benety Goh2016-10-241-1/+7
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ph...Judah Schvimer2016-10-191-11/+14
* SERVER-26640 remove flag for linearizable read supportBenety Goh2016-10-141-6/+0
* SERVER-25662: synchronize stopping data replicationScott Hernandez2016-10-061-0/+6
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* Revert "SERVER-26411 Move balancer sources under mongo/db/s"Benety Goh2016-10-051-1/+1
* SERVER-26411 Move balancer sources under mongo/db/sKaloian Manassiev2016-10-051-1/+1
* SERVER-26169 added startup parameter for linearizable read support defaulting...Benety Goh2016-09-281-0/+6
* SERVER-25662: pass runner OperationContext* to 3.2 initial sync codeScott Hernandez2016-09-271-3/+2
* SERVER-25662: use runner for initial-sync/resyncScott Hernandez2016-09-261-16/+22
* SERVER-26043: add back variables for each db use caseScott Hernandez2016-09-261-3/+6