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

65 Commits

Author SHA1 Message Date
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07:00
Eliot Horowitz
a199ddb5a6 merge signal handling between mongod and mongos 2010-05-10 17:13:21 -04:00
Eliot Horowitz
60395ece6f more typos SERVER-1103 2010-05-08 11:47:17 -04:00
Eliot Horowitz
67575ac7eb chunkSize param 2010-04-30 02:30:43 -04:00
Eliot Horowitz
e0d8e8541d really fix getLastError in mongos SERVER-1039 2010-04-28 15:39:52 -04:00
Eliot Horowitz
c3ee679116 some asserts 2010-04-28 13:19:45 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
be37180c5d auto balance checkpoint SERVER-945 2010-04-22 13:34:53 -04:00
Eliot Horowitz
c6643c12f6 getLAstError works on mongos assert SERVER-1039 2010-04-21 22:32:26 -04:00
Eliot Horowitz
aa1b777c61 database and shard _id is now meaningful 2010-04-21 17:44:07 -04:00
Eliot Horowitz
35f91394cc skip for sharding SERVER-1022 2010-04-14 16:15:57 -04:00
Eliot Horowitz
61ae5fa244 a bunch of refactoring for mongos linking 2010-04-13 15:23:57 -04:00
Eliot Horowitz
06f0c91b87 BUMP 1.5.0 2010-04-08 10:57:05 -04:00
Eliot Horowitz
d8e56af586 do'nt require boost options in mongoclient SERVER-855 2010-03-31 11:57:27 -04:00
Eliot Horowitz
48cc94ad55 BUMP 1.3.5 2010-03-22 22:12:51 -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
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
e310776ecf make chunk size configurable and default 200mb 2010-02-12 15:27:43 -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
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Eliot Horowitz
eed9fe77cd win compile 2009-12-14 09:56:24 -05:00
Eliot Horowitz
6569d4e815 new master version numbers 2009-12-03 15:27:19 -05:00
Eliot Horowitz
7bb0b670e6 fix error message 2009-11-24 13:56:41 -05:00
Eliot Horowitz
62ff89ad69 post 1.1.3 markers 2009-11-10 11:48:16 -05:00
Eliot Horowitz
aa8b12e13f BUMP 1.1.3 2009-11-10 11:00:43 -05:00
Eliot Horowitz
6e4f858c43 use CmdLine::ports for shard and config servers
get rid of --infer
some config server refactoring in prep for n phase commit for config server changes
2009-11-08 11:41:19 -05:00
Mathias Stearn
6f7d89b01a use gdb trampoline in mongos 2009-11-03 16:39:55 -05:00
Eliot Horowitz
ac11d739e1 use CmdLine for port 2009-11-02 16:52:16 -05:00
Eliot Horowitz
e48db1f60a replace cerr with cout for all server files 2009-10-16 11:39:59 -04:00
Dwight
2d934d1006 move curNs to Client object 2009-10-13 16:01:02 -04:00
Eliot Horowitz
2cab899cb4 version numbers 2009-09-15 02:43:53 -04:00
Eliot Horowitz
b7a242602a BUMP 1.1.0 2009-09-14 16:13:47 -04:00
Eliot Horowitz
78bfd73520 writeback fix and making sure all connection pools are cleaned up 2009-09-14 14:32:24 -04:00
Eliot Horowitz
3b5b0caee9 getLastError sharded SHARDING-16 2009-09-14 11:33:42 -04:00
Eliot Horowitz
335d92c443 client id work and make getLastError work non sharded-collections in sharding, but with connection pooling SHARDING-16 2009-09-11 16:14:14 -04:00
Eliot Horowitz
29548da4c4 strict compile for windows MINOR 2009-09-10 10:41:17 -04:00
Eliot Horowitz
bbc07f85ec don't allow db.eval on sharded collections SHARDING-27 2009-09-10 10:36:11 -04:00
Eliot Horowitz
b9d61d202c sharding config db versioning SHARDING-33 2009-09-10 00:39:30 -04:00
Eliot Horowitz
7e03b602ec version number 2009-09-01 14:07:47 -04:00
Eliot Horowitz
75e16447a4 starting sharding name cleanup SHARDING-25 2009-08-31 16:31:50 -04:00
Eliot Horowitz
7a3868c91a change mongos version number 2009-08-30 17:05:51 -04:00
Dwight
879e7b153e more CmdLine object 2009-08-25 14:35:22 -04:00
Eliot Horowitz
488086994c inShutdown() method so spider monkey can shutdown cleanly 2009-08-05 17:15:04 -04:00
Eliot Horowitz
79be4b64a3 clean up dbexit with an ExitCode enum SERVER-183 2009-08-05 16:00:27 -04:00
Eliot Horowitz
5514c49e39 make lognoquiet and make --quit not print connect/disconnect 2009-06-05 10:35:04 -04:00
Eliot Horowitz
87cd9dac9f compile mongos 2009-05-14 16:57:57 -04:00
Eliot Horowitz
9afc7f05f8 Sharding: version 0.0.2 2009-04-21 20:52:49 -04:00