summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-085-8/+8
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-042-34/+39
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-0428-325/+433
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-044-7/+7
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-031-1/+1
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-0315-34/+36
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-0222-82/+83
* SERVER-50691 Fix race in PrimaryOnlyServiceTest::LookupInstanceSpencer T Brody2020-09-021-5/+5
* SERVER-50671 Make TenantMigrationAccessBlockerByPrefix::appendInfoForServerSt...Cheahuychou Mao2020-09-021-0/+2
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-021-4/+8
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and TenantMigrationB...Vesselina Ratcheva2020-09-0219-244/+472
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+5
* SERVER-50686 Rename PrimaryOnlyService::Instance::onCompletion() to getComple...Spencer T Brody2020-09-022-9/+9
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-0214-50/+24
* SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigratio...Judah Schvimer2020-09-011-0/+8
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-312-6/+9
* SERVER-50628 Fix race in PrimaryOnlyServiceTest::DoubleCreateInstanceSpencer T Brody2020-08-291-0/+5
* SERVER-50619 Shut down PrimaryOnlyService ScopedTaskExecutor before parent ex...Spencer T Brody2020-08-291-1/+10
* SERVER-49695 The waitUntilDurable() codepath should not fassert success of op...Dianna Hohensee2020-08-293-11/+28
* SERVER-50104 Make the test hook run a background migration on the data used b...Cheahuychou Mao2020-08-282-5/+21
* SERVER-50096 Make the tenant migration donor not block a thread on an executo...Cheahuychou Mao2020-08-283-80/+136
* SERVER-50617 Make TenantMigrationAccessBlocker::abort not invariant that the ...Cheahuychou Mao2020-08-281-4/+0
* SERVER-48149 Move callers of RecoveryUnit::waitUntilDurable onto JournalFlush...Dianna Hohensee2020-08-289-14/+24
* SERVER-49401 Extend OplogBufferCollection to support random accessMatthew Russotto2020-08-276-737/+334
* SERVER-49779 Create a log component for tenant migrationsJudah Schvimer2020-08-277-7/+7
* SERVER-49890: Create resharding oplog view on startup.Daniel Gottlieb2020-08-272-0/+4
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-273-3/+3
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-157/+158
* SERVER-50303 Initialize tenant cloner batch size in contructorVesselina Ratcheva2020-08-274-0/+64
* SERVER-50045 JournalFlusher doesn't return ShutdownInProgress during rollbackGregory Wlodarek2020-08-271-1/+4
* SERVER-49238 Ensure that OpCtxs on PrimaryOnlyService threads are interrupted...Spencer T Brody2020-08-273-6/+125
* SERVER-50535 Make PrimaryOnlyServices resilient to onStepUp() called after sh...Spencer T Brody2020-08-272-1/+21
* SERVER-50392 Clean up how waiting for PrimaryOnlyService Instance completion ...Spencer T Brody2020-08-275-61/+81
* SERVER-50356: Account for last-continuous when closing connections on FCV upg...Lingzhi Deng2020-08-271-0/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-273-5/+10
* SERVER-50104 Add a test hook that runs a background migration that involves o...Cheahuychou Mao2020-08-271-7/+19
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-1/+2
* SERVER-50117 Add resumeToken and pre/post image oplog tests for createAggForR...Randolph Tan2020-08-262-2/+6
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-2530-259/+584
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2020-08-251-1/+2
* SERVER-50344 Rename Client methods to clarify that they are about being kille...Spencer T Brody2020-08-252-2/+2
* SERVER-50488 Fix race condition in PrimaryOnlyServiceTest unit testSpencer T Brody2020-08-241-5/+6
* SERVER-50066 Rehost tenant migration donor's logic on Primary-Only ServiceCheahuychou Mao2020-08-249-248/+451
* SERVER-48860 Make migration oplog applier class apply oplog entries.Matthew Russotto2020-08-2419-488/+1359
* SERVER-49924 SERVER-49527 recoverFromOplogAsStandalone does not relax index c...Judah Schvimer2020-08-241-0/+3
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-08-203-19/+45
* SERVER-50053 Remove PrimaryOnlyService instances from registry when their sta...Spencer T Brody2020-08-196-31/+393
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-183-3/+0
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-172-0/+32