summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40228 Refactor OpTimeAndWallTime into new structMaria van Keulen2019-03-211-12/+13
* SERVER-40080 report last applied and last durable wall clock timesMaria van Keulen2019-03-191-24/+38
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39538 Convert replication setParameters to IDLJonathan Reams2019-02-261-24/+1
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-1/+1
* SERVER-38521 Make the AsyncWorkScheduler be interruptible and support sub-sch...Kaloian Manassiev2019-02-051-0/+2
* SERVER-35663 Always update the logical clock before advancing the last applie...Jack Mulrow2019-01-171-0/+5
* SERVER-38282 Step-up reacquires locks for prepared transactionsSiyuan Zhou2019-01-071-4/+7
* SERVER-36853 Coordinator should resume coordinating commit for unfinished tra...Esha Maharishi2018-12-111-0/+4
* SERVER-37990 Replace locking requirements in 'ReadWriteAbility' with new sema...Samy Lanka2018-11-291-1/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+3
* SERVER-37987 acquire correct locks when dropping temp collections on step upJudah Schvimer2018-11-131-6/+7
* SERVER-37987 acquire global IX lock for step-up oplog writeJudah Schvimer2018-11-131-1/+3
* SERVER-37928 remove unused repair_database link dependenciesBenety Goh2018-11-051-1/+0
* SERVER-36873 ReplicationCoordinatorExternalStateImpl::shutdown() must not hol...Tess Avitabile2018-10-251-1/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-3/+2
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-1/+1
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-09-261-22/+21
* SERVER-35870 Add RAII object for handling lock acquisitions during stepdown.Spencer T Brody2018-09-241-10/+0
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-141-0/+5
* SERVER-37048 Hold global intent lock whenever accessing the oplog collection ...Spencer T Brody2018-09-101-17/+1
* SERVER-35616 Do not allow afterClusterTime reads before oplog existsTess Avitabile2018-08-241-0/+1
* SERVER-29908 Move all runtime logic out of ShardingStateKaloian Manassiev2018-08-131-3/+3
* SERVER-34489 Enable timestamp safe unique indexes via FCV.nehakhatri52018-08-061-3/+2
* SERVER-35367 Do not hold locks while calling waitForAllEarlierOplogWritesToBe...Spencer T Brody2018-07-311-4/+11
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-12/+9
* SERVER-31586 Use PeriodicRunner to refresh balancer configuration periodicallyMatthew Saltz2018-07-251-0/+3
* Fix error codesGeert Bosch2018-07-121-1/+1
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-20/+0
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-061-6/+24
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-0/+11
* SERVER-32333 BackgroundSync accepts OplogApplier instead of OplogBufferBenety Goh2018-06-131-1/+1
* SERVER-32333 reverse BackgroundSync and OplogApplier construction orderBenety Goh2018-06-131-8/+18
* SERVER-33864 BackgroundSync no longer implements OplogApplier::ObserverBenety Goh2018-06-131-1/+8
* SERVER-33864 remove BackgroundSync::onBufferCleared()Benety Goh2018-06-131-3/+0
* SERVER-33864 move repl.buffer server metrics from BackgroundSync to Replicati...Benety Goh2018-06-121-1/+12
* SERVER-34134 Wrap rollback database operations in WriteConflictRetry loopsVesselina Ratcheva2018-06-111-1/+6
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-8/+1
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-1/+1
* SERVER-32335 split OplogApplier into interface and implementationBenety Goh2018-05-311-9/+10
* SERVER-32335 move SyncTail::makeWriterPool to OplogApplierBenety Goh2018-05-311-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+24
* SERVER-34682 Old primary should be able to store last vote when casting vote ...William Schultz2018-05-161-0/+4
* SERVER-32335 remove unused function ReplicationCoordinatorExternalState::getI...Benety Goh2018-05-161-8/+0
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-24/+8
* SERVER-34362 ReplicaSetCoordinatorExternalStateImpl::_dropAllTempCollections(...Matthew Russotto2018-05-101-1/+1
* SERVER-34900 add ReplicationCoordinatorExternalState::getInitialSyncBatchLimi...Benety Goh2018-05-091-0/+8
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-9/+9