summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26051 sharding_balance3.js should wait longer for initial balancing roundRandolph Tan2016-09-121-1/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-085-12/+12
* SERVER-26013 Add a missing library dependencyKaloian Manassiev2016-09-081-0/+1
* SERVER-24850 Make balancer skip namespaces which get dropped during analyisKaloian Manassiev2016-09-081-2/+8
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-086-48/+50
* SERVER-26013 Add a tryLock method to the dist lock managerKaloian Manassiev2016-09-0812-23/+118
* SERVER-26013 Remove ShardingCatalogClient::distLock and cleanup DistLockManagerKaloian Manassiev2016-09-0816-77/+57
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-0/+4
* SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn2016-09-071-0/+5
* SERVER-25997 Make mongos shutdown safer if the grid object is not yet initial...Andy Schwerin2016-09-071-4/+9
* SERVER-25230 use ReplicaSetMonitor's ConnectionString when reloading shards f...Misha Tyulenev2016-09-072-6/+12
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-078-15/+14
* SERVER-25965 Use 'ceil' division when determining the optimal number of chunk...Kaloian Manassiev2016-09-062-7/+24
* SERVER-22666 Test that basic sharded cluster upgrade procedure properly makes...Spencer T Brody2016-09-061-0/+3
* SERVER-25002 Wire in new _configsvrMergeChunks command so shards no longer ru...Spencer T Brody2016-09-067-82/+141
* SERVER-24702 remove remnants of ShardingCatalogManagerImpl from ShardingTestF...Esha Maharishi2016-09-062-3/+1
* Revert "SERVER-25935 move ShardRegistry::init() out of Grid::init()"Max Hirschhorn2016-09-044-15/+4
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-13/+6
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-0/+9
* SERVER-25938 ShardLocal::runCommand should parse writeConcernError even when ...Spencer T Brody2016-09-022-12/+1
* SERVER-25935 move ShardRegistry::init() out of Grid::init()Esha Maharishi2016-09-024-4/+15
* SERVER-25872 Remove pessimizing moveCharlie Swanson2016-09-022-4/+4
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+2
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-09-017-8/+8
* SERVER-25872 make DistLockCatalogFixture and ReplSetDistLockManagerFixture ex...Esha Maharishi2016-09-0110-365/+361
* SERVER-25563 create MongodTestFixture and make ConfigServerTestFixture extend itEsha Maharishi2016-09-016-322/+782
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-1/+2
* SERVER-25811 send collection version with CommitChunkMigration commandDianna Hohensee2016-08-303-0/+29
* SERVER-25832 Add version of Shard::runCommand that retries indefinitely, and ...r3.3.12Spencer T Brody2016-08-293-4/+30
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-2921-241/+302
* SERVER-24470 CommitChunkMigration command checks that the balancer still has ...Dianna Hohensee2016-08-293-6/+38
* SERVER-24771 Validate requested namespace in mongos listIndexesJames Wahlin2016-08-291-1/+1
* Revert "SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRe...Dan Pasette2016-08-2620-296/+235
* SERVER-25832 Rename Shard::runCommand to Shard::runCommandWithFixedRetryAttemptsSpencer T Brody2016-08-2620-235/+296
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-2610-10/+102
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-268-73/+136
* SERVER-24771 Cluster pipeline command refactorJames Wahlin2016-08-264-453/+546
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-262-2/+7
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-252-2/+3
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-2535-225/+309
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-252-24/+11
* SERVER-24764 Support for cluster admin commands on viewsJames Wahlin2016-08-241-37/+59
* SERVER-25722 Ensure that shards are not added while _configSvrSetFeatureCompa...Tess Avitabile2016-08-245-0/+51
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-242-9/+0
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-2310-25/+40
* SERVER-25703 enable dist lock unlock by sessionId AND _idDianna Hohensee2016-08-2310-15/+117
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-2316-89/+278
* SERVER-25755 Remove extra logging from TL changeJason Carey2016-08-231-1/+2
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-2/+5
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-2313-178/+159