summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13459 migration rollback needs to use original metadataGreg Studer2014-04-021-10/+21
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-018-15/+170
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-011-115/+4
* SERVER-13429 Remove printStackAndExitMathias Stearn2014-04-011-5/+11
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-011-2/+1
* SERVER-13379 Fixing parsed naming of jsonp option in mongosShaun Verch2014-04-011-2/+2
* SERVER-10325: support system and user flags for mongos collstatsScott Hernandez2014-04-011-0/+10
* SERVER-13410 metadata changes in dblockGreg Studer2014-04-012-4/+22
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-312-6/+4
* SERVER-13379 Canonicalize noAutoSplit as sharding.autoSplitShaun Verch2014-03-281-6/+18
* SERVER-13379 Canonicalize sslOnNormalPorts as net.ssl.modeShaun Verch2014-03-281-0/+7
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-281-14/+0
* SERVER-13379 Do not mark Environment as valid before canonicalization is done...Shaun Verch2014-03-281-1/+7
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-283-0/+43
* SERVER-13388 explicitly use w:1 for upconverted writes from mongosGreg Studer2014-03-272-0/+77
* SERVER-13376 Make sync7.js less sensitive to delaysRandolph Tan2014-03-271-7/+18
* SERVER-13332 fix scary messaging around unsharded cursorsGreg Studer2014-03-252-2/+3
* SERVER-13302 Fix error message when create index during migration failsRandolph Tan2014-03-201-1/+0
* SERVER-13282 Fix leak in mongos BatchedWriteExec::execute()Siyuan Zhou2014-03-201-3/+9
* SERVER-13294: mongos exit after --upgradeEliot Horowitz2014-03-201-0/+5
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-194-6/+27
* SERVER-13207 Unordered batch writes to a shard with version mismatch can trig...Randolph Tan2014-03-171-4/+18
* SERVER-12977 disallow empty write batchesGreg Studer2014-03-171-1/+8
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-169-494/+1230
* SERVER-13176 suppress legacy dup-key error codes when down/upconverting in mo...Greg Studer2014-03-141-1/+11
* SERVER-12954 w parameter is not propagated correctly on compatibility writeModeRandolph Tan2014-03-146-69/+145
* SERVER-13087 Better error messages for invalid config server writesSpencer T Brody2014-03-131-5/+14
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-134-2/+12
* SERVER-13155 mongos obey maxWriteBatchSize for upconv'd bulk insertsJason Rassi2014-03-131-1/+2
* SERVER-13171: Add '_forceLegacyShardWriteMode' mongos setParameterScott Hernandez2014-03-121-1/+6
* SERVER-13001: exclude nModified from legacy write resultsScott Hernandez2014-03-121-3/+3
* SERVER-13162 Clean up _upsertDetails in ~BatchedCommandResponse()Siyuan Zhou2014-03-121-0/+1
* SERVER-13136 check cursor existence before using in balancerGreg Studer2014-03-121-0/+7
* SERVER-12975 Write command to mongos checks invalid NSSiyuan Zhou2014-03-101-0/+7
* SERVER-13069 nicer and slightly less verbose distributed lock messagesGreg Studer2014-03-101-3/+4
* SERVER-13058: remove extra space in Windows service descriptionsSam Kleinman2014-03-061-2/+2
* SERVER-13050 Don't send "cursor" to shards when doing agg explainMathias Stearn2014-03-061-1/+5
* SERVER-12910 release conns back to pool after every mongos operationGreg Studer2014-03-041-6/+3
* SERVER-12950 don't mark writes as completed after errors in ordered batchGreg Studer2014-03-033-1/+23
* SERVER-12950 break ordered batches at first multi-shard opGreg Studer2014-03-032-22/+354
* SERVER-12908 don't aggressively retry when config inconsistency detected in b...Greg Studer2014-03-031-0/+1
* SERVER-12968: downcast createIndexes on 2.6 mongos -> insertEliot Horowitz2014-03-011-19/+138
* SERVER-11688 Improve diagnostic messages for metadata reloading in shardsSiyuan Zhou2014-02-281-17/+29
* SERVER-12962 Set ok field on failed upconverted writesMathias Stearn2014-02-282-0/+24
* SERVER-12708 Report errors from shards when mergingPresorted results.Mathias Stearn2014-02-191-1/+1
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-193-35/+50
* SERVER-12760 Handle sharded agg explain better during upgradeMathias Stearn2014-02-191-0/+18
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-4/+1
* SERVER-12515 Unable to move hashed shard key chunks created by numInitialChunksRandolph Tan2014-02-183-3/+96
* SERVER-12654 append additional information to inconsistent config writesSiyuan Zhou2014-02-181-2/+8