summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/initial_split_policy.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-66208 Remove chunk creation for shard collection with existing dataPierlauro Sciarelli2022-05-251-2/+8
* SERVER-54584 Get rid of nss in SplitPolicyParams after 5.0 has branched outAllison Easton2021-09-031-1/+0
* SERVER-59602 Get rid of ChunkEntryFormatPierlauro Sciarelli2021-08-261-3/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-58652 Remove legacy ConfigsvrShardCollection commandTommaso Tocci2021-07-271-4/+3
* SERVER-56890 Use a well typed struct rather than object_owned for presetResha...Randolph Tan2021-06-011-1/+0
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-161-4/+4
* SERVER-54918 Pull the metadata format decisions out of InitialSplitPolicyKaloian Manassiev2021-04-071-1/+0
* SERVER-54918 Use const & for the SplitPolicyParams in InitialSplitPolicyKaloian Manassiev2021-03-291-10/+11
* SERVER-55520 Remove '_ns' from the ReshardingSplitPolicyKaloian Manassiev2021-03-261-2/+1
* SERVER-49526 configsvrReshardCollection should calculate new initial split po...Randolph Tan2021-03-231-13/+70
* SERVER-54579: Complete TODO listed in SERVER-53105Jordi Serra Torrens2021-02-171-3/+3
* SERVER-52779 Added new coordinator to create collection with the new shard co...Marcos José Grillo Ramírez2021-02-051-2/+3
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-27/+26
* SERVER-52762 Always persist ChunkType with the proper `collectionUUID`Pierlauro Sciarelli2020-12-011-2/+6
* SERVER-52766: Support timestamp in the catalog cache loaderJordi Serra Torrens2020-11-251-0/+1
* SERVER-49510: Add functionality to pick new split points during resharding wh...wireVersionKshitij Gupta2020-08-051-0/+27
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-15/+1
* SERVER-43917 Support pre-splitting compound hashed shard keys with 'presplitH...Arun Banala2020-01-141-85/+186
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+1
* SERVER-39756 Rearrange shardCollection code to allow critical section to be e...Blake Oler2019-05-151-8/+45
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-8/+2
* 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-5/+8
* SERVER-39180 Don't distribute chunks on `shardCollection` if the collection i...Kaloian Manassiev2019-01-251-8/+16
* SERVER-38472 Do not check if collection sharded from config serverjannaerin2019-01-021-0/+15
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...Kim Tao2018-12-111-1/+3
* 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-10/+15
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-061-2/+16
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-07-311-2/+26
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-271-0/+84
* Revert "SERVER-14394 Move the intial split code to a separate module and add ...Cheahuychou Mao2018-07-261-84/+0
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-261-0/+84