Commit Graph

445 Commits

Author SHA1 Message Date
Aaron
3b4a0b04dd SERVER-426 make repair path configurable 2010-01-25 11:32:51 -08:00
Dwight
a5a7815936 inspect NamespaceDetails on load 2010-01-21 13:40:18 -05:00
Eliot Horowitz
024506e777 checking inShutdown() when recv a message 2010-01-20 17:01:58 -05:00
Eliot Horowitz
e3fef5ee1e don't display client shutdown on --upgrade or repair SERVER-554 2010-01-19 16:42:48 -05:00
Dwight
68e9f42e4b compile vcproj windows 2010-01-15 11:44:06 -05:00
Eliot Horowitz
23ea3a46e1 change name of grab to connGrab 2010-01-14 22:47:37 -05:00
Eliot Horowitz
a63ddb26db change order of parmam parsing so no possible issue 2010-01-13 14:31:30 -05:00
Aaron
81dd7eed51 SERVER-531 use correct threading model for disabling lastError 2010-01-12 16:56:29 -08:00
Aaron
cf3b8f2468 SERVER-531 refactor code for not influencing lastError 2010-01-12 15:33:29 -08:00
Aaron
f1f1493304 SERVER-531 killCursors no longer affects lastError 2010-01-12 11:38:00 -08:00
Eliot Horowitz
51cbeda9d4 don't make running out of threads crash db SERVER-527 2010-01-10 02:20:44 +01:00
Eliot Horowitz
2d35a54b16 cleaning up listening thread shutdown 2010-01-09 02:58:12 +01:00
Dwight
0aef7092be small opt 2009-12-31 16:22:28 -05:00
Eliot Horowitz
0130ac4b3b more aggregious boost warnings 2009-12-30 15:58:16 -05:00
Eliot Horowitz
5f36804299 stop using stringstream for logging 2009-12-29 23:30:29 -05:00
Eliot Horowitz
758cd7350d configure "slow" queries
either --slowms on the command line
or through setProfilingLevel
SERVER-457
2009-12-29 14:48:42 -05:00
Eliot Horowitz
f05a6aafb3 link error 2009-12-29 14:29:32 -05:00
Eliot Horowitz
2dcb747bac option to limit # of connections (threads currently) default 20000 SERVER-471 2009-12-29 14:09:53 -05:00
Eliot Horowitz
7d65d20f5a --profile command line option SERVER-456 2009-12-29 12:27:27 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Dwight
62522b905b new killOp(opnumber) 2009-12-22 15:22:37 -05:00
Dwight
e42ea09fd1 fix SERVER-474 2009-12-11 12:41:26 -05:00
Dwight
5ee785e34a cleaning/comments for namespacedetailstranient readability 2009-12-09 16:36:31 -05:00
Dwight
4df961a405 make some commands read-oinly 2009-12-03 11:50:09 -05:00
Dwight
16bd507b51 checkpoint some intermediate concurrency work 2009-12-02 09:39:17 -05:00
dwight
05d5719b1f add warning 2009-11-28 16:31:57 -05:00
dwight
b85efc8064 concurrency work 2009-11-28 13:57:30 -05:00
dwight
fb974ef4dd Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-28 11:50:49 -05:00
dwight
8a26ff4f8d checkpoitn a little sync work 2009-11-28 11:50:46 -05:00
Eliot Horowitz
b609747023 only have default value in 1 place 2009-11-28 10:41:14 -05:00
Eliot Horowitz
11804c717c comment 2009-11-27 22:28:56 -05:00
Eliot Horowitz
c44bff08fd durability: added occasinal file sync
default: sync every 60 seconds, confiruable with syncdelay
SERVER-442
2009-11-27 22:27:04 -05:00
Eliot Horowitz
fd84836b8a module system, move mms into it 2009-11-18 12:53:56 -05:00
Mathias Stearn
018511b366 fixes for boost 1.36 2009-11-16 11:33:57 -05:00
Mike Dirolf
5edbfbc471 fix for SERVER-419 (introduced in 428f988a...) 2009-11-15 09:45:17 -08:00
Eliot Horowitz
9b340c2f62 --configsrv implies diagLog = 1 2009-11-11 16:04:52 -05:00
Eliot Horowitz
6f0dce36a5 rename old oplog to diaglog - make it always compiled in 2009-11-11 16:02:47 -05:00
Eliot Horowitz
4dae04b643 starting rename old oplog to diaglog 2009-11-11 13:54:05 -05:00
dwight
91eda56a2a Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-08 10:47:31 -05:00
dwight
428f988afe add --configsvr and --shardsvr options that make mongod run on different
port #s when specified
2009-11-08 10:46:41 -05:00
Eliot Horowitz
dfda4ccc39 playing with net-snmp SERVER-120 2009-11-06 16:27:49 -05:00
Mathias Stearn
80edd9e5cf Pull launchGDB out to debug_util.cpp 2009-11-03 16:39:55 -05:00
Mathias Stearn
6e4852e148 Make launchGDB() work with multiple threads. 2009-11-03 13:23:13 -05:00
Eliot Horowitz
8b23ad4f68 some log(1) debugging 2009-11-03 13:01:07 -05:00
Mathias Stearn
b92f5f3aa5 Launch GDB on SIGTRAP if compiled for debug (--dd) 2009-11-02 18:56:29 -05:00
Eliot Horowitz
39645a2739 removing dead code 2009-11-02 11:00:49 -05:00
Eliot Horowitz
0925cf6475 helper for init scripts 2009-10-27 16:37:14 -04:00
dwight
fe0226cd79 MINOR global var cleanup 2009-10-24 14:34:54 -04:00
Eliot Horowitz
4774b56bf2 refactoring updateObjects return to be cleaner and so can work with multi-object update SERVER-268 2009-10-21 15:18:21 -04:00
Eliot Horowitz
672f2821af --quotaFiles SERVER-374 2009-10-20 13:29:05 -04:00