summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/initial_split_policy_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56065 Properly serialise the chunk entries format on transitions betwe...Kaloian Manassiev2021-04-161-37/+101
* SERVER-55520 Remove '_ns' from the ReshardingSplitPolicyKaloian Manassiev2021-03-261-14/+14
* SERVER-55474 explicit LL suffix to fix XCode buildBilly Donahue2021-03-241-4/+4
* SERVER-49526 configsvrReshardCollection should calculate new initial split po...Randolph Tan2021-03-231-0/+423
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-3/+9
* SERVER-53093 Add timestamp to ChunkVersionSergi Mateo Bellido2020-12-101-1/+1
* SERVER-52762 Always persist ChunkType with the proper `collectionUUID`Pierlauro Sciarelli2020-12-011-10/+21
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-9/+7
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46479 Make comparison of expected and actual chunk ranges independent ...Bernard Gorman2020-02-291-2/+2
* 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-139/+1349
* SERVER-44341 Round-robin policy for shardCollection pre-splitting on zonesTommaso Tocci2019-12-131-0/+55
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+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-4/+4
* SERVER-39180 Don't distribute chunks on `shardCollection` if the collection i...Kaloian Manassiev2019-01-251-3/+2
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...Kim Tao2018-12-111-2/+3
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-051-10/+0
* SERVER-37578 Fix failing sharding_catalog_manager_testKaloian Manassiev2018-10-311-8/+10
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-291-1/+1
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-251-0/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-061-51/+260
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-07-311-16/+44
* SERVER-14394 Fix initial_split_policy_test on macOSSara Golemon2018-07-291-6/+6
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-271-0/+195
* Revert "SERVER-14394 Move the intial split code to a separate module and add ...Cheahuychou Mao2018-07-261-187/+0
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-261-0/+187