summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_shard_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46001 Move checkShardingIndex outside shardCollection's read critical ...Cheahuychou Mao2020-02-281-14/+16
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-33/+24
* SERVER-39756 Rearrange shardCollection code to allow critical section to be e...Blake Oler2019-05-151-286/+369
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-1/+17
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-6/+7
* SERVER-40333 Only clone collection options once for each shard in shardsvrSha...Blake Oler2019-03-261-8/+15
* SERVER-40057 Use PrimaryOnly readPreference for cloneCollectionOptionsFromPri...jannaerin2019-03-111-1/+1
* SERVER-38185 _shardsvrShardCollection should return uuid when joining an exis...jannaerin2019-02-271-6/+20
* 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-13/+20
* SERVER-39180 Don't distribute chunks on `shardCollection` if the collection i...Kaloian Manassiev2019-01-251-3/+8
* SERVER-38472 Do not check if collection sharded from config serverjannaerin2019-01-021-0/+30
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-0/+1
* SERVER-38392: remove assertion that we can't shard a non-empty collection ass...Kim Tao2018-12-111-9/+6
* SERVER-36411 include shard id/name in changelog/actionlog entriesKevin Pulo2018-11-141-12/+13
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-051-39/+4
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-011-0/+1
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-011-80/+108
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-051-12/+11
* SERVER-36959 Use afterOpTime when counting chunks in _shardsvrShardCollectionjannaerin2018-09-261-1/+2
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36735 Remove duplicate code in shardsvr_shard_collectionjannaerin2018-09-141-1/+0
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-131-26/+49
* SERVER-36102 Create initial chunks on appropriate shards for zoned shardingCheahuychou Mao2018-08-061-39/+63
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-1/+1
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-07-311-122/+87
* SERVER-29908 Move CollectionShardingState under sharding_api_dKaloian Manassiev2018-07-271-1/+1
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-271-161/+61
* Revert "SERVER-14394 Move the intial split code to a separate module and add ...Cheahuychou Mao2018-07-261-61/+161
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-261-161/+61
* SERVER-35794 Validate shard key against existing zonesCheahuychou Mao2018-07-181-3/+81
* SERVER-35722 Remove unused and commented headers from shardsvr_shard_collecti...Kaloian Manassiev2018-07-161-23/+8
* SERVER-35722 Move intial splitting in shardCollection to primary shardjannaerin2018-07-111-1/+246
* SERVER-35722 Move skeleton of shardCollection command to primary shardjannaerin2018-07-101-0/+502