Commit Graph

661 Commits

Author SHA1 Message Date
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
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