Commit Graph

683 Commits

Author SHA1 Message Date
Eliot Horowitz
131e1d2182 more cleaning 2011-06-22 15:51:08 -04:00
Mathias Stearn
d56df68463 first pass at --shutdown flag. Will use in init scripts after more testing SERVER-3307 2011-06-21 19:39:53 -04:00
Mathias Stearn
d55d9744ad Build parsedOpts object, print it at startup and include in getCmdLineOpts SERVER-3076 2011-06-21 19:39:53 -04:00
Dwight
6c99d204c1 stub doPreServerStatupInits() 2011-06-17 14:57:16 -04:00
Dwight
73b97fda11 autoresync is for non repl sets only SERVER-3248 2011-06-14 17:26:27 -04:00
Eliot Horowitz
74ddb407d9 maxconns for mongos 2011-06-06 11:16:57 -04:00
Eliot Horowitz
fc2f62330f convert WriteBack cleaner to periodic task 2011-05-17 14:23:18 -04:00
Eliot Horowitz
43034d0493 start thread at appropriate time 2011-05-16 18:05:03 -04:00
dwight
cdc246342b slightly clearer msg 2011-05-15 20:15:10 -04:00
Eliot Horowitz
815b995207 more getLog work
show logs
show log helpers in shell
2011-05-02 15:01:52 -04:00
dwight
f46e187301 put hostname in the log. should make support a little easier. 2011-04-29 23:22:21 -04:00
dwight
ffb3f37978 bug with --configsvr command line param 2011-04-25 18:43:12 -04:00
dwight
6d6d6e4309 cleaner 2011-04-19 09:21:29 -04:00
dwight
43e19abd09 use smaller journal files with --smallfiles option 2011-04-18 19:16:08 -04:00
dwight
4f969e112a trap segfaults and such and try to log them on windows
we also try to write a note to the windows event viewer
2011-04-18 18:44:38 -04:00
Dwight
fbc032038d dont allow user databases on --configsvr instances 2011-04-14 17:20:29 -04:00
Dwight
f86fd65d66 help locate errors and facility for better msgs 2011-04-12 11:37:23 -04:00
Dwight
c4c8745b44 pathlock terminate message on windows was not very clear 2011-04-06 11:16:39 -04:00
Eliot Horowitz
c4b09ea4d2 fix linking of exitCleanly 2011-04-05 02:37:18 -04:00
Eliot Horowitz
75aec1061e finish unifying network server code 2011-04-05 02:30:06 -04:00
Eliot Horowitz
f9237e3cb6 working towrads unifying network code 2011-04-05 02:24:16 -04:00
Mathias Stearn
e73c3aac9d Dont error out due to lockfile when running with --repair SERVER-1609 2011-04-04 17:32:49 -04:00
Mathias Stearn
72ee3c3ef7 spelling 2011-04-04 17:22:43 -04:00
Dwight
1d3134107f fix err numbers 2011-04-04 13:05:46 -04:00
Eliot Horowitz
9a397af854 make sure if we can't start a new thread for a socket, we release the connection ticket SERVER-2537 2011-03-31 08:57:53 -04:00
Aaron
fc88362bdb SERVER-1465 add deprecation message for deprecated replica pair command line options 2011-03-29 18:00:01 -07:00
Aaron
fce112398b SERVER-1465 remove replica pairs 2011-03-29 16:56:53 -07:00
Aaron
be058d7732 SERVER-2808 try to compile non apple 2011-03-24 12:47:21 -07:00
Aaron
5d5e995ecf SERVER-2808 print address information when available for signals 2011-03-24 12:21:58 -07:00
Eliot Horowitz
8b947f035d add --nojournal along with --nodur 2011-03-16 17:02:51 -04:00
Eliot Horowitz
3c0b1c8e6d fix SERVER-2745 2011-03-16 01:39:30 -04:00
Eliot Horowitz
05166dadcd --journal SERVER-2745 180 2011-03-11 16:38:55 -05:00
Eliot Horowitz
fc4d134ae7 comment 2011-03-11 12:05:11 -05:00
Eliot Horowitz
597a1ffcc1 some old cruft cleaning 2011-03-11 12:05:11 -05:00
Eliot Horowitz
c0b23b4511 make some options hidden 2011-03-11 12:05:11 -05:00
Eliot Horowitz
82de6a0f3e don't try to put as much info for weird exceptions 2011-03-07 00:19:07 -05:00
Eliot Horowitz
0229a329b5 fix boost 1.45 2011-03-03 10:15:10 -05:00
Dwight
7408b6aae6 don't clean up journal files, or do much of anything, on an abruptQuit()
only doing this for --dur scenarios for now to keep the change small. later
should probably change on a wider basis.

180?
2011-02-28 16:56:46 -05:00
Eliot Horowitz
0196f0159e need to run unit tests after fork so system state is stable SERVER-2514 2011-02-12 00:41:26 -05:00
Eliot Horowitz
dcb98b613d remove old warning 2011-01-27 14:56:28 -05:00
Eliot Horowitz
d1e0c5a47a fix --fork and relative --dbpath SERVER-2345 2011-01-25 10:53:42 -05:00
dwight
a8bf207d84 show --dur in cmdline help and partially alphabetize those options 2011-01-24 01:03:02 -05:00
Eliot Horowitz
a3c5fd0642 finish removing msg 2011-01-16 02:21:07 -05:00
Eliot Horowitz
5803871976 remove deprecated msg and unused return for assembleResponse SERVER-1438 2011-01-16 01:03:05 -05:00
dwight
a1e801791c need to init the client earlier as shutdown may try to acquire a lock and that assumes there is a client for the thread 2011-01-13 21:51:28 -05:00
dwight
b9e92de6d7 elim this line for 175 2011-01-12 16:18:58 -05:00
Eliot Horowitz
51ca8ee218 FileAllocator cleaning 2011-01-09 01:45:33 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
a397b3aa16 remove last references to RecCache 2010-12-30 13:41:15 -05:00
Mathias Stearn
4501105b7e enableDurability() is now a static member called autmatically by dur::startup() 2010-12-29 20:08:21 -05:00