Commit Graph

129 Commits

Author SHA1 Message Date
dwight
4bf4bcf0b4 dynhost work 2011-10-28 09:33:24 -04:00
Jon Hoffman
d28b110071 syslog support 2011-10-27 15:05:36 -04:00
Brandon Diamond
1dda8a8c30 Cleaned up posix-only code 2011-10-25 12:37:35 -04:00
dwight
b5b1c72d4e beginning of dynamic naming (nondns) capability 2011-10-25 12:04:59 -04:00
Brandon Diamond
9e4a870471 SERVER-2825 Added async error support to mongos/d 2011-10-25 11:57:45 -04:00
Brandon Diamond
a2d39ce4db Tabs converted to spaces. 2011-10-13 14:46:00 -04:00
Brandon Diamond
40abbe9654 SERVER-3561: validation to avoid chunksize 0 2011-10-05 12:04:45 -04:00
Mathias Stearn
d280fd8c0b Add a new_handler to print stack and exit when new fails SERVER-3612 2011-09-14 18:36:03 -04:00
gregs
1436fe4595 reload full db when dropping collection - SERVER-3517 2011-08-09 02:16:54 -04:00
Mathias Stearn
60b85175fe Check dbhash on config servers once a minute and report failures SERVER-3323 2011-08-08 12:44:52 -04:00
Eliot Horowitz
446252880c remove duplicate log messages 2011-07-27 09:48:35 -04:00
Eliot Horowitz
142a86b237 net cleaning: move message.* to net/
net cleaning: move http tools to net/
2011-06-26 17:13:54 -04:00
Eliot Horowitz
3b185eeee3 net cleaning: move message_server* to net 2011-06-26 16:59:10 -04:00
Kristina
9e5a8a53d3 add auth support SERVER-921 2011-06-22 14:22:09 -04:00
Dwight
6c99d204c1 stub doPreServerStatupInits() 2011-06-17 14:57:16 -04:00
Eliot
0d4db0b5b0 Merge pull request #40 from JensRantil/master
Spelling and grammar corrections only
2011-06-15 19:53:25 -07:00
agirbal
7ac2b5bef2 fix compile and error codes 2011-06-13 14:53:33 -07:00
agirbal
ec68f3c6d5 SERVER-2531: added M/R output to shard collection for mode REPLACE 2011-06-13 14:33:38 -07:00
Jens Rantil
911f80cd1d Another grammar fix. Minor commit. 2011-05-26 12:03:34 +02:00
Eliot Horowitz
a9924101a7 put all connections that are assigned to ShardConnection into sharded state immediately on creation SERVER-2828 2011-05-19 14:49:38 -04:00
Eliot Horowitz
0b689c83e8 don't unset sharding state when a shard connection is done
more prep for SERVER-1714
2011-05-19 14:23:06 -04:00
Eliot Horowitz
4f9ae84652 prep for multiplexing connections between mongos and mongod more effectively 2011-05-18 17:36:55 -04:00
Eliot Horowitz
fc2f62330f convert WriteBack cleaner to periodic task 2011-05-17 14:23:18 -04:00
Eliot Horowitz
815b995207 more getLog work
show logs
show log helpers in shell
2011-05-02 15:01:52 -04:00
Eliot Horowitz
f9237e3cb6 working towrads unifying network code 2011-04-05 02:24:16 -04:00
Eliot Horowitz
ae0f82093e remove all clientId related code and systems, and just use tls SERVER-2872 2011-03-30 17:04:22 -04:00
Eliot Horowitz
783dc5a721 prevent shutdown race condtion SERVER-2704 2011-03-17 14:50:38 -04:00
Eliot Horowitz
37b11e4dde fix replica set cursor cleaning through mongos SERVER-2505
fix cursor cleaning in mongos generally by not doing lazy cleaning
2011-02-09 23:03:03 -05:00
dwight
9f02a6260e trap top level exceptions 2011-02-09 00:04:52 -05:00
Mathias Stearn
d8f480ab93 mongos shouldn't have cmdLine.dur = true 2011-01-14 17:36:53 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
82cf5dc7a9 fix exception handling in mongos 2010-12-29 00:52:03 -05:00
Eliot Horowitz
d013407406 moving client class into its own file 2010-12-27 16:27:32 -05:00
Eliot Horowitz
bdc22dc854 some replica set client cleaning 2010-12-20 14:17:44 -05:00
Eliot Horowitz
b4ba7fab49 update config servers when replica set config changes SERVER-1557 2010-12-20 01:28:20 -05:00
Alberto Lerner
f76b855011 envp is not used 2010-11-28 20:23:49 -05:00
Eliot Horowitz
838fd6ff76 fix SIGHUP handling SERVER-1934
when forked SIGHUP ignored
when not forked, SIGHUP will terminate nicely
2010-10-13 11:13:54 -04:00
Alberto Lerner
a6b0eee2c0 SERVER-1822 dedup check/resetShardVersion and kill s/d_util.cpp 2010-10-01 13:28:19 -04:00
Alberto Lerner
b5e3087817 SERVER-1822 dedup webGetAdminUser/webHaveAdminUser 2010-10-01 09:06:58 -04:00
Eliot Horowitz
eeefefccfb set thread name in mongos main 2010-09-17 14:35:37 -04:00
Eliot Horowitz
a462a8af4c can set connection pool error name so can easily differentiate mongos from mongod 2010-09-10 14:27:22 -04:00
Eliot Horowitz
0845e6c517 optionally have dbexit try to get a dblock 2010-08-31 10:46:05 -04:00
Mathias Stearn
259dc007d7 Disable JSONP by default due to security implications 2010-08-25 15:26:20 -04:00
Justin Dearing
0f4039b4d2 Sharding options get their own category. 2010-08-20 18:40:53 -04:00
Eliot Horowitz
8e0f827c55 remove mechanism to put mongos -> mongod connections in last error id mode 2010-08-17 17:01:33 -04:00
Dwight
635eb5c9d2 compile vs2010 2010-08-17 12:25:39 -04:00
Alberto Lerner
573e9682e3 SERVER-1593 hook new signal handler to mongos 2010-08-17 11:48:45 -04:00
Eliot Horowitz
5efe14b029 change error reporting order for robustness 2010-08-12 03:15:18 -04:00
Eliot Horowitz
1d3ae44cf1 don't use id gle for sync 2010-08-03 11:49:21 -04:00
Eliot Horowitz
dde3464141 check for config server consistency on startup 2010-08-03 01:18:12 -04:00