summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/initial_split_policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-161-49/+60
* SERVER-56063 Consolidate the FCV 4.4 <-> 5.0 upgrade checksKaloian Manassiev2021-04-131-1/+0
* SERVER-54918 Pull the metadata format decisions out of InitialSplitPolicyKaloian Manassiev2021-04-071-41/+18
* SERVER-54918 Use const & for the SplitPolicyParams in InitialSplitPolicyKaloian Manassiev2021-03-291-47/+41
* SERVER-55520 Remove '_ns' from the ReshardingSplitPolicyKaloian Manassiev2021-03-261-12/+8
* SERVER-49526 configsvrReshardCollection should calculate new initial split po...Randolph Tan2021-03-231-37/+245
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-11/+11
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-041-2/+10
* SERVER-53105: Target chunks by collectionUUIDJordi Serra Torrens2021-02-011-1/+1
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-191-3/+6
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-1/+1
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-8/+2
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-5/+24
* SERVER-52762 Always persist ChunkType with the proper `collectionUUID`Pierlauro Sciarelli2020-12-011-10/+24
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-251-2/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-20/+23
* SERVER-49510: Add functionality to pick new split points during resharding wh...wireVersionKshitij Gupta2020-08-051-20/+114
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-41/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43917 Support pre-splitting compound hashed shard keys with 'presplitH...Arun Banala2020-01-141-218/+395
* SERVER-44341 Round-robin policy for shardCollection pre-splitting on zonesTommaso Tocci2019-12-131-10/+14
* SERVER-43914 Permit sharding commands to accept compound hashed shard key specsArun Banala2019-11-261-6/+13
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-151-1/+0
* SERVER-42364 Update config.collections schema to have a 'distributionMode' fieldEsha Maharishi2019-07-301-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+4
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-0/+1
* SERVER-39756 Rearrange shardCollection code to allow critical section to be e...Blake Oler2019-05-151-73/+89
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-11/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-291-48/+69
* SERVER-39180 Don't distribute chunks on `shardCollection` if the collection i...Kaloian Manassiev2019-01-251-83/+85
* SERVER-38472 Do not check if collection sharded from config serverjannaerin2019-01-021-0/+33
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...Kim Tao2018-12-111-41/+52
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-051-28/+16
* SERVER-37578 Fix failing sharding_catalog_manager_testKaloian Manassiev2018-10-311-1/+3
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-251-2/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-131-3/+7
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-151-1/+0
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-061-25/+141
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-07-311-2/+103
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-271-0/+140
* Revert "SERVER-14394 Move the intial split code to a separate module and add ...Cheahuychou Mao2018-07-261-140/+0
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-261-0/+140