Commit Graph

262 Commits

Author SHA1 Message Date
Kaloian Manassiev
51fe71a416 SERVER-25602 Make split/mergeChunks commands check the validity of input 2016-08-16 08:03:41 -04:00
Esha Maharishi
5b6ca35994 SERVER-22663 Make --shardsvr required for a mongod to be used as a shard 2016-08-12 15:24:05 -04:00
Kaloian Manassiev
0c6bbea55e SERVER-25202 Support parallel manual chunk migrations
This change switches the MigrationManager to use the UsedResourcesMap
class for acquiring the collection distributed lock on first migration
attempt and dropping it on the last.

This allows it to support parallel manual migrations.
2016-08-12 11:59:59 -04:00
Esha Maharishi
62ae8e4141 Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a shard"
This reverts commit d1223a8ad4.
2016-08-11 21:36:54 -04:00
Esha Maharishi
d1223a8ad4 SERVER-22663 Make --shardsvr required for a mongod to be used as a shard 2016-08-11 21:07:39 -04:00
Siyuan Zhou
4010eab23f Revert "WT-2812 Disable reconfigwt.js"
This reverts commit 1b40e81d86.
2016-08-11 16:37:20 -04:00
Randolph Tan
e14a61c789 SERVER-22665 Separate mixed version test logic to multiVersion suite
for shard aware js tests
2016-08-11 13:34:24 -04:00
hari devaraj
a0b7e4fc8c SERVER-24497 Linearizable read concern implemented 2016-08-10 18:39:27 -04:00
Randolph Tan
bd6d1ac102 SERVER-24468 add test to check that minOpTimeUpdaters is used to fetch latest opTime 2016-08-09 13:48:28 -04:00
Judah Schvimer
43ab2d9e0b SERVER-25399 Disable chaining in initial sync static passthrough 2016-08-09 13:19:12 -04:00
Jonathan Reams
118a4ccdc2 SERVER-25267 SERVER-25265 Integrate compression with networking code
and snappy compressor
2016-08-09 12:18:32 -04:00
Spencer T Brody
9597d67f96 SERVER-24213 Make addShard return success if attempting to add an already existing shard 2016-08-08 17:51:29 -04:00
Randolph Tan
6cd1e7ed94 SERVER-25463 blacklist shard6.js from continuous step down suite 2016-08-08 14:35:08 -04:00
Tess Avitabile
e3c13d1bda SERVER-24439 Make mongos commands over sharded collections inherit the collection default collation 2016-08-05 10:32:09 -04:00
Siyuan Zhou
953a241f6d SERVER-23663 New primary syncs from chosen node to catch up with timeout
SERVER-23662 Implement "catch-up timeout" configuration variable
2016-08-04 18:10:46 -04:00
Siyuan Zhou
1b40e81d86 WT-2812 Disable reconfigwt.js 2016-08-04 13:02:02 -04:00
Geert Bosch
3f68c01861 SERVER-24767 Replicate views 2016-08-01 16:32:15 -04:00
Esha Maharishi
e3068c25d3 SERVER-24352 configs initialize sharding awareness on sharding-unaware shards on transition to primary 2016-07-27 17:37:21 -04:00
Mark Benvenuto
96afd7d4dc SERVER-25226 diagdata.js needs to wait for FTDC to startup 2016-07-27 15:29:50 -04:00
Spencer Jackson
8dd8bdf4dc SERVER-25294: Blacklist kill_op_overflow.js from sharding_last_stable_mongos_and_mixed_shards 2016-07-26 19:30:18 -04:00
Randolph Tan
f22f6e220e SERVER-25254 Only advance config server optime in response to messages from cluster members 2016-07-26 17:24:45 -04:00
Randolph Tan
6059f99366 SERVER-24393 rename assignKeyRangeToZone to updateZoneKeyRange 2016-07-26 14:23:05 -04:00
Randolph Tan
3274d62a05 SERVER-24393 Implement assignKeyRangeToZone and _configsvrAssignKeyRangeToZone 2016-07-26 14:23:05 -04:00
Mike Grundy
d19f36ab7c SERVER-25226 Fix duplicate blacklist error 2016-07-25 09:54:55 -04:00
Mike Grundy
dbe5a22825 SERVER-25226 Blacklist diagdata.js 2016-07-25 08:15:01 -04:00
Dianna Hohensee
af928e87f8 SERVER-25153 Converting sharding_last_stable_mongos test suite to include mixed version shards. 2016-07-22 09:40:40 -04:00
Mark Benvenuto
c1042b38c9 SERVER-24616 Add new getDiagnosticData command 2016-07-21 13:16:55 -04:00
Kaloian Manassiev
971026616e SERVER-24853 Support parallel chunk migrations
This change connects the new policy, which supports returning multiple
migrations for the same collection with the MigrationManager in order to
allow chunks to migrate in parallel.
2016-07-19 18:03:45 -04:00
Judah Schvimer
433ffe0574 SERVER-24538 Add small_oplog_rs_initsync_static passthrough to include periodic initial sync members 2016-07-19 09:44:37 -04:00
Tess Avitabile
57862d65fa SERVER-24511 Make frequency with which background job that kills timed-out cursors is run configurable 2016-07-14 10:09:54 -04:00
Kaloian Manassiev
4da91b20ca SERVER-24721 Move ShardStatistics vector out of DistributionStatus
The collection DistributionStatus class shouldn't contain information
about the shards since it is not using it. Also cleans up the
DistributionStatus class so it is more of a cache of the cluster runtime
state.
2016-07-13 21:40:58 -04:00
Mike Grundy
f18bb78b46 SERVER-24716 Remove the CheckReplDBHashDeprecated hook 2016-07-13 14:54:39 -04:00
Kaloian Manassiev
b00b3fe08a SERVER-24609 Enable jumbo1.js in the continous stepdown suite 2016-07-12 15:21:32 -04:00
Kaloian Manassiev
7c67f3a6fd SERVER-24858 Tighten assertions around waiting for write concern 2016-07-08 13:26:39 -04:00
Kyle Suarez
ae1dc3ea4d SERVER-24765 integration test suite for views
The "views" resmoke suite tests basic views functionality. It also explicitly
tests every server command in mongod for interaction with views.
2016-07-08 13:09:55 -04:00
Sam Dunietz
082acbd2ab SERVER-19533 collStats through mongoS on sharded collection incorrectly scales avgObjSize 2016-07-07 15:04:16 -04:00
Kevin Albertson
8833b39af6 SERVER-24880 Exclude operation latency histogram test from sharding suites 2016-07-06 17:04:24 -04:00
Siyuan Zhou
16a914fa10 SERVER-24881 Add StepUp Command.
This reverts commit 05eca76c9d.
Fixed ErrorCodes in JS tests.
2016-07-06 13:30:23 -04:00
Jess Fan
504e52fea8 SERVER-24227 Replace autoSplit startup opt with proper setting 2016-07-06 09:56:21 -04:00
Jonathan Abrahams
05eca76c9d Revert "SERVER-24881 Add StepUp Command."
This reverts commit e3ee305be3.
2016-07-06 09:08:05 -04:00
Siyuan Zhou
e3ee305be3 SERVER-24881 Add StepUp Command. 2016-07-05 16:51:04 -04:00
hari devaraj
1aa84a66de SERVER-24494 Implemented parsing for linearizable read concern 2016-07-05 16:21:31 -04:00
Randolph Tan
1e765db836 SERVER-24381 Implement removeShardFromZone and _configsvrRemoveShardFromZone 2016-06-30 10:51:01 -04:00
David Storch
424a411fa7 SERVER-24751 add collation parameter to shardCollection command
This parameter must be used to specify the simple collation
when the collection has a non-simple default collation.
Since the shard key is required to have the simple
collation, we now enforce that there is an index whose
prefix is the shard key and whose collation is the simple
collation.
2016-06-27 17:55:36 -04:00
Eric Milkie
b0b1b300f0 Revert "SERVER-24494 blacklist linearizable_read_concern_parsing.js from legacy suite"
This reverts commit cb0a631368.
2016-06-27 10:33:44 -04:00
hari devaraj
cb0a631368 SERVER-24494 blacklist linearizable_read_concern_parsing.js from legacy suite 2016-06-24 10:04:48 -04:00
David Storch
a7dc0fd86e SERVER-24405 enable collation.js in sharding passthrough suites 2016-06-22 21:04:42 -04:00
David Storch
ab502aa503 SERVER-24405 make sharded mapReduce forward collation when input collection is sharded 2016-06-22 21:04:41 -04:00
Spencer T Brody
ef34ca1081 SERVER-24597 Fix check that prevents sending mapreduce output to config servers 2016-06-22 17:39:56 -04:00
Randolph Tan
f517b05141 SERVER-24379 Implement addShardToZone and _configsvrAddShardToZone 2016-06-22 15:17:13 -04:00