summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68491 Get rid of the `forEachOrphanedRange` functionSilvia Surroca2022-08-041-45/+0
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67729 Reject new migrations when the ActiveMigrationsRegistry is lockedPaolo Polato2022-07-181-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-111-7/+3
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-67781 Get rid of unused functions `dropRangeDeletionsCollection` and `...Pierlauro Sciarelli2022-07-051-72/+0
* SERVER-65996 Remove TODOs referencing SERVER-54284Allison Easton2022-07-051-1/+2
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+0
* SERVER-66958 Handle potential multiple "processing" range deletions on step-upPierlauro Sciarelli2022-06-081-4/+17
* SERVER-63314 Remove unused fail points in migration_util.cppSilvia Surroca2022-06-031-7/+0
* SERVER-63819 Make range deletion's `numOrphanDocs` field non-optional once 6....Allison Easton2022-05-261-6/+2
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-4/+4
* SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistentArun Banala2022-05-231-3/+3
* SERVER-65947 MigrationDestinationManager must recover if an error occurs duri...Jordi Serra Torrens2022-05-171-3/+9
* SERVER-62857 Handle same-migration recovery on recipient upon multiple stepdownsAllison Easton2022-05-161-2/+7
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-5/+4
* 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-2/+2
* SERVER-65015 Granular locks for synchronizing orphans trackingAllison Easton2022-04-261-1/+1
* SERVER-64398 do not create MigrationCoordinator docs on migration abortPaolo Polato2022-04-251-12/+22
* SERVER-64979 Range deleter must start with same range deletion task on step upAllison Easton2022-04-121-7/+25
* Revert "SERVER-64979 Range deleter must start with same range deletion task o...Allison Easton2022-04-111-67/+36
* SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for s...Tommaso Tocci2022-04-071-2/+4
* SERVER-64979 Range deleter must start with same range deletion task on step upAllison Easton2022-04-071-36/+67
* SERVER-64196 Implement BalancerStatisticsRegistry and command to retrieve its...Tommaso Tocci2022-04-051-0/+2
* SERVER-65014 Use long long type for orphan countTommaso Tocci2022-03-301-4/+6
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-301-11/+22
* SERVER-64857 Retry range deletion task update on write conflict exceptionsAllison Easton2022-03-291-5/+9
* Revert "SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with...Tommaso Tocci2022-03-221-19/+6
* SERVER-64163 Synchronize orphans tracking upon upgrade/downgrade with ongoing...Allison Easton2022-03-221-6/+19
* SERVER-62591 Add change streams event for migrate last chunk off shardMisha Tyulenev2022-03-161-0/+73
* SERVER-63763 Track initial number of orphans in range deletion task documents...Allison Easton2022-03-031-0/+28
* SERVER-63762 Track initial number of orphans in range deletion task documents...Allison Easton2022-02-251-0/+11
* SERVER-63131 Change CollectionCatalog::_orderedCollections to be keyed by std...Sophia Tan2022-02-091-2/+1
* SERVER-63161 The recovery of the shard version and the migration in the moveC...Antonio Fuschetto2022-02-071-36/+24
* SERVER-63101 Have CollectionCatalog APIs return a set TenantDatabaseNameSophia Tan2022-02-021-4/+6
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-1/+1
* SERVER-62704 Investigate Antithesis Bug - RecoverRefreshThread More Than One ...Antonio Fuschetto2022-01-281-5/+6
* SERVER-61755 Migration recovery should handle refined shard keyAllison Easton2022-01-181-1/+5
* SERVER-62282 Migration recovery should be retried until successAntonio Fuschetto2022-01-181-2/+21
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-01-101-4/+9
* SERVER-62245 MigrationRecovery must not assume that only one migration needs ...Jordi Serra Torrens2021-12-301-18/+7
* SERVER-62296 MoveChunk should recover any unfinished migration before startin...Jordi Serra Torrens2021-12-301-0/+18
* SERVER-62243 Wait for vector clock document majority-commit without timeoutPierlauro Sciarelli2021-12-241-2/+3
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-60805 Rename the ShardId field on the recipient docSergi Mateo Bellido2021-11-051-1/+1
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-8/+8
* SERVER-60518 Best effort checks in range deleter must not leave orphansPierlauro Sciarelli2021-10-221-60/+39