summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51003 split long-running randomized repl unittests into a separate db_...Kevin Pulo2020-10-083-16/+27
* SERVER-51292 Use async version of RemoteCommandTargeter::findHost in TenantMi...Jason Zhang2020-10-071-37/+38
* SERVER-50975 Add currentOp reporting for TenantMigrationDonorService InstancesJason Zhang2020-10-072-4/+29
* SERVER-50420 Change repl.ismaster to repl.isWritablePrimary in serverStatusHuayu Ouyang2020-10-071-3/+1
* SERVER-50869 Fix race condition in bgsync when clearing appliedThrough during...Samy Lanka2020-10-071-0/+15
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-0710-152/+885
* SERVER-48450: Temporarily disable unit testXueruiFa2020-10-071-57/+60
* SERVER-51392 Include recipientConnectionString in TenantMigrationCommitted errorCheahuychou Mao2020-10-078-18/+150
* SERVER-33183 Removed the kConvertToCapped type from OplogEntry classAnthony Perkins2020-10-056-41/+12
* SERVER-48450: Fail reconfigs that contain non-voting nodes from another repli...XueruiFa2020-10-053-44/+27
* SERVER-49929 Describe system collections in arch guideA. Jesse Jiryu Davis2020-10-051-1/+9
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-043-8/+8
* SERVER-50755 Ensure FCV document is covered in WT checkpointJason Chan2020-10-031-0/+3
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+5
* Revert "SERVER-48771 Enforce constraints on multi timestamp storage transacti...Tommaso Tocci2020-10-021-5/+0
* SERVER-48771 Enforce constraints on multi timestamp storage transactionsGregory Wlodarek2020-10-021-0/+5
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-028-0/+87
* SERVER-50785 Add debug logging to PrimaryOnlyService machinerySpencer T Brody2020-10-012-18/+78
* SERVER-50786 Add architecture guide section on PrimaryOnlyServiceSpencer T Brody2020-10-011-1/+25
* SERVER-51250 Make AsyncTry inside TenantMigrationDonorService and TenantMigra...Cheahuychou Mao2020-10-013-1/+9
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-014-4/+32
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-302-10/+9
* SERVER-49822 Add destined recipient to oplog entries from insertsAlex Taskov2020-09-301-0/+1
* SERVER-50572 Make initial sync clear and recover a tenant migration donor's i...Jason Zhang2020-09-293-0/+33
* SERVER-50118 Create oplog buffer iterator for reshardingRandolph Tan2020-09-291-0/+4
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-09-291-3/+3
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-2912-83/+190
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-299-10/+312
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-296-79/+86
* SERVER-48940 Make replication rollback clear and recover a tenant migration d...Cheahuychou Mao2020-09-281-0/+4
* SERVER-51096 Use interruptible wait in PrimaryOnlyService::getOrCreateInstanceSpencer T Brody2020-09-284-85/+155
* SERVER-51161 Fix race in PrimaryOnlyServiceTest::ReportCurOpInfoSpencer T Brody2020-09-281-1/+4
* SERVER-51134 ensure that RSASR has no services when destroyed, and embedded m...Kevin Pulo2020-09-281-1/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-2630-120/+130
* SERVER-51095 Track OpCtxs used by PrimaryOnlyServices and interrupt them at s...Spencer T Brody2020-09-253-35/+123
* SERVER-51150 Ensure that PrimaryOnlyService states are updated correctly when...Cheahuychou Mao2020-09-251-5/+1
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-2/+2
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-241-3/+4
* SERVER-51042 TenantMigrationDonorService::Instance::run should capture this a...Jason Zhang2020-09-232-58/+62
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-09-231-11/+31
* SERVER-50982 Fix race condition in PrimaryOnlyServiceTest::LookupInstanceInte...Spencer T Brody2020-09-232-8/+19
* SERVER-50972 Make tenant migration donor startup recovery more likely to cove...Jason Zhang2020-09-231-0/+6
* SERVER-51009 Fix commentIan Boros2020-09-231-1/+1
* SERVER-50532 Cannot require that database exists when applying 'dropDatabase'...Matthew Russotto2020-09-231-3/+3
* SERVER-49079 Emit startup warning if split horizons contain IP addressesAdam Cooper2020-09-231-0/+23
* SERVER-48806 Obtain and persist donor optimes in MigrationServerInstanceMatthew Russotto2020-09-236-1/+368
* SERVER-51009 Correct FCV check for $v:2 delta oplog entriesIan Boros2020-09-231-36/+10
* SERVER-49243 Add framework for PrimaryOnlyServices to report their Instances ...Spencer T Brody2020-09-237-9/+110
* SERVER-50982 Use interruptible wait in PrimaryOnlyService::lookupInstanceSpencer T Brody2020-09-233-51/+100
* SERVER-51079 Fix race in PrimaryOnlyServiceTest::StepUpAfterShutdownSpencer T Brody2020-09-231-0/+4