summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-25417 flesh out log messages in ShardingState::initializeShardingAware...Esha Maharishi2016-08-112-17/+28
* SERVER-24999 Built _configsvrSplitChunk wrapper around applyOpsJess Fan2016-08-101-0/+123
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-0813-14/+14
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-3/+22
* SERVER-25417 harden checks around using --shardSvr, --overrideShardIdentity, ...Esha Maharishi2016-08-044-80/+118
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-4/+4
* Fix compile for SERVER-25010Sam Dunietz2016-08-021-2/+4
* SERVER-25010 Add a Notification object with each object in MetadataManager::_...Sam Dunietz2016-08-023-22/+153
* SERVER-24573 Implement CollectionRangeDeleter range deletion logicLeon Zaruvinsky2016-08-027-13/+244
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-6/+0
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-012-6/+19
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-303-5/+11
* SERVER-25344 Fix race condition at MigrationDestinationManager abortKaloian Manassiev2016-07-301-13/+19
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-293-5/+32
* fix lintJudah Schvimer2016-07-291-3/+3
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-2911-129/+242
* Revert "SERVER-24367 Implement CollectionRangeDeleter task lifetime management"Sam Dunietz2016-07-2811-235/+129
* SERVER-24367 Implement CollectionRangeDeleter task lifetime managementSam Dunietz2016-07-2811-129/+235
* SERVER-25105 add OpObserver for deletes to config.shards to cancel correspond...Esha Maharishi2016-07-271-0/+37
* Revert "SERVER-24856 Make manual moveChunk requests go through the balancer o...Ian Whalen2016-07-273-11/+5
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-273-5/+11