summaryrefslogtreecommitdiff
path: root/s
Commit message (Expand)AuthorAgeFilesLines
* typogregs2011-08-091-1/+1
* error codesgregs2011-08-092-3/+3
* fix semantics of the getChunkManager() method, add non-erroring version SERVE...gregs2011-08-098-11/+24
* reload full db when dropping collection - SERVER-3517gregs2011-08-096-16/+28
* Don't moveToFront if shardKey is _idMathias Stearn2011-08-081-1/+1
* use LOG(x) everywhere in mongosMathias Stearn2011-08-0818-64/+64
* make less garbage stringsMathias Stearn2011-08-081-5/+7
* fast-path for ShardKey::extractFields to create less garbage if already in ke...Mathias Stearn2011-08-082-2/+18
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-081-1/+1
* Check dbhash on config servers once a minute and report failures SERVER-3323Mathias Stearn2011-08-082-1/+12
* Add "warnings" RamLog and field in serverStatus. Use for full disk warnings. ...Mathias Stearn2011-08-081-0/+15
* don't duplicate ns entry for non-sharded collections via mongos SERVER-3539Eliot Horowitz2011-08-081-1/+0
* make sure initial set config in shards is correct SERVER-3333Eliot Horowitz2011-08-051-2/+7
* don't allow multikey shard indices or array values in shard keysgregs2011-08-043-11/+18
* check auth before querying SERVER-3533Kristina2011-08-044-4/+12
* loggingEliot Horowitz2011-08-031-0/+1
* escaping for regex - SERVER-3471gregs2011-07-281-1/+1
* add options to Futures SERVER-3405gregs2011-07-271-4/+4
* rename method SERVER-3405gregs2011-07-271-6/+6
* full API change to command interface, add options SERVER-3405gregs2011-07-276-19/+19
* change command api to allow command options SERVER-3405gregs2011-07-275-55/+57
* test and group slaveok fix for SERVER-3405gregs2011-07-272-9/+21
* remove duplicate log messagesEliot Horowitz2011-07-271-3/+0
* don't use log() at shutdownEliot Horowitz2011-07-241-6/+8
* more consistent timing for waiting for commitEliot Horowitz2011-07-241-10/+21
* unsafe use of type bool warning on vstudiodwight2011-07-221-1/+1
* when deleteing a chunk, wait for replicationEliot Horowitz2011-07-221-5/+20
* make sure to wait for core chunk move as well as deltaEliot Horowitz2011-07-181-1/+1
* iniate lastOpAppliedEliot Horowitz2011-07-171-1/+1
* try to make log more usefulEliot Horowitz2011-07-161-1/+2
* better logging message for moveChunk commit replEliot Horowitz2011-07-161-1/+3
* better logging for moveChunk commitEliot Horowitz2011-07-161-16/+19
* don't hide first connection warning for shardsgregs2011-07-121-1/+5
* supress sharded sub-connection warning for getLastError()gregs2011-07-123-16/+16
* writeback listener log cleaningEliot Horowitz2011-07-111-6/+11
* use host in writeback listener thread nameEliot Horowitz2011-07-112-1/+3
* when a writeback request fails, don't writeback, deal with it inlineEliot Horowitz2011-07-082-27/+41
* fix chunk cleanupEliot Horowitz2011-07-071-5/+16
* don't remove old chunk data while in the middle of a migrateEliot Horowitz2011-07-061-56/+68
* err msg textdwight2011-07-011-1/+1
* correct reloading on stale config request optimizationEliot Horowitz2011-07-013-6/+12
* new collection state check cleaningEliot Horowitz2011-06-291-9/+2
* don't reload entire databae config on a bad config, just the collectionEliot Horowitz2011-06-292-5/+13
* more checking to not reload ChunkManager so muchEliot Horowitz2011-06-292-3/+22
* less thrashing when config changesEliot Horowitz2011-06-293-27/+32
* SERVER-2531: monitor size of current key being reduced, and do extra reducing...agirbal2011-06-271-7/+14
* SERVER-2531: remove possible shard chunk splitting during M/R outputagirbal2011-06-271-8/+0
* SERVER-2531: REPLACE mode now uses the finishMapReduce cmd on each shard, so ...agirbal2011-06-271-25/+24
* compile vcxprojdwight2011-06-271-5/+8
* SERVER-2531: added REDUCE mode for M/R to sharded output collectionagirbal2011-06-265-35/+80