0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

439 Commits

Author SHA1 Message Date
Eliot Horowitz
ecec906288 fix connection pooling a bit 2010-05-20 13:36:29 -04:00
Mathias Stearn
b35be1cbb4 Better debugging for invalid chunk case 2010-05-20 12:18:07 -04:00
Eliot Horowitz
84d4b8055b Merge branch 'master' of github.com:mongodb/mongo 2010-05-19 23:14:01 -04:00
Eliot Horowitz
0fc313b2e3 need to check version in another place 2010-05-19 23:13:48 -04:00
Dwight Merriman
c8805d4219 vcxproj 2010-05-19 20:24:38 -04:00
Eliot Horowitz
8bf7d06756 spam 2010-05-19 17:29:39 -04:00
Eliot Horowitz
9d0b0f2197 wrong error 2010-05-19 17:12:25 -04:00
Eliot Horowitz
7e49e9b226 remnove debugging 2010-05-19 17:07:46 -04:00
Eliot Horowitz
22a5344bc4 Merge branch 'master' of git@github.com:mongodb/mongo 2010-05-19 17:01:36 -04:00
Eliot Horowitz
29130d0c12 make client -> mongod connection static SERVER-956 2010-05-19 17:01:09 -04:00
Mathias Stearn
ed2cd04e97 Wait longer between retrying sharding chunk load. 2010-05-19 16:32:16 -04:00
Mathias Stearn
0b6d9c5a4d Reload chunks if got invalid config. SERVER-1135 2010-05-19 15:26:17 -04:00
Dwight
c33904ddfb name threads 2010-05-18 12:17:43 -04:00
Mathias Stearn
af9848aef9 Require update object to have full shard key. 2010-05-14 14:30:40 -04:00
Aaron
512fdab98c Merge branch 'master' of github.com:mongodb/mongo 2010-05-12 23:59:39 -07:00
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07:00
Dwight
063192fa3d vc filter 2010-05-12 15:20:36 -04:00
Aaron
190c9fb917 compile all 2010-05-12 10:58:16 -07:00
Eliot Horowitz
66683609c5 some debugging for SERVER-1109 2010-05-11 23:44:14 -04:00
Eliot Horowitz
0853f8cb20 on min/max split, make chunk size 10% smaller so a few more objects won't push over edge 2010-05-11 14:14:16 -04:00
Eliot Horowitz
04662e21d9 object id coordination across cluster SERVER-927 2010-05-11 12:06:09 -04:00
Eliot Horowitz
a199ddb5a6 merge signal handling between mongod and mongos 2010-05-10 17:13:21 -04:00
Dwight Merriman
02e174be47 vs2008 project updated 2010-05-09 18:56:06 -04:00
Eliot Horowitz
60395ece6f more typos SERVER-1103 2010-05-08 11:47:17 -04:00
Dwight Merriman
f475599d96 fix pcre for utf8 in vsxproj files 2010-05-07 09:20:59 -04:00
Eliot Horowitz
6121592dcf Merge branch 'master' of git@github.com:mongodb/mongo 2010-05-06 09:45:36 -04:00
Mathias Stearn
36421f21ca Count multi-insert. SERVER-814 2010-05-05 18:46:15 -04:00
Eliot Horowitz
454525e3eb Merge branch 'master' of git@github.com:mongodb/mongo 2010-05-05 17:30:49 -04:00
Mathias Stearn
20deda97c2 sharding: Use ChunkRanges rather than Chunks for getChunksForQuery 2010-05-05 14:37:14 -04:00
Eliot Horowitz
274e404f83 balancing improvements 2010-05-05 11:02:46 -04:00
Dwight
4b81c59f01 compile 2010-05-04 17:43:53 -04:00
Dwight
2d7f26f121 Merge branch 'master' of github.com:mongodb/mongo 2010-05-04 17:41:01 -04:00
Mathias Stearn
1d57896a64 compile fix 2010-05-04 17:40:40 -04:00
Dwight
206aac1097 Merge branch 'master' of github.com:mongodb/mongo 2010-05-04 17:36:28 -04:00
Dwight
1efea63bdb vs2010 cleaning 2010-05-04 17:08:30 -04:00
Mathias Stearn
59ea1f67e4 ChunkRangeManager::upper_bound and lower_bound helpers 2010-05-04 16:58:31 -04:00
Mathias Stearn
c8ef0e5558 ChunkRange and ChunkRangeManager. Maintained but not used yet 2010-05-04 16:49:04 -04:00
Mathias Stearn
330f0fbe2c shardkey const correctness 2010-05-04 16:49:04 -04:00
Eliot Horowitz
a48c830de9 Command::run gets "test" not "test.$cmd" 2010-05-03 16:25:34 -04:00
Eliot Horowitz
e57c74e843 somewhat smarter initial shard selection 2010-05-03 11:43:12 -04:00
Eliot Horowitz
d1082cf676 some refactoring for SERVER-946 2010-05-03 11:18:27 -04:00
Dwight Merriman
60a9adc550 vs2010 proj file better 2010-05-02 15:24:09 -04:00
Dwight Merriman
19ef9359ca vcproj fixes and buildboost.bat for windows 2010-05-01 19:40:57 -04:00
Dwight Merriman
d502f918b2 vcproj work 2010-05-01 15:12:10 -04:00
Eliot Horowitz
8df6518e62 reload chunks on error 2010-04-30 11:59:28 -04:00
Eliot Horowitz
67575ac7eb chunkSize param 2010-04-30 02:30:43 -04:00
Eliot Horowitz
1721270c5b hack invalid config case 2010-04-29 21:04:54 -04:00
Eliot Horowitz
4147810106 cursors are weird 2010-04-29 20:32:52 -04:00
Mathias Stearn
846453e82a Debugging for chunk not found error 2010-04-29 14:05:52 -04:00
Mathias Stearn
33d3ce4ea8 Stream operator for chunks 2010-04-29 14:05:31 -04:00