0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00
Commit Graph

327 Commits

Author SHA1 Message Date
Dwight
fb09b88240 rs 2010-04-20 12:29:00 -04:00
Eliot Horowitz
35d2047371 mongod compile 2010-04-19 16:59:50 -04:00
Eliot Horowitz
8afdf52bad Shard abstraction 2010-04-19 16:55:16 -04:00
Eliot Horowitz
d72a7fcfca sharding: allow unique indexes if key is more specific than shard key SERVER-917 2010-04-15 10:59:13 -04:00
Eliot Horowitz
35f91394cc skip for sharding SERVER-1022 2010-04-14 16:15:57 -04:00
Mathias Stearn
4c0481213f sharded filemd5 command SERVER-935 2010-04-13 21:02:45 -04:00
Mathias Stearn
5514fc4473 typo MINOR 2010-04-13 20:56:43 -04:00
Dwight
b864099268 mongos working again in vcproj 2010-04-13 17:30:50 -04:00
Dwight
0b6270f042 Merge branch 'master' of git@github.com:mongodb/mongo 2010-04-13 17:21:53 -04:00
Eliot Horowitz
b4ca3766a6 link fix 2010-04-13 17:23:53 -04:00
Dwight
46495f0510 vcproj 2010-04-13 17:21:45 -04:00
Eliot Horowitz
61ae5fa244 a bunch of refactoring for mongos linking 2010-04-13 15:23:57 -04:00
Mathias Stearn
4cde3da0f5 Remove relevantForQuery. SERVER-947 2010-04-13 00:10:55 -04:00
Eliot Horowitz
14910098cb fix error code 2010-04-12 23:34:00 -04:00
Mathias Stearn
bc63a3f9c7 Use FieldRangeSet to pick chunks for queries. SERVER-954 SERVER-952 SERVER-947 2010-04-12 23:08:30 -04:00
Eliot Horowitz
0a1bed6f5e better assert 2010-04-12 10:57:58 -04:00
Eliot Horowitz
230e8cae8b fix gethost for config servers 2010-04-12 10:46:13 -04:00
Eliot Horowitz
06f0c91b87 BUMP 1.5.0 2010-04-08 10:57:05 -04:00
Eliot Horowitz
25add7b27d fix mongos test 2010-04-07 10:15:34 -04:00
Mathias Stearn
3a25213655 Add chunkMap to ChunkManager. Start of SHARDING-79 2010-04-01 15:41:13 -04:00
Eliot Horowitz
d8e56af586 do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:57:27 -04:00
Kristina Chodorow
a6c0d8735d fixed help text MINOR 2010-03-25 14:01:48 -04:00
Eliot Horowitz
48cc94ad55 BUMP 1.3.5 2010-03-22 22:12:51 -04:00
Dwight
59488feffc compile vcproj 2010-03-22 17:02:05 -04:00
Eliot Horowitz
1e6780f844 can use sharding with SyncClusterConnection for 2 phase commit across 3 servers SHARDING-39 2010-03-22 11:47:37 -04:00
Eliot Horowitz
92dca86601 some abstractions in prep for SHARDING-39 2010-03-22 09:51:06 -04:00
Eliot Horowitz
7a118d59f2 sharding debuggin 2010-03-20 23:46:19 -04:00
Eliot Horowitz
2e38dbcc69 move --fork --logpath --logappend into cmdline so it works for mongos SHARDING-82 2010-03-18 16:38:27 -04:00
Eliot Horowitz
0bba41a0bb mongos now using boost options SHARDING-82 2010-03-18 12:15:29 -04:00
Aaron
f097370033 SERVER-695 add StaticObserver to more binaries 2010-03-15 10:02:12 -07:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
0cbd5b6a37 move CmdLine cmdLine into its own file in prep for other command line work 2010-03-12 12:14:23 -05:00
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