0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
Commit Graph

246 Commits

Author SHA1 Message Date
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
Robert Guo
4c0336f5b0 SERVER-23226 port CheckReplDBHash hook to jS 2016-06-22 11:11:01 -04:00
David Hatch
679ddbe910 SERVER-24644 $min/$max update operators respect collation.
Collection default collation is correctly propagated to modifier
operations.
2016-06-21 14:48:46 -04:00
Kaloian Manassiev
b6abb408c1 SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'
This change makes auth tests with 3.2 mongos, which need to control the
balancer state to go through a special control mongos instance running
version 3.4.

This reverts commit bfde0ecb1c.
2016-06-20 22:15:57 -04:00
Kaloian Manassiev
42f4b98498 SERVER-24652 Expose the balancer state through serverStatus section
This change exposes some of the internal state of the balancer through
section only available on the config server. It also enables previously
disabled tests, which needed to wait for a balancer round to complete.
2016-06-20 22:15:56 -04:00
Kaloian Manassiev
9b00106b56 SERVER-22672 shard3.js should not stop the balancer through sh
Also removes the jumbo1.js test from the stepdown suite because it never
completes due to the balancer starting and stopping too frequently.
2016-06-15 17:37:33 -04:00
Kaloian Manassiev
bfde0ecb1c SERVER-22672 Disable auth tests in the 'sharding_last_stable_mongos' suite 2016-06-15 17:26:11 -04:00
Spencer Jackson
f23455dfa5 SERVER-19335: Add enterprise test suite for LDAP authorization 2016-06-15 14:57:38 -04:00
Kaloian Manassiev
22b68ad5d6 SERVER-22672 Override balancer control for sharding_last_stable_mongos suite 2016-06-15 13:51:20 -04:00
Kaloian Manassiev
4c98927f26 SERVER-22672 Move the sharding balancer to the CSRS primary
This change moves the sharding balancer to run on the primary of the CSRS
config server and removes it from the mongos instances.
2016-06-15 11:05:53 -04:00
Esha Maharishi
677c25dbc4 SERVER-24126 fix shared library compile 2016-06-13 11:40:18 -04:00
Esha Maharishi
029938758e Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardIdentity document to the new shard"
This reverts commit 1e26998e7f.
2016-06-10 17:56:10 -04:00
Esha Maharishi
1e26998e7f SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardIdentity document to the new shard 2016-06-10 16:19:42 -04:00
Tess Avitabile
106307011e Fixed resmokeconfig after rename collation_shell_helpers.js to collation.js 2016-06-06 12:08:28 -04:00
Robert Guo
acd2fb4f98 SERVER-24278 add CleanEveryN to read_concern_majority_passthrough 2016-05-27 15:42:25 -04:00
Robert Guo
0ecd6231c8 SERVER-24278 jscore passthrough suites should run the CleanEveryN hook 2016-05-26 15:03:06 -04:00
Robert Guo
adafe368f6 SERVER-23879 run validate against sharded collections 2016-05-10 12:32:17 -04:00