summaryrefslogtreecommitdiff
path: root/s/strategy_shard.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix semantics of the getChunkManager() method, add non-erroring version SERVE...gregs2011-08-091-1/+1
* reload full db when dropping collection - SERVER-3517gregs2011-08-091-7/+7
* use LOG(x) everywhere in mongosMathias Stearn2011-08-081-9/+9
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-081-1/+1
* don't allow multikey shard indices or array values in shard keysgregs2011-08-041-10/+11
* check auth before querying SERVER-3533Kristina2011-08-041-0/+2
* SERVER-2531: remove possible shard chunk splitting during M/R outputagirbal2011-06-271-8/+0
* SERVER-2531: added REDUCE mode for M/R to sharded output collectionagirbal2011-06-261-6/+8
* fix error codesagirbal2011-06-211-5/+5
* errorcodesgregs2011-06-211-2/+2
* SERVER-2531: added support for MERGE mode for M/R with sharded outputagirbal2011-06-211-1/+93
* Merge pull request #40 from JensRantil/masterEliot2011-06-151-1/+1
|\
| * Fixing a bunch of spelling mistakes, and a few grammatical errors. No functio...Jens Rantil2011-05-261-1/+1
* | remove set but unread variableMathias Stearn2011-06-141-2/+0
* | fix compile and error codesagirbal2011-06-131-2/+2
* | SERVER-2531: added M/R output to shard collection for mode REPLACEagirbal2011-06-131-0/+57
* | always use parallelcursor SERVER-3086gregs2011-06-031-7/+1
* | tuning sharding retriesEliot Horowitz2011-05-291-2/+2
|/
* use firstElementFieldName()dwight2011-05-231-3/+3
* Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn2011-05-231-43/+55
* more debugging for buildbotEliot Horowitz2011-05-191-1/+7
* log messages here are now more cleardwight2011-05-121-1/+1
* Don't use ShardedStrategy for collections that stop being shardedMathias Stearn2011-05-041-0/+3
* better debugging for errorEliot Horowitz2011-04-281-2/+2
* more verbose logging on multiple retriesEliot Horowitz2011-04-111-2/+4
* prevent shutdown race condtion SERVER-2704Eliot Horowitz2011-03-171-3/+2
* multi/upsert is fine sharded, remove bad assertEliot Horowitz2011-02-171-2/+0
* fix debuggingEliot Horowitz2011-02-161-1/+1
* make sure getLastError fields are correct after writeback SERVER-1467Eliot Horowitz2011-01-211-2/+5
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-84/+87
* log the collection name as wellAlberto Lerner2010-12-151-3/+9
* Don't allow $atomic on sharded collections SERVER-1971Mathias Stearn2010-10-221-0/+2
* fix error message on shard key change SERVER-1892Eliot Horowitz2010-10-051-1/+1
* move code into ShardKeyPattern::moveToFront() and add unit tests. SERVER-1540Mathias Stearn2010-09-221-58/+2
* Move shard key to front of objects on insert SERVER-1540Mathias Stearn2010-09-221-1/+60
* fix error messageEliot Horowitz2010-09-071-1/+1
* better error messageEliot Horowitz2010-09-071-1/+1
* forgot to remove debugging codeMathias Stearn2010-09-031-2/+0
* Shard key in upsert query must be exact match SERVER-1689Mathias Stearn2010-09-021-4/+11
* mongos cursor timeout SERVER-1531Eliot Horowitz2010-08-021-1/+3
* fix mem leakEliot Horowitz2010-08-021-1/+2
* fix memory leak in ParallelCursor on config changesEliot Horowitz2010-07-291-1/+2
* plug potential leakMathias Stearn2010-07-261-7/+12
* make sure to update chunk manager after resetEliot Horowitz2010-07-231-1/+4
* some debuggingEliot Horowitz2010-07-231-1/+2
* retry update/write if config changesEliot Horowitz2010-07-231-8/+36
* don't replay broadcast writes SERVER-1350Eliot Horowitz2010-07-221-2/+6
* cleaning remove flagsEliot Horowitz2010-07-221-2/+1
* cleaningdwight2010-07-181-1/+1
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-5/+5