summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71559 MigrationChunkClonerSource is an abstract class with a single im...Enrico Golfieri2022-12-051-1298/+0
* SERVER-56186 Add counters in session migration codewenqinYe2022-12-011-0/+18
* SERVER-71544 Fix race condition on _sessionCatalogSource in LogOpShardingHand...wenqinYe2022-11-281-9/+12
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+2
* SERVER-68361 Make migration properly handle cases when shard key value modifi...Randolph Tan2022-11-101-28/+72
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-3/+3
* SERVER-69541 Modify Helpers::findById() to accept NamespaceString type collec...Romans Kasperovics2022-09-281-3/+2
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-3/+4
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-111-3/+4
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-201-3/+2
* SERVER-66069 Renamed diskloc references to recordIdsKruti Shah2022-06-131-27/+27
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only one...Pierlauro Sciarelli2022-04-281-1/+1
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-251-52/+54
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+1
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-64331 Chunk migration should not migrate internal sessions for non-ret...Cheahuychou Mao2022-03-241-8/+13
* SERVER-63494 Enable WouldChangeOwningShard update and findAndModify tests wit...Cheahuychou Mao2022-03-191-10/+32
* SERVER-64415 Make MigrationChunkClonerSourceLegacy not add pre/post image opT...Cheahuychou Mao2022-03-161-30/+20
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-4/+6
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-1/+5
* SERVER-60123 Support sharding by cluster key _id on explicitly created cluste...Haley Connelly2021-12-211-11/+11
* SERVER-61759 Interrupt and join migrations when allowMigrations is set to falseKaloian Manassiev2021-12-071-5/+4
* SERVER-61759 Do not expose the cloner directly from the MigrationSourceManagerKaloian Manassiev2021-12-071-4/+3
* SERVER-61183 improve logging in migration source clonerPaolo Polato2021-11-051-19/+21
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-3/+10
* SERVER-60958 Access info on SessionCatalogMigrationSource outside of the Clon...Paolo Polato2021-10-261-5/+8
* SERVER-56185 Investigate possible improvements with session migration and a c...Allison Easton2021-10-151-3/+13
* SERVER-60267 Change jumbo chunk size thresholdPierlauro Sciarelli2021-10-051-1/+1
* SERVER-58211 Deduplicate entries returned in a single invocation to `Migratio...Allison Easton2021-07-261-7/+12
* SERVER-58242 Increase the batch size for '_xferMods'Allison Easton2021-07-221-12/+15
* SERVER-58363 Replace _xferDeletes and _xferUpdates with one functionAllison Easton2021-07-141-41/+26
* SERVER-57315 Enable shardCollection command for a time series collectionArun Banala2021-06-291-1/+3
* SERVER-56307 fix the convergence criteria to end the catchup phasePaolo Polato2021-06-181-2/+18
* SERVER-57650 Make MigrationChunkClonerSource interruptible when waiting for r...Cheahuychou Mao2021-06-141-9/+24
* SERVER-56307 fix name of server parameterPaolo Polato2021-06-141-1/+1
* SERVER-57127 IndexCatalog::findShardKeyPrefixedIndex() accepts CollectionPtrBenety Goh2021-06-031-4/+3
* SERVER-56307 Ensure that the estimated size of an object id is always bigger ...Paolo Polato2021-05-121-3/+4
* SERVER-56307 Allow the donor to enter the critical section when the untransfe...Paolo Polato2021-05-121-5/+43
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-2/+2
* SERVER-55298: fix BSONObjTooLarge error when calling removeShard on a jumbo c...LaMont Nelson2021-03-311-19/+13
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-1/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-9/+7
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-48994 LogTransactionOperationsForShardingHandler must use Uninterrupti...Pierlauro Sciarelli2020-06-231-3/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-56/+55