summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/balancer/balancer_chunk_selection_policy_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61027 Add permitMigration flag to prevent balancer rounds and migratio...Marcos José Grillo Ramirez2021-11-041-1/+1
* 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-5/+1
* SERVER-58908 Add mergeChunks configuration to configureCollectionAutoSplitterSimon Graetzer2021-10-141-18/+4
* SERVER-60464 Enable balancer for sharded time-series collectionsArun Banala2021-10-061-11/+1
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-3/+9
* SERVER-51881 Remove dropped field from CollectionTypeMarcos José Grillo Ramirez2021-08-101-13/+3
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-271-2/+13
* SERVER-55016 Remove depedency of db/commands on 'sharding_runtime_d'Kaloian Manassiev2021-03-091-4/+1
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-22/+3
* SERVER-50027 Implement an 'allowMigrations' collection propertyKaloian Manassiev2020-11-111-2/+4
* SERVER-50027 Make CollectionType use IDL (Part 1)Kaloian Manassiev2020-10-221-2/+2
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-28/+33
* SERVER-50329 Make ChunkManager be passed by value everywhereKaloian Manassiev2020-08-171-15/+15
* SERVER-47674 Create Facade wrapper for ChunkInfoMapAlex Taskov2020-04-271-2/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-04-091-28/+113
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideRandolph Tan2020-03-251-13/+14
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+15
* SERVER-43990 A command to confirm that all chunks have been moved to the righ...Marcos José Grillo Ramírez2019-11-211-2/+47
* SERVER-42273 Introduce 'force' option to 'moveChunk' to allow migrating jumbo...Janna Golden2019-11-051-1/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* 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-35003 Consider making the balancer threshold to always be 1Sarah Zhou2018-08-131-5/+4
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-22/+22
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-161-8/+12
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-7/+6
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+2
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-161-5/+6
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-291-4/+4
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-8/+4
* SERVER-18138 catalog manager listing methods now return vectorsKevin Pulo2017-12-181-17/+18
* SERVER-29397 Ensure user inserted invalid config.tags documents cause the aut...Dianna Hohensee2017-11-281-1/+1
* SERVER-30053 Remove 'opCtx' parameter from Grid::catalogClient()Kaloian Manassiev2017-07-131-5/+5
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-051-3/+1
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-27/+24
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-24/+27
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-27/+24
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-27/+27
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-4/+4
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-061-8/+8
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-031-8/+8
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-031-8/+8