summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24227 Replace autoSplit startup opt with proper settingJess Fan2016-07-067-36/+12
* SERVER-24831 read_pref.js should wait for mongos replSet view with proper tagsRandolph Tan2016-07-011-1/+5
* SERVER-24810 swap assert movePrimary commands with ShardingTest::ensurePrimar...Dianna Hohensee2016-06-3010-12/+10
* SERVER-24381 Implement removeShardFromZone and _configsvrRemoveShardFromZoneRandolph Tan2016-06-301-0/+28
* SERVER-24720/SERVER-24782 Move serverStatus.balancer to a balancerStatus commandKaloian Manassiev2016-06-292-17/+11
* SERVER-24751 add collation parameter to shardCollection commandDavid Storch2016-06-271-0/+51
* SERVER-23678 adding check that minor version updates correctly after moveChun...Dianna Hohensee2016-06-271-0/+1
* SERVER-24772 Remove print statements from assert.soon() calls in sharding/mon...Esha Maharishi2016-06-241-47/+70
* SERVER-24740 Print less to the logs during sharding/repl_monitor_refresh.jsAndy Schwerin2016-06-231-26/+30
* SERVER-24405 make sharded mapReduce forward collation when input collection i...David Storch2016-06-221-61/+84
* SERVER-24597 Fix check that prevents sending mapreduce output to config serversSpencer T Brody2016-06-221-4/+6
* SERVER-24379 Implement addShardToZone and _configsvrAddShardToZoneRandolph Tan2016-06-221-0/+22
* SERVER-24685 Disable balancer in sharding/auto1.jsAndy Schwerin2016-06-211-1/+4
* SERVER-24677 Add _waitForDelete to moveChunk in cleanup_orphaned_basic.jsKaloian Manassiev2016-06-211-5/+13
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-2016-436/+409
* SERVER-24652 Expose the balancer state through serverStatus sectionKaloian Manassiev2016-06-201-42/+3
* Revert "SERVER-19533: collStats through mongoS on sharded collection incorrec...Sam Dunietz2016-06-201-1/+1
* SERVER-19533: collStats through mongoS on sharded collection incorrectly scal...Sam Dunietz2016-06-201-1/+1
* SERVER-24655 Raise timeout of call to awaitBalance in sharding_rs1.js.Andy Schwerin2016-06-201-1/+1
* SERVER-23316 Use shards from ShardingTest instead of querying config.shardsDianna Hohensee2016-06-172-18/+13
* SERVER-22672 shard3.js should not stop the balancer through shKaloian Manassiev2016-06-151-7/+6
* SERVER-24576 Increase the default findHost timeoutKaloian Manassiev2016-06-151-35/+22
* SERVER-22672 Move the sharding balancer to the CSRS primaryKaloian Manassiev2016-06-152-56/+1
* SERVER-24558 Fix hash_shard_num_chunks.jsKaloian Manassiev2016-06-141-11/+7
* SERVER-24467 Make the shard implementation of 'moveChunk' joinableKaloian Manassiev2016-06-134-63/+3
* SERVER-24467 Move active migrations tracking to separate classKaloian Manassiev2016-06-131-0/+42
* SERVER-24467 Add assert.commandWorked to unit-testsKaloian Manassiev2016-06-134-308/+319
* SERVER-24126 fix shared library compileEsha Maharishi2016-06-135-250/+84
* SERVER-23316 Use shards from ShardingTest instead of querying config.shards f...Dianna Hohensee2016-06-132-11/+10
* Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the...Esha Maharishi2016-06-105-84/+250
* SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardId...Esha Maharishi2016-06-105-250/+84
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2016-06-0911-324/+421
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-071-12/+8
* SERVER-22659 Changing ShardingState::refreshMetadataNow to correctly handle u...Dianna Hohensee2016-06-011-12/+43
* SERVER-24259 Remove 'balancerRoundIntervalSetting' failpointKaloian Manassiev2016-05-301-24/+17
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2882-738/+490
* SERVER-22659 when commit chunk command fails, refresh collection metadata on ...Dianna Hohensee2016-05-231-1/+5
* SERVER-24144 transformQueryForShards() should check for addition overflowTess Avitabile2016-05-181-0/+10
* SERVER-22659 removing _uncommittedMetadata local variableDianna Hohensee2016-05-182-17/+33
* SERVER-24167 ChunkType should generate the chunk's _idKaloian Manassiev2016-05-181-9/+9
* SERVER-24103 adding _waitForDelete to moveChunk commands in migration_ignore_...Dianna Hohensee2016-05-101-15/+18
* SERVER-24105 disable balancer in multi_mongos2.js that does nothing.Dianna Hohensee2016-05-091-8/+0
* SERVER-24071 Introduce ChunkRange classKaloian Manassiev2016-05-091-66/+62
* SERVER-23765 exclude shard_identity_config_update.js from ephemeral testsRandolph Tan2016-05-061-0/+1
* SERVER-24058 make connpool asio use setup timeoutsJason Carey2016-05-061-1/+3
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-051-0/+116
* SERVER-23733 Tests should not write chunkSize to config.settings directlyKaloian Manassiev2016-05-0410-148/+142
* SERVER-23327 shardCollection should warn if numInitialChunks is used with non...Misha Tyulenev2016-05-031-0/+30
* SERVER-23993 Make sure migration commit is replicated to all configs in zero_...Randolph Tan2016-05-021-0/+6
* SERVER-22667 Balancer chunk selection policy interfaceKaloian Manassiev2016-04-291-16/+17