Commit Graph

77 Commits

Author SHA1 Message Date
Eliot Horowitz
f7d1dbff85 release ShardConnection when done in sharded/mr 2011-01-26 13:34:43 -05:00
Eliot Horowitz
303db30c85 fix non-sharding map/reduce error handling 2011-01-24 01:48:57 -05:00
Eliot Horowitz
a85d0760cd use a ShardConnection for accessing shards during m/r 2011-01-23 02:53:31 -05:00
Eliot Horowitz
a35642a48c mapparams allowed 2011-01-22 10:57:08 -05:00
Eliot Horowitz
279d61cce4 custom out db for m/r doesn't work sharded with non-sharded db 2011-01-21 00:55:38 -05:00
agirbal
1830f9cb5e [SERVER-1951]: support for output to other DB with sharding. Test in jstests/sharding/bigMapReduce.js 2011-01-19 00:16:29 -08:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
c0fa671318 map/reduce no longer uses temp collections.
you have to specify out
SERVER-1837
2010-12-16 16:41:28 -05:00
Eliot Horowitz
8f726a40b8 fix sharded outType 2010-11-15 17:23:28 -05:00
Mathias Stearn
0f118c6b82 Support more mixed-case cmd names in mongos SERVER-2053 2010-11-02 17:02:44 -04:00
Alberto Lerner
78c6e21862 Chunk/ChunkManager do not depend on ConfigDB anymore 2010-11-02 13:54:01 -04:00
Mathias Stearn
39d768653e Support geoNear on mongos SERVER-926 2010-10-20 17:30:34 -04:00
Eliot Horowitz
10c01ce576 sharded m/r supports scope SERVER-1663 2010-08-23 13:20:29 -04:00
Alberto Lerner
7a7cc4adfa SERVER-1452 StringData-ing up, c_str()-ing down 2010-08-18 18:12:31 -04:00
Alberto Lerner
bceacf2544 SERVER-1292 A bit more prep, separate grid.{h,cpp} from config 2010-07-28 14:24:55 -04:00
Eliot Horowitz
416e370718 use SscopedDBConnection instead of ShardConnection in a couple of places 2010-07-25 08:32:45 -04:00
Eliot Horowitz
10e4067b4b framework for retrying commands because data out of sync SERVER-1471 2010-07-23 10:51:48 -04:00
Eliot Horowitz
6533589a0d Merge branch 'master' of github.com:mongodb/mongo 2010-07-23 02:00:29 -04:00
Mathias Stearn
dd79445bbb make more commands work with mongos SERVER-1462 2010-07-22 21:03:24 -04:00
Eliot Horowitz
eb00d7ce6e Merge branch 'master' of github.com:mongodb/mongo 2010-07-22 19:52:08 -04:00
Eliot Horowitz
380cdd5bf2 handle databases with different cases in mongos SERVER-1443 2010-07-22 15:39:20 -04:00
Eliot Horowitz
852eb9b1fa set Stale shard data on late errors 2010-07-22 14:20:29 -04:00
Eliot Horowitz
364bad304e make indexe differences warning in stats 2010-07-22 10:04:17 -04:00
Eliot Horowitz
df2a72efff fix size() for sharding SERVER-1444 2010-07-22 09:51:22 -04:00
Eliot Horowitz
47d175d72b fix count passthrough 2010-07-22 08:12:05 -04:00
Mathias Stearn
34a36f91af error code 2010-07-21 16:33:02 -04:00
Mathias Stearn
cad2a695e0 Copydb command for mongos SERVER-1440 2010-07-21 16:32:06 -04:00
Eliot Horowitz
0227340cbd count can recover from dropped dbs 2010-07-16 14:32:37 -04:00
Eliot Horowitz
47261779b8 fix sharded count on moves
make Client::Context check shard versions
SERVER-1396
2010-07-16 12:30:37 -04:00
Mathias Stearn
b2420ca55f Sharded findAndModify now requires shard key in query SERVER-952 2010-07-12 15:57:38 -04:00
Mathias Stearn
683dc7c0f4 don't use getChunksForQuery in count SERVER-1397 2010-07-12 15:57:37 -04:00
Mathias Stearn
bf391f2949 fix Sharded MR SERVER-952 2010-07-12 15:57:37 -04:00
Mathias Stearn
4676c5ac07 Sharded distinct uses shards not chunks SERVER-952 2010-07-12 15:57:37 -04:00
Mathias Stearn
7ea18a86ad help and sharding support for distinct command query option SERVER-1397 2010-07-12 15:57:37 -04:00
Mathias Stearn
e4a288e42e avgObjSize in db.stats() and db.coll.stats() SERVER-1322 2010-07-01 17:46:06 -04:00
Alberto Lerner
97dc2c6b12 SERVER-1301 Let DBConfig perform the drop database logic 2010-06-30 16:13:18 -04:00
Eliot Horowitz
9ed4a2a55f applyOps command with prereqs 2010-06-29 15:34:01 -04:00
Eliot Horowitz
15aebb0706 mongod chunk filtering seems to be working SERVER-943 2010-06-15 23:05:45 -04:00
Eliot Horowitz
eefddcd5a9 checkpoint for moving chunk filtering to mongod SERVER-943 2010-06-15 17:42:49 -04:00
Mathias Stearn
743d21d752 Use shared_ptr for DBConfig 2010-05-28 17:24:03 -04:00
Mathias Stearn
c2db61f0aa Make ShardConnection complain if not closed 2010-05-27 16:09:49 -04:00
Eliot Horowitz
ffd977a64c don't leak ChunkManager use - shared_ptr 2010-05-26 12:40:46 -04:00
Eliot Horowitz
4bdbf1fc67 use shared_ptr for Chunk references
handle splits on another server during splits SERVER-1109
2010-05-24 17:24:41 -04:00
Eliot Horowitz
ecec906288 fix connection pooling a bit 2010-05-20 13:36:29 -04:00
Mathias Stearn
20deda97c2 sharding: Use ChunkRanges rather than Chunks for getChunksForQuery 2010-05-05 14:37:14 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
Mathias Stearn
a634d541ad renameCollection in mongos SERVER-948 2010-04-28 15:24:32 -04:00
Eliot Horowitz
e3fa699ae4 fix count with no filter SERVER-1038 2010-04-28 14:42:54 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
a19e992925 use Shard class instead of string for passing around Shards 2010-04-27 12:32:59 -04:00