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

295 Commits

Author SHA1 Message Date
Eliot Horowitz
dc29dbbb7c appendNumber for nicer numbers in the shell 2010-03-01 17:14:23 -05:00
Eliot Horowitz
a347ce9b85 change Command locking config 2010-02-26 14:38:51 -05:00
Eliot Horowitz
3d5d5a29bd use long long for counting big things 2010-02-16 10:03:12 -05:00
Eliot Horowitz
e310776ecf make chunk size configurable and default 200mb 2010-02-12 15:27:43 -05:00
Mathias Stearn
29f0b15d5f Don't split chunk if min would equal max 2010-02-11 20:22:32 -05: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
611e665e47 Sharded findAndModify SHARDING-64 2010-02-09 12:30:58 -05:00
Mathias Stearn
95fa5a3bc7 sharding: ChunkCmp STL compare functor 2010-02-09 12:30:58 -05:00
Mathias Stearn
392d9bfe8d sharding: Chunk const-correctness MINOR 2010-02-09 12:30:58 -05:00
Eliot Horowitz
2c1274202f fix race condition when starting multiple mongos SHARDING-69 2010-02-08 12:10:15 -05:00
Mathias Stearn
78a30eef7e Fix windows build 2010-01-28 16:22:17 -05:00
Mathias Stearn
4d780e974d fix compiler warnings (hopefully) 2010-01-28 15:27:35 -05:00
Mathias Stearn
721a702f47 sharding: Don't use count() for stats() SHARDING-59 2010-01-27 21:53:23 -05:00
Mathias Stearn
8a52d0120f Sharded db.c.stats() SHARDING-59 2010-01-27 21:41:50 -05:00
Eliot Horowitz
1ed6940015 make addshard less strict SHARDING-75 2010-01-26 13:49:55 -05:00
Dwight
60c2a79e9c don't use asio for mongos with win vcproj yet 2010-01-26 12:19:14 -05:00
Mathias Stearn
45886bc725 mongos: Call dbexit on SIGINT and SIGTERM.
Ensures profiler data gets written.
2010-01-25 16:26:03 -05:00
Eliot Horowitz
ea6189d491 some command cleaning 2010-01-20 14:02:14 -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
4d8a09b25a cleanup comments prepwork for some repl improvements 2010-01-04 11:15:09 -05:00
Dwight
7d26553061 a little code cleanup / renameing 2010-01-03 16:37:38 -05:00
unknown
84d1ca75f7 SERVER-255 lock on fsync for snapshotting
will be doc'd later today
2010-01-02 11:01:47 -05:00
Dwight
b88f54e219 compile windows (vcproj) 2009-12-30 11:59:54 -05:00
dwight
6f4bfb2e14 Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:

	SConstruct
	db/dbinfo.h
2009-12-29 13:45:46 -05:00
dwight
24e2542d95 remove dbinfo.h/cpp 2009-12-29 13:42:45 -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
Eliot Horowitz
55744fd04c short circuit if not in sharded mode 2009-12-27 00:41:39 -05:00
Eliot Horowitz
e8e4fd2d3c comment 2009-12-23 15:57:32 -05:00
Mathias Stearn
200a68a1ff Removing unused functions 2009-12-15 15:38:25 -05:00
Mathias Stearn
eba078d053 Get rid of compareValues 2009-12-14 17:06:29 -05:00
Eliot Horowitz
eed9fe77cd win compile 2009-12-14 09:56:24 -05:00
Eliot Horowitz
a74353b6f1 debugging 2009-12-10 10:46:41 -05:00
Mathias Stearn
28141877ee Remove ill-planned nested/dotted split. Keep everything dotted. 2009-12-09 18:57:19 -05:00
Mathias Stearn
dcf3a10eea Start using Date_t. Can anyone think of a better name? 2009-12-09 12:00:17 -05:00
Eliot Horowitz
a3a7634e3c cleaning and comment 2009-12-08 20:54:27 -05:00
Eliot Horowitz
dd8758ab74 mongos compile 2009-12-03 20:49:49 -05:00
Eliot Horowitz
6569d4e815 new master version numbers 2009-12-03 15:27:19 -05:00
Eliot Horowitz
03e3c49ebe sharded dropDatabase SHARDING-53 2009-12-02 16:36:46 -05:00
Eliot Horowitz
49b59721c4 add "ok" to commands result 2009-12-01 16:25:12 -05:00
Mathias Stearn
d538c3c8b4 fix broken test. MINOR 2009-11-30 17:27:52 -05:00
Dwight
25bb636eb4 some initial visual studio 2010 support 2009-11-30 12:09:39 -05:00
Mathias Stearn
09bd20c7a6 fail early with compound shard keys 2009-11-24 23:09:44 -05:00
Eliot Horowitz
0fb7289f3a refactoring/cleaning of drop/dropDatabase/removeshard 2009-11-24 17:28:57 -05:00
Eliot Horowitz
a46dbe3dae getShardVersion in mongos - diagnostic tools 2009-11-24 15:24:41 -05:00
Eliot Horowitz
7bb0b670e6 fix error message 2009-11-24 13:56:41 -05:00
Eliot Horowitz
c7fb263e1a assert when no shards SHARDING-54 2009-11-19 21:49:25 -05:00