summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/configsvr_shard_collection_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-1/+1
* SERVER-52944 Add additional audit sharding testsBen Caimano2021-04-011-0/+3
* SERVER-53412 Mark code which needs to go away after 5.0 with the proper ticketKaloian Manassiev2021-03-311-3/+1
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-181-1/+1
* Revert "SERVER-52528 Test queries on sharded time-series collections"Louis Williams2021-03-161-1/+1
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-161-1/+1
* SERVER-54230 Stop returning sorted shard IDs vector from ShardRegistryTommaso Tocci2021-02-041-1/+4
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-2/+3
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-2/+1
* SERVER-52872 Remove StatusWith methods from ShardingCatalogClientKaloian Manassiev2020-11-161-5/+2
* SERVER-52541 Specify dropDatabase in IDLA. Jesse Jiryu Davis2020-11-131-1/+1
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-041-1/+2
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-1/+1
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-2/+2
* SERVER-34061 Stop preemptively loading sharded collections when loading a dat...Tommaso Tocci2020-06-301-6/+1
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-25/+21
* 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-0/+1
* SERVER-44855 Add comments and cleanup the catalog managerKaloian Manassiev2019-12-221-6/+5
* SERVER-42593 Remove fcv4.0 shardCollection pathjannaerin2019-08-081-284/+15
* SERVER-41925 enumerate the FCV 4.4 dependencies in the sharding codeMisha Tyulenev2019-08-061-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-18/+7
* SERVER-41944 Validate the given shard key for refineCollectionShardKeyJamie Heppenstall2019-07-111-233/+9
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36958: allow _configsvrShardCollection to retry on network errorsKim Tao2019-01-291-25/+75
* SERVER-39234 Ensure `shardCollection` initial split works the same between co...Kaloian Manassiev2019-01-291-36/+38
* SERVER-38734 Config collections other than config.system.sessions should not ...jannaerin2019-01-141-1/+1
* SERVER-38472 Do not check if collection sharded from config serverjannaerin2019-01-021-61/+17
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-011-11/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37329 Add TODO for when runWithoutInterruption block can be removedSpencer T Brody2018-09-281-0/+1
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-7/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-131-84/+84
* SERVER-14394 Create initial hashed shard key chunks directly on shardsCheahuychou Mao2018-07-311-34/+24
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-271-87/+13
* Revert "SERVER-14394 Move the intial split code to a separate module and add ...Cheahuychou Mao2018-07-261-13/+87
* SERVER-14394 Move the intial split code to a separate module and add unit testsCheahuychou Mao2018-07-261-87/+13
* SERVER-35794 Validate shard key against existing zonesCheahuychou Mao2018-07-181-1/+0
* SERVER-36071 Check status of shardsvrShardCollectionjannaerin2018-07-121-1/+9
* Revert "SERVER-36071 Check status of shardsvrShardCollection"jannaerin2018-07-111-8/+1
* SERVER-36071 Check status of shardsvrShardCollectionjannaerin2018-07-111-1/+8
* SERVER-35722 Move intial splitting in shardCollection to primary shardjannaerin2018-07-111-25/+0
* SERVER-35722 Move skeleton of shardCollection command to primary shardjannaerin2018-07-101-6/+80
* SERVER-36033 Validate numInitialChunks argumentCheahuychou Mao2018-07-101-1/+2
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-35720 Allow zones to be created on non-existent collectionCheahuychou Mao2018-06-281-2/+1