summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-25686 send all moveChunk commands through to the shard to wait for wai...Dianna Hohensee2016-08-223-69/+67
* SERVER-25514 Prevent a v3.4 mongos from being used to add a v3.2 shardSpencer T Brody2016-08-223-32/+125
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-193-0/+155
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-193-20/+7
* SERVER-22175 DBConfig needs to lock mutex whenever accessing _primaryId or _s...Randolph Tan2016-08-193-26/+20
* SERVER-25384 fixing asan build error for copy elision in scoped_migration_req...Dianna Hohensee2016-08-181-1/+1
* Revert "SERVER-25384 fixing asan build error for copy elision in scoped_migra...Kyle Suarez2016-08-181-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-1854-873/+926
* SERVER-25384 fixing asan build error for copy elision in scoped_migration_req...Dianna Hohensee2016-08-181-1/+1
* SERVER-24852 Add means to interrupt the sharding balancerKaloian Manassiev2016-08-176-45/+284
* SERVER-25527 Make moveChunk and splitChunk commands include the chunk versionKaloian Manassiev2016-08-1710-14/+105
* SERVER-25384 Create a config.migrations collection and a Scoped RAII object c...Dianna Hohensee2016-08-179-2/+922
* SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo2016-08-163-4/+4
* SERVER-25610 Signal last migration for a namespace after freeing the dist lockKaloian Manassiev2016-08-163-88/+76
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-168-96/+105
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-154-7/+12
* SERVER-25592 Remove unused writeConcern parsing done by auth commandsKaloian Manassiev2016-08-131-17/+15
* SERVER-25371 Coverity analysis defect 99730: PW.USELESS_TYPE_QUALIFIER_ON_RET...Esha Maharishi2016-08-121-2/+2
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-122-2/+15
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-125-491/+483
* SERVER-24239 shardCollection should use simple collation when creating shard ...Tess Avitabile2016-08-113-5/+19
* SERVER-25473 Inject ExpressionContext before optimizing pipeline.Charlie Swanson2016-08-111-30/+31
* SERVER-25000 Built _configsvrMergeChunk wrapper around applyOpsJess Fan2016-08-1111-26/+631
* SERVER-24999 Built _configsvrSplitChunk wrapper around applyOpsJess Fan2016-08-1012-42/+639
* SERVER-24999 Remove ShardingTextFixture's CatalogManager for libdepJess Fan2016-08-103-26/+3
* SERVER-22620 prefer config servers with recent opTimeMisha Tyulenev2016-08-091-6/+14
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+3
* SERVER-24213 Make addShard return success if attempting to add an already exi...Spencer T Brody2016-08-0812-153/+447
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-0829-76/+70
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-0529-128/+559
* SERVER-25266 Enhance NetworkASIO to send the client metadata documentMark Benvenuto2016-08-041-0/+4
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-042-0/+35
* SERVER-25419 Make the dependency of mongos on aggregation explicit.Max Hirschhorn2016-08-041-1/+1
* SERVER-25202 Expose lock/unlock control on DistLockManagerKaloian Manassiev2016-08-038-112/+74
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-1/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-035-35/+31
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-3/+1
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-011-11/+5
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-012-12/+205
* SERVER-25154 unit tests for addShard compatibility pathEsha Maharishi2016-08-015-31/+276
* SERVER-25379 remove single document instead of dropping all dbs in config_ser...Esha Maharishi2016-08-011-2/+6
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-015-36/+162
* SERVER-24856 Make manual moveChunk requests go through the balancer on CSRS p...Kaloian Manassiev2016-07-3017-115/+119
* SERVER-25050 Set maxTimeMS on OperationContext on mongosKaloian Manassiev2016-07-3012-96/+143
* SERVER-25050 Cleanup Strategy and Shard classKaloian Manassiev2016-07-306-102/+92