summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/configsvr_shard_collection_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-35676 Handle integer overflow when validating numInitialChunksCheahuychou Mao2018-06-251-1/+2
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-241-4/+2
* SERVER-33639 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-221-1/+6
* SERVER-32375 Use readConcern local for config metadata operationsBlake Oler2018-05-101-1/+6
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-05-021-4/+4
* SERVER-34644 Assert that ShardKeyPattern is always constructed with a valid keyKaloian Manassiev2018-04-261-8/+0
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-7/+9
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-291-5/+4
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-271-1/+1
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-231-0/+1
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-1/+0
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-2/+1
* SERVER-33795 remove backwards compatible distlock from sharding catalog commandsEsha Maharishi2018-03-121-8/+0
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-071-1/+2
* SERVER-33045 Remove fcvLock from shardCollectionDianna Hohensee2018-02-261-5/+0
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-5/+0
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33043 Only setFCV should take the fcvLock (ResourceMutex) in exclusive...Dianna Hohensee2018-02-131-1/+2
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-061-1/+1