summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_merge_chunks_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+2
* SERVER-75286 Initialise the CollectionWriter's _acquisition fieldKaloian Manassiev2023-04-051-1/+0
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-031-3/+3
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-2/+2
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-19/+11
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-1/+1
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-6/+7
* SERVER-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-121-1/+0
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-4/+4
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-1/+1
* SERVER-65204 Remove usages of StaleEpoch from the merge pathKaloian Manassiev2022-04-061-0/+1
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-1/+1
* SERVER-57057 Reduce routing info refreshes on the mergeChunks pathSimon Gratzer2021-05-261-5/+6
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-2/+4
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-12/+11
* SERVER-44830 Modify StaleConfigException handlers to handle a single shard in...Blake Oler2020-01-071-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+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-8/+10
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-2/+2
* SERVER-28261 Make MongoS send epoch as part of the `mergeChunks` commandKaloian Manassiev2018-04-191-15/+12
* 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-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-3/+3
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-4/+2
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-221-4/+4
* 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-29461 Filter command output to avoid duplicating generic reply fieldsMathias Stearn2017-06-131-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias 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-15/+18
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-18/+15
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-15/+18
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-1/+1
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-301-2/+2
* SERVER-27321 Rename ScopedChunkManager::getExisting to refreshAndGetKaloian Manassiev2016-12-081-41/+23
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-3/+3
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1