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

79 Commits

Author SHA1 Message Date
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
Eliot Horowitz
a23b97a690 cleaning remove flags 2010-07-22 22:38:35 -04:00
dwight
46542f495c cleaning 2010-07-18 13:34:16 -04:00
Alberto Lerner
daf8c0fbd0 Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
2010-07-17 16:07:38 -04:00
Alberto Lerner
b7c9a9fc57 SERVER-1270 Prep for hooking StringData 2010-07-17 14:33:17 -04:00
Mathias Stearn
09853275e9 optimization: cheap op first 2010-07-14 20:08:14 -04:00
dwight
f42dd671e4 complile db_10.sln 2010-07-02 11:00:34 -04:00
Eliot Horowitz
7cab28a61f debugging 2010-07-02 10:27:49 -04:00
Eliot Horowitz
b232b213ba fix a migrate race condition SERVER-933 2010-07-02 01:49:27 -04:00
Eliot Horowitz
2498228f41 workong on moving migrate to mongod, cleaning, and version fixing
SERVER-1319 SERVER-933
2010-07-01 17:44:13 -04:00
Mathias Stearn
43d5954d08 Start using getShardsForQuery SERVER-952 2010-06-29 21:08:55 -04:00
Eliot Horowitz
3fe48e37f1 get rid of final mongos query filter SERVER-1245 2010-06-25 15:28:49 -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
Eliot Horowitz
440163fccc more sharding mongod side cleaning 2010-06-14 18:44:51 -04:00
Mathias Stearn
24f1d1216a more scoped_ptr usage 2010-05-28 19:29:44 -04:00
Eliot Horowitz
b200d9e3cb checkpoint for explain sharded SERVER-953 2010-05-26 13:26:16 -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
8bf7d06756 spam 2010-05-19 17:29:39 -04:00
Mathias Stearn
af9848aef9 Require update object to have full shard key. 2010-05-14 14:30:40 -04:00
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07:00
Mathias Stearn
36421f21ca Count multi-insert. SERVER-814 2010-05-05 18:46:15 -04:00
Mathias Stearn
20deda97c2 sharding: Use ChunkRanges rather than Chunks for getChunksForQuery 2010-05-05 14:37:14 -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
Mathias Stearn
c4299e6c31 Prevent modifying the shard key with $operator updates SERVER-983 2010-04-21 18:26:31 -04:00
Eliot Horowitz
517d8f0277 more serverStatus fields for mongos SERVER-942 2010-04-20 15:05:48 -04:00
Dwight
fb09b88240 rs 2010-04-20 12:29:00 -04:00
Eliot Horowitz
61ae5fa244 a bunch of refactoring for mongos linking 2010-04-13 15:23:57 -04:00
Richard Kreuter
b96e4b2976 Add license headers to .cpp & .h files that lacked them. MINOR 2010-02-09 16:48:21 -05:00
Mathias Stearn
19732ca8f9 better handling of sharded upserts. SHARDING-72
more update fixes coming after 1.3.1
2010-01-19 21:14:01 -05:00
Eliot Horowitz
1ba0144d4f when scanning serially, if a chunk had no results, stopped prematurely SHARDING-71 2010-01-15 01:27:01 -05:00
Eliot Horowitz
dd742c42fe some more debugging for sharding MINOR 2010-01-14 10:41:41 -05:00
Mathias Stearn
8740d9fc5d Make sharded upserts work if shard key is in query 2010-01-05 21:27:41 -05:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
Eliot Horowitz
fa8961c3e8 Exception classess need codes too SERVER-112 2009-12-28 17:06:07 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Mathias Stearn
28141877ee Remove ill-planned nested/dotted split. Keep everything dotted. 2009-12-09 18:57:19 -05:00
Eliot Horowitz
daaa53c4c5 fix sharding on _id when _id is missing SHARDING-55 2009-11-19 21:42:46 -05:00
Eliot Horowitz
c04ee7b281 fix streaming from chunks with bad data
change migrate semantics: will now remove data in range migrating to
SHARDING-20 SHARDING-32
2009-11-09 17:08:25 -05:00
Mathias Stearn
9fcf4ba1ef Support embedded fields for shard keys. SHARDING-48
Needs more testing.
2009-11-04 15:06:36 -05:00
Eliot Horowitz
3a1c9831c1 some sharded query re-factoring 2009-11-03 10:35:48 -05:00