summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/primary_only_service.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-51650 Ensure failure to rebuild PrimaryOnlyService on step up ...mathisbessamdb2022-08-021-31/+22
* SERVER-68473 Improve existing comment to better explain the condition when re...mathisbessamdb2022-08-021-0/+8
* SERVER-67360 Rename POS instance's completion future to runCompleteFutureEsha Maharishi2022-07-281-5/+3
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-51650 Ensure failure to rebuild PrimaryOnlyService on step up results ...George Wangensteen2022-07-131-22/+31
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-2/+9
* SERVER-67191 PrimaryOnlyService should destroy the old instances before launc...Randolph Tan2022-06-141-0/+3
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-221-1/+0
* SERVER-62682 Add _rebuildCV.notify_all() after all mutations to _stateLuis Osta2022-01-261-16/+25
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-1/+2
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-6/+4
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-15/+16
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-2/+16
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
* SERVER-58023 PrimaryOnlyService should not invariant that _activeInstances is...Matthew Saltz2021-06-241-2/+0
* SERVER-56010 Wait for primary services to finish rebuilding before completing...Wenbin Zhu2021-06-221-9/+27
* SERVER-52849: Protect stepUp from invalidated executor on shutdown in Primary...Tyler Seip2021-05-281-26/+49
* SERVER-53563 Cancel tenant migrations on FCV change (donor side)Vesselina Ratcheva2021-05-011-0/+30
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-091-0/+2
* Revert "SERVER-54696 Serialize DDL operations on step-up"Tommaso Tocci2021-04-081-2/+0
* SERVER-54696 Serialize DDL operations on step-upTommaso Tocci2021-04-071-0/+2
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-1/+1
* SERVER-54839 Fix PrimaryOnlyService data racesMatthew Saltz2021-03-101-121/+99
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+1
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-4/+4
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+2
* SERVER-52791 Make PrimaryOnlyService::shutdown explicitly interrupt tracked O...Blake Oler2021-02-181-0/+5
* SERVER-53950: fix ASAN errors when migration recipient is stuck on step downAndrew Shuvalov2021-02-111-6/+30
* SERVER-53023 Create TTL index on config.tenantMigrationRecipientVishnu Kaushik2021-02-041-1/+1
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-1/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+1
* SERVER-48434 Rename LogicalTimeMetadataHook to VectorClockMetadataHookPierlauro Sciarelli2020-12-301-2/+2
* SERVER-51179 TenantMigrationDonorInstance should distinguish local and remote...Jason Zhang2020-12-101-1/+1
* SERVER-51012 Integrate CancelationTokens with PrimaryOnlyServiceJason Zhang2020-11-251-1/+9
* SERVER-52695 Tenant Migration Recipient Instance should use parent executor (...Suganthi Mani2020-11-171-11/+42
* SERVER-50406 Add hook for PrimaryOnlyServices to build indexes on stepUpCheahuychou Mao2020-10-201-34/+21
* SERVER-51518 Adjust lock invariant in PrimaryOnlyService::lookupInst().Max Hirschhorn2020-10-141-1/+2
* SERVER-50785 Add debug logging to PrimaryOnlyService machinerySpencer T Brody2020-10-011-17/+77
* SERVER-51096 Use interruptible wait in PrimaryOnlyService::getOrCreateInstanceSpencer T Brody2020-09-281-4/+3
* SERVER-51095 Track OpCtxs used by PrimaryOnlyServices and interrupt them at s...Spencer T Brody2020-09-251-28/+71
* SERVER-51150 Ensure that PrimaryOnlyService states are updated correctly when...Cheahuychou Mao2020-09-251-5/+1
* SERVER-50982 Fix race condition in PrimaryOnlyServiceTest::LookupInstanceInte...Spencer T Brody2020-09-231-7/+18
* SERVER-49243 Add framework for PrimaryOnlyServices to report their Instances ...Spencer T Brody2020-09-231-1/+24
* SERVER-50982 Use interruptible wait in PrimaryOnlyService::lookupInstanceSpencer T Brody2020-09-231-4/+8
* SERVER-50953 Remove completionFuture from PrimaryOnlyService machinerySpencer T Brody2020-09-231-11/+1