Commit Graph

145 Commits

Author SHA1 Message Date
dwight
29b1f8f8f4 comment 2011-11-02 20:43:02 -04:00
dwight
14adf2b29a fix dyn naming bug was breaking buildbot 2011-11-02 13:59:40 -04:00
gregs
61dac94dd6 allow sharded m/r to retry on stale shard version errors SERVER-4158 2011-10-31 11:02:20 -04:00
dwight
1fa8066338 fix dyn naming bug 2011-10-31 09:45:26 -04:00
dwight
6e0420d335 dyn naming work 2011-10-30 21:40:23 -04:00
dwight
4bf4bcf0b4 dynhost work 2011-10-28 09:33:24 -04:00
Dwight
bd8ba715c5 Merge branch 'master' of github.com:mongodb/mongo 2011-10-25 17:40:57 -04:00
Dwight
95aeb9ed04 dynamic naming implementation work 2011-10-25 17:40:52 -04:00
Tony Hannan
1f7b6cd538 SERVER-3345: Return nice error message when user not authorized to output map-reduce to collection 2011-10-25 16:55:00 -04:00
Tony Hannan
f0bc9f913c SERVER-3345: Read-only user when --auth enable can only do inline mapReduce because other modes write to an output collection 2011-10-25 15:01:14 -04:00
dwight
a6cd69c203 compile gcc 2011-10-25 11:23:52 -04:00
dwight
b5b1c72d4e beginning of dynamic naming (nondns) capability 2011-10-25 12:04:59 -04:00
Tony Hannan
4f7d961553 SERVER-3345: adhere to coding style 2011-10-25 10:46:53 -04:00
Kristina
5e0672d6de Set auth hook in final MR step, if it wasn't set previously SERVER-4114 2011-10-24 18:19:19 -04:00
agirbal
2a8522c03f SERVER-2340: undoing until we decide on feature 2011-10-17 11:16:11 -07:00
agirbal
20a1c7ae32 SERVER-2340: MapReduce finalize should be able to throw result row away 2011-10-17 10:28:40 -07:00
dwight
d7c826bc62 cloud.cpp 2011-10-04 22:53:11 -04:00
agirbal
2fb57a8d5e SERVER-3630: 'this' supplied to map function not read only 2011-10-04 16:30:26 -07:00
dwight
670e541090 remove a pch include 2011-10-02 14:20:22 -04:00
dwight
bc9d347ff8 compile 2011-10-02 14:04:31 -04:00
dwight
310e250fd3 cleaning. we want to use pch.h as little as possible (zero eventually)
this a small step that way
2011-10-02 13:38:29 -04:00
Kristina
d1971ceebd check auth on _isSelf call SERVER-3953 2011-09-30 11:25:41 -04:00
Tony Hannan
8e75d326a6 SERVER-3345: Read-only users can't output mapReduce to existing collection 2011-09-29 19:41:05 -04:00
agirbal
b88a62a838 SERVER-2535: Need to print progress in MR post-process 2011-09-21 18:09:15 -07:00
agirbal
c0d758f4c9 SERVER-2428: Make the MR inline limits equal to general object size limit 2011-09-20 14:11:24 -07:00
agirbal
8f74943b01 fix error code 2011-09-13 15:03:53 -07:00
agirbal
cf953c1648 SERVER-2581: MR locks server for a long time in merge and reduce modes with many keys 2011-09-13 09:47:16 -07:00
gregs
a19bd10c50 handle m/r errors via assertion exceptions to keep consistent error interface SERVER-3478 2011-08-05 12:22:30 -04:00
gregs
b96bd28ad5 don't throw error with unfulfillable query in mr SERVER-3478 2011-08-05 12:22:30 -04:00
Aaron
f1373a1ed0 SERVER-1395 add yield support for group 2011-08-04 22:10:35 -07:00
Eliot Horowitz
e78187243d cleaning and fix minor memory leak 2011-07-29 03:06:30 -04:00
gregs
e5d902202f full API change to command interface, add options SERVER-3405 2011-07-27 15:59:27 -04:00
Mathias Stearn
5a1d526d7a Clean up cursor if exception thrown in reduce 2011-07-08 18:15:36 -04:00
Eliot Horowitz
7ba50fb179 net cleaning: headers 2011-07-06 17:50:09 -04:00
agirbal
7868057763 SERVER-2531: bug with finishMapReduce command, trying to create temp collection twice 2011-06-29 15:45:35 -07:00
Dwight
b0ed0dcee4 Merge branch 'master' of github.com:mongodb/mongo 2011-06-27 17:40:57 -04:00
Dwight
a538179ca4 bug fix v1 indexes and distinct 2011-06-27 17:40:05 -04:00
agirbal
4fdb96d392 SERVER-3108: namespace too long for temporary collections in Map Reduce 2011-06-27 14:10:38 -07:00
agirbal
fd3938aba4 SERVER-2531: REPLACE mode now uses the finishMapReduce cmd on each shard, so that the replace is atomic. 2011-06-27 13:30:19 -07:00
agirbal
1388ecbdb7 SERVER-2531: added REDUCE mode for M/R to sharded output collection 2011-06-26 19:00:52 -07:00
Eliot Horowitz
3a77049fda net cleaning: message split checkpoint where everything works 2011-06-26 18:11:45 -04:00
Eliot Horowitz
142a86b237 net cleaning: move message.* to net/
net cleaning: move http tools to net/
2011-06-26 17:13:54 -04:00
Eliot Horowitz
6cd435b005 SERVER-2563 - make ClientCursor check disk location for record in memory if its going to be needed 2011-06-23 15:46:10 -04:00
Aaron
d4b71c4756 standardize matcher variables 2011-06-15 21:03:06 -07:00
agirbal
0592a5f6d6 SERVER-3167: during final reduce in sharded environment, all results are loaded into an in memory map 2011-06-14 00:11:25 -07:00
agirbal
ebd06a579b SERVER-2761: Confusing Map / Reduce output when sharded 2011-06-13 16:19:06 -07:00
agirbal
ec68f3c6d5 SERVER-2531: added M/R output to shard collection for mode REPLACE 2011-06-13 14:33:38 -07:00
Eliot Horowitz
bec32bf3cd don't use ? curop because it leads to user confusion
add numYields to curop
SERVER-3179
2011-06-01 12:27:09 -04:00
Mathias Stearn
c117c4c2ea Make findAndModify work when _id is removed in projection SERVER-2626 2011-05-31 15:28:56 -04:00
dwight
37204c7ca0 cleaning and a small insert optimization 2011-05-29 00:31:17 -04:00