summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66825 Fix deadlock on MigrationDestinationManager::onStepDownJordi Serra Torrens2022-06-011-0/+4
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-05-311-8/+20
* SERVER-63819 Make range deletion's `numOrphanDocs` field non-optional once 6....Allison Easton2022-05-261-3/+0
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-3/+3
* SERVER-65947 MigrationDestinationManager must recover if an error occurs duri...Jordi Serra Torrens2022-05-171-108/+218
* 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/+1
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-2/+5
* SERVER-65014 Use long long type for orphan countTommaso Tocci2022-03-301-1/+1
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-2/+2
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-301-3/+6
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-2/+3
* SERVER-63954 Ensure chunk migration works when user write blocking is enabledJordi Serra Torrens2022-03-251-0/+5
* Revert "SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with...Tommaso Tocci2022-03-221-4/+0
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-221-0/+4
* SERVER-61338 Change MigrationDestinationManager constants to match conventionEnrico Golfieri2022-03-181-51/+51
* SERVER-63762 Track initial number of orphans in range deletion task documents...Allison Easton2022-02-251-1/+13
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-2/+2
* SERVER-62855 MigrationDestinationManager should not blindly dereference _sess...Jordi Serra Torrens2022-01-241-2/+6
* SERVER-61735 Add a new timing log step in MigrationDestinationManager to trac...Jordi Serra Torrens2022-01-071-3/+5
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-241-2/+5
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-5/+9
* SERVER-61206 fix xcode 12 and clang c++20 compileBenety Goh2021-11-091-1/+2
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-2/+2
* SERVER-61206 Persist migration decision before waiting for releaseRecientCrit...Jordi Serra Torrens2021-11-081-44/+29
* SERVER-60984 Report time in recipient critical section on serverStatus shardi...Jordi Serra Torrens2021-11-051-4/+30
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-6/+4
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-7/+8
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-221-444/+572
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-9/+152
* SERVER-60142 Fix MigrationDestinationManager's check for overlapping rangeDel...Jordi Serra Torrens2021-09-231-5/+22
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-2/+4
* SERVER-58603 ensureTempReshardingCollectionExistsWithIndexes may hit an invar...Randolph Tan2021-07-291-0/+10
* SERVER-58241 Overlap fetching of `_xferMods` from the donor with applying the...Allison Easton2021-07-281-53/+59
* SERVER-55429 Add timeout to migrations when waiting for range deletionsMarcos José Grillo Ramirez2021-06-291-1/+2
* SERVER-52906 Delete orphaned document in the recipient before starting the mi...Paolo Polato2021-06-251-49/+54
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-181-5/+5
* SERVER-57709 Make MigrationDestinationManager's inserter thread interruptible...Cheahuychou Mao2021-06-161-1/+4
* SERVER-57578 MigrationDestinationManager checks collection state using Collec...Benety Goh2021-06-141-1/+1
* SERVER-52906 Applying metadata update before dispatching rollback task in mov...Paolo Polato2021-06-111-19/+29
* SERVER-55392 Add a timestamp field to config.rangeDeletionsAntonio Fuschetto2021-05-311-0/+3
* SERVER-55573 Deadlock between stepdown and chunk migrationPierlauro Sciarelli2021-05-251-1/+5
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+1
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-121-2/+21
* SERVER-47123 remove sharding (and resharding) references to AutoGetOrCreateDbBenety Goh2021-04-291-2/+2
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-231-16/+16
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-221-16/+16
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-221-16/+16