summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26089 Remove incorrect assertion from migration commitKaloian Manassiev2016-09-142-80/+47
* SERVER-26013 Remove default arguments from DistLockManagerKaloian Manassiev2016-09-143-5/+5
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-30/+6
* SERVER-26087 make config server only set its own featureCompatibilityVersion ...David Storch2016-09-141-3/+2
* SERVER-26077 Tighten checks around migration session idKaloian Manassiev2016-09-139-110/+108
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-084-16/+16
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-083-6/+6
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-0/+6
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-1/+6
* SERVER-25978 Do not clear the CollectionShardingState map on stepdownKaloian Manassiev2016-09-074-20/+20
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-1/+1
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-061-1/+5
* SERVER-25002 Wire in new _configsvrMergeChunks command so shards no longer ru...Spencer T Brody2016-09-063-212/+176
* Revert "SERVER-25935 move ShardRegistry::init() out of Grid::init()"Max Hirschhorn2016-09-041-1/+11
* SERVER-25935 move ShardRegistry::init() out of Grid::init()Esha Maharishi2016-09-021-11/+1
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-09-012-2/+2
* SERVER-24871 make ShardingStateTest extend MongodTestFixtureEsha Maharishi2016-09-013-137/+51
* SERVER-24991 re-added causedBy logging constructDan Pasette2016-08-317-16/+16
* SERVER-25811 send collection version with CommitChunkMigration commandDianna Hohensee2016-08-302-14/+79
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-293-13/+15
* SERVER-24470 CommitChunkMigration command checks that the balancer still has ...Dianna Hohensee2016-08-292-8/+59
* SERVER-24991 log redaction for storage mongosRamon Fernandez2016-08-2715-93/+103
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-263-15/+13
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-263-13/+15
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-262-16/+57
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-3/+11
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-1/+2
* SERVER-25722 Ensure that shards are not added while _configSvrSetFeatureCompa...Tess Avitabile2016-08-241-19/+3
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-2417-46/+337
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-234-6/+16
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-239-207/+196
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-6/+6
* SERVER-25686 send all moveChunk commands through to the shard to wait for wai...Dianna Hohensee2016-08-221-3/+6
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-222-0/+10
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-192-0/+149
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-2/+2
* SERVER-24508 delete BSONObj::equal()David Storch2016-08-191-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-186-18/+21
* SERVER-25527 Make moveChunk and splitChunk commands include the chunk versionKaloian Manassiev2016-08-171-1/+5
* SERVER-25602 Make split/mergeChunks commands check the validity of inputKaloian Manassiev2016-08-164-46/+39
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-16/+18
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-155-5/+156
* Reverting incorrect patch commit for SERVER-24368Dianna Hohensee2016-08-126-322/+29
* SERVER-24368 Unit tests for collection range deleterLeon Zaruvinsky2016-08-125-65/+249
* SERVER-24067 remove unnecessary brace initializerKyle Suarez2016-08-125-6/+115
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-123-6/+17
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-113-17/+6
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-113-6/+17
* SERVER-25000 Built _configsvrMergeChunk wrapper around applyOpsJess Fan2016-08-111-0/+125