Commit Graph

646 Commits

Author SHA1 Message Date
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
Dwight
dd6beabbbf compile 2010-12-15 10:48:55 -05:00
dwight
6689861a0d Revert "Revert "str stuff""
This reverts commit 0e3aed4922a0c16756e1101b3c2ba24d1a10d9dc.
2010-12-15 10:42:50 -05:00
dwight
dad23bdae0 Revert "str stuff"
This reverts commit c4b67bcf8092dec4dc2bc20a86808d5fde517381.
2010-12-15 10:42:45 -05:00
dwight
62fbef60e7 str stuff 2010-12-15 10:42:43 -05:00
Aaron
d2092adc16 SERVER-2217 fix parsing of notablescan command line option 2010-12-14 10:52:32 -08:00
Mathias Stearn
bd8b5fe801 rename --durTrace to --durOptions 2010-12-13 18:54:53 -05:00
dwight
c7c5a57b1f eliminate the _DURABLE preprocessor define 2010-12-13 18:03:32 -05:00
Dwight
eb77acc4fc _DURABLEDEFAULTON option for testing (only) 2010-12-13 15:51:53 -05:00
dwight
9c3f0bf9d3 move stuff into dur namesapce 2010-12-13 00:40:13 -05:00
dwight
982bf3f595 move repl pair cmd line options to hidden help section 2010-12-12 12:14:44 -05:00
Mathias Stearn
1c17cece76 Pull some durability code into a class for easy disabling 2010-12-10 19:20:43 -05:00
Alberto Lerner
f76b855011 envp is not used 2010-11-28 20:23:49 -05:00
dwight
83a58aa700 dur add a cmd lien setting 2010-11-28 10:13:01 -05:00
dwight
6c3eb1ddd4 dur remap 2010-11-27 15:25:08 -05:00
dwight
ce93e7c824 dur 2010-11-26 18:18:24 -05:00
Alberto Lerner
d01490797f kill inactive code 2010-11-24 13:01:27 -05:00
Eliot Horowitz
a47cae7624 syncdelay in CmdLine and controllable via get/set SERVER-1843 2010-11-22 01:10:35 -05:00
Eliot Horowitz
6ad12a6bea better --quota help 2010-11-21 21:03:06 -05:00
dwight
eaec449b9e dur 2010-11-13 17:42:41 -05:00
Eliot Horowitz
5d50b728f8 replace goingAway with inShutdown() SERVER-1876 2010-11-11 01:47:15 -05:00
Eliot Horowitz
0c7e7101a6 track network in/out SERVER-2081 2010-11-09 00:15:14 -05:00
dwight
0066473ae3 better cmd line help 2010-11-06 14:53:09 -04:00
Dwight
c5ca01e648 dur 2010-11-04 17:43:02 -04:00
Dwight
5deb6b1f6c cleaning 2010-11-04 10:29:42 -04:00
Dwight
0c94060e9f cleaning minor 2010-11-04 10:27:40 -04:00
dwight
4bff76ac56 comment 2010-10-31 11:11:04 -04:00
dwight
e7914f205b allow small oplogsize 2010-10-30 16:10:43 -04:00
dwight
9142523c9f fix bug with --oplogSize cmd line parm when it was bigger than 2GB. add more sanity checking while at it. 2010-10-30 15:54:34 -04:00
Eliot Horowitz
fc15fa9520 Warn when useing --noprealloc that it can reduce performance SERVER-1903 2010-10-29 11:06:52 -04:00
Kristina Chodorow
0c1d98a2da print error message for incorrect args SERVER-1915 2010-10-22 17:07:07 -04:00
Kristina Chodorow
d0bf058422 separate general repl options, rs, and m/s SERVER-1935 2010-10-22 17:07:07 -04:00
dwight
c897083b63 better help 2010-10-19 09:13:42 -04:00
dwight
ad958daea9 better config/error checking 2010-10-18 19:28:01 -04:00
Dwight
01a6722a25 allow changing notablescan at runtime via {set:} command 2010-10-15 17:00:34 -04:00
Alberto Lerner
465896350e SERVER-1804 tighter background job 2010-10-13 17:38:09 -04: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
Eliot Horowitz
ce0671dd61 add --replSet SERVER-1630 2010-10-08 23:36:28 -04:00