summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39112 Remove 1-second delays when starting and stopping OplogApplier. ...Matthew Russotto2020-02-271-0/+10
* SERVER-35407: Refuse to start threads and initial sync if replication is shut...r4.2.3-rc0Lingzhi Deng2020-01-141-0/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-011-8/+8
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-161-3/+3
* SERVER-41508 Track the time the new term oplog entry was majority committed i...Samyukta Lanka2019-09-261-0/+3
* SERVER-41501 Track the number of elections that require primary catchup in se...Samyukta Lanka2019-09-121-0/+4
* SERVER-39776 Fix race between initial syncer startup, data replication thread...Matthew Russotto2019-08-231-1/+4
* SERVER-39776 Remove legacy UniqueLock and LockGuard from repl_coordinator_ext...Matthew Russotto2019-08-231-16/+13
* SERVER-41788 put oplog application mode on applier optionsJudah Schvimer2019-08-211-9/+9
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-13/+9
* SERVER-42055 Only acquire a collection IX lock to write the lastVote documentMatthew Russotto2019-07-091-15/+44
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ...Lingzhi Deng2019-06-101-3/+0
* SERVER-37988 Recover locks on step up at the beginning of the state transitio...Gregory Wlodarek2019-05-151-6/+3
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+6
* SERVER-39818 Split RSM notification functionality into a new classBen Caimano2019-04-161-6/+2
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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