summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_destination_manager_legacy_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71541 Rename migration_destination_manager_legacy_commands.cpp to migr...Enrico Golfieri2022-12-021-396/+0
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-2/+3
* SERVER-70220 onShardVersionMismatch should be onCollectionPlacementVersionMis...Allison Easton2022-10-131-1/+1
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-31/+51
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-3/+0
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-4/+4
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-3/+3
* SERVER-67729 Reject new migrations when the ActiveMigrationsRegistry is lockedPaolo Polato2022-07-181-1/+5
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-111-4/+1
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+8
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-2/+2
* SERVER-62857 Handle same-migration recovery on recipient upon multiple stepdownsAllison Easton2022-05-161-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-6/+8
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-5/+1
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-011-1/+5
* SERVER-60645 Recoverability of recipient shard critical section of a moveChun...Jordi Serra Torrens2021-10-221-1/+6
* SERVER-58991 Acquire the critical section on the recipient shard of a moveChu...Jordi Serra Torrens2021-10-131-0/+53
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+20
* SERVER-47981 RecvChunkStartCommand: convert usage of forceShardFilteringMetad...Tommaso Tocci2020-06-091-4/+16
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideBlake Oler2020-03-311-2/+8
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-131-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+3
* SERVER-44914 A shard receiving its first chunk should locally drop any indexe...Mihai Andrei2019-12-201-2/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-25333 Use StartChunkCloneRequest in the MigrationDestinationManagerBlake Oler2018-07-201-31/+14
* SERVER-25333 Remove ScopedDBConnection from the MigrationDestinationManagerBlake Oler2018-06-281-12/+12
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-2/+2
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-2/+3
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-2/+2
* SERVER-29908 Move stale shard version handling out of ShardingStateKaloian Manassiev2018-02-211-11/+2
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-4/+4
* SERVER-32886 Remove unnecessary sleeps during chunk migrationjannaerin2018-02-131-4/+5
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-42/+35
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-4/+4
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-8/+8
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-8/+8
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-8/+8
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-8/+8
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-4/+3
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-10/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-8/+8
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-4/+4