summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-121-2/+2
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-1/+3
* SERVER-68215 check out mongod sessions through MongoDSessionCatalogBenety Goh2022-08-241-4/+10
* SERVER-67955 Add indexVersion getter on the CSR and make it recoverableMarcos José Grillo Ramirez2022-08-241-6/+5
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+4
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-66997 Remove NoChangeStreamEventsDueToOrphans feature flagAntonio Fuschetto2022-07-141-1/+0
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-111-97/+68
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-11/+4
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-1/+1
* 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