summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_move_chunk_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65645 IDL-ify all commands on the chunk migration pathEnrico Golfieri2022-06-221-123/+128
* SERVER-66805 Change public-facing `moveRange::forceJumbo` to bool typePierlauro Sciarelli2022-06-011-2/+2
* SERVER-66857 Retry `moveChunk` and `moveRange` indefinitely when router hits ...Pierlauro Sciarelli2022-05-301-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-251-2/+2
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-1/+0
* SERVER-64486 + SERVER-64363 moveRange honors secondary throttle and cluster m...Pierlauro Sciarelli2022-04-061-15/+27
* SERVER-63168 remove hidden parameter from moveChunk commandPaolo Polato2022-02-031-4/+0
* SERVER-62959 Apply the right maxChunkSize value when migrating a chunkPaolo Polato2022-02-021-4/+0
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-60489 Handle potential exceptions in balancer recovery phaseAntonio Fuschetto2021-10-181-0/+1
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-1/+1
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-3/+8
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-12/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799 Update log messages based on LOGV2 style guide.Max Hirschhorn2020-03-231-5/+7
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+2
* SERVER-46069 Use invalidateShardForShardedCollection in the router's moveChun...Blake Oler2020-02-111-3/+3
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-1/+3
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-1/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+7
* 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-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-2/+1
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-3/+3
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-3/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+3
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-3/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-6/+6
* SERVER-32901 Consolidate sharding librariesKaloian Manassiev2018-01-291-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+3
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-8/+5
* SERVER-30133 add failpoint to suspend range deletion and turn on failpoint in...Esha Maharishi2017-07-201-1/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-7/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29566 link cluster_commands_common.cpp into both mongos and mongodJessica Yu2017-06-151-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-22/+20
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-20/+22