Commit Graph

121 Commits

Author SHA1 Message Date
Spencer T Brody
934614f0dc Send ContinueOnError flag for all bulk inserts when using sharding. 2011-09-19 15:31:46 -04:00
Spencer T Brody
eb490600f6 ContinueOnError flag for bulk inserts is implied when using sharding. 2011-09-19 15:25:36 -04:00
Spencer T Brody
c85b73a1b0 Fix bug where bulk inserts on sharded collection were sent as a series of single inserts. SERVER-3319. 2011-09-19 11:33:16 -04:00
gregs
4d3fdcfc10 fix semantics of the getChunkManager() method, add non-erroring version SERVER-3517 2011-08-09 02:16:54 -04:00
gregs
1436fe4595 reload full db when dropping collection - SERVER-3517 2011-08-09 02:16:54 -04:00
Mathias Stearn
0e20be567e use LOG(x) everywhere in mongos 2011-08-08 19:52:56 -04:00
Mathias Stearn
689469c2de Rename keep_going to continue_on_error SERVER-3233 2011-08-08 12:44:52 -04:00
gregs
6bf06f445e don't allow multikey shard indices or array values in shard keys 2011-08-04 12:54:16 -04:00
Kristina
9fd0090766 check auth before querying SERVER-3533 2011-08-04 11:35:00 -04:00
agirbal
17ba23539c SERVER-2531: remove possible shard chunk splitting during M/R output 2011-06-27 13:53:24 -07:00
agirbal
1388ecbdb7 SERVER-2531: added REDUCE mode for M/R to sharded output collection 2011-06-26 19:00:52 -07:00
agirbal
ab47d8d34b fix error codes 2011-06-21 22:35:35 -07:00
gregs
99c28cb998 errorcodes 2011-06-21 22:09:04 -04:00
agirbal
e40135e5ce SERVER-2531: added support for MERGE mode for M/R with sharded output
Added generic method to do update() to shards
2011-06-21 18:42:47 -07:00
Eliot
0d4db0b5b0 Merge pull request #40 from JensRantil/master
Spelling and grammar corrections only
2011-06-15 19:53:25 -07:00
Mathias Stearn
30ed7953ec remove set but unread variable 2011-06-14 16:40:17 -04:00
agirbal
7ac2b5bef2 fix compile and error codes 2011-06-13 14:53:33 -07:00
agirbal
ec68f3c6d5 SERVER-2531: added M/R output to shard collection for mode REPLACE 2011-06-13 14:33:38 -07:00
gregs
e329ba1bae always use parallelcursor SERVER-3086 2011-06-03 17:15:25 -04:00
Eliot Horowitz
280969d9c8 tuning sharding retries 2011-05-29 13:44:27 -04:00
Jens Rantil
2c8088f180 Fixing a bunch of spelling mistakes, and a few grammatical errors. No functionality has been changed. 2011-05-26 11:59:13 +02:00
dwight
8a0660ac31 use firstElementFieldName() 2011-05-23 20:03:19 -04:00
Mathias Stearn
b690e237fd Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509 2011-05-23 18:46:27 -04:00
Eliot Horowitz
2c1fa43373 more debugging for buildbot 2011-05-19 17:29:56 -04:00
dwight
07a3aeee84 log messages here are now more clear 2011-05-12 21:45:48 -04:00
Mathias Stearn
78a6c2e2f2 Don't use ShardedStrategy for collections that stop being sharded 2011-05-04 15:41:43 -04:00
Eliot Horowitz
5ae781d54c better debugging for error 2011-04-28 23:10:46 -04:00
Eliot Horowitz
8b035652c1 more verbose logging on multiple retries 2011-04-11 05:19:21 -04:00
Eliot Horowitz
783dc5a721 prevent shutdown race condtion SERVER-2704 2011-03-17 14:50:38 -04:00
Eliot Horowitz
cd5a958c31 multi/upsert is fine sharded, remove bad assert 2011-02-17 23:59:15 -05:00
Eliot Horowitz
e690bfef3c fix debugging 2011-02-16 14:40:25 -05:00
Eliot Horowitz
b331e1c7ae make sure getLastError fields are correct after writeback SERVER-1467 2011-01-21 14:19:49 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Alberto Lerner
4d351c23f7 log the collection name as well 2010-12-15 12:07:12 -05:00
Mathias Stearn
14201b26eb Don't allow $atomic on sharded collections SERVER-1971 2010-10-22 17:47:07 -04:00
Eliot Horowitz
043f94b25e fix error message on shard key change SERVER-1892 2010-10-05 13:05:30 -04:00
Mathias Stearn
456493083e move code into ShardKeyPattern::moveToFront() and add unit tests. SERVER-1540 2010-09-22 17:50:50 -04:00
Mathias Stearn
8a29068d1c Move shard key to front of objects on insert SERVER-1540 2010-09-22 14:21:53 -04:00
Eliot Horowitz
4a6398df84 fix error message 2010-09-07 12:11:24 -04:00
Eliot Horowitz
8fdabc70d9 better error message 2010-09-07 10:29:22 -04:00
Mathias Stearn
c58ddb10d4 forgot to remove debugging code 2010-09-03 11:56:31 -04:00
Mathias Stearn
6cc10ef09e Shard key in upsert query must be exact match SERVER-1689 2010-09-02 21:11:53 -04:00
Eliot Horowitz
d25088f9c3 mongos cursor timeout SERVER-1531 2010-08-02 14:50:12 -04:00
Eliot Horowitz
4d6f5306c5 fix mem leak 2010-08-02 11:28:09 -04:00
Eliot Horowitz
0aecc0bfd3 fix memory leak in ParallelCursor on config changes 2010-07-29 16:31:41 -04:00
Mathias Stearn
ce531f1481 plug potential leak 2010-07-26 21:09:10 -04:00
Eliot Horowitz
0d1975d0d4 make sure to update chunk manager after reset 2010-07-23 13:06:24 -04:00
Eliot Horowitz
089f471c21 some debugging 2010-07-23 13:01:28 -04:00
Eliot Horowitz
a4431141fd retry update/write if config changes 2010-07-23 00:47:24 -04:00
Eliot Horowitz
90f70bab3d don't replay broadcast writes SERVER-1350 2010-07-22 23:05:02 -04:00