Commit Graph

5583 Commits

Author SHA1 Message Date
dwight
ea8038f1a1 hint at mem leak if it looks that way 2011-03-01 20:18:37 -05:00
Mathias Stearn
eede4ec2fc add FileCreatedOp on first use of file, regardless of preexistence 180?
Previously FileCreatedOp wouldn't be done for preallocated files since they
already existed.
2011-03-01 18:05:15 -05:00
greg
e82ae13ca0 Cannot use boost::thread::id for legacy 2011-03-01 17:02:06 -05:00
Dwight
f06b5db214 slightly better dbstats command 2011-03-01 15:46:42 -05:00
Aaron
a5ae1cfeb9 SERVER-2650 prevent too small extents 2011-03-01 12:08:28 -08:00
Dwight
622b8aee41 preallocateIsFaster check can be slow. change order to avoid when possible. also, log if it is slow so one knows what the delay is about. 181? 2011-03-01 14:45:31 -05:00
Mathias Stearn
654167180e Fix race condition with waiting for dur commit 2011-03-01 13:10:32 -05:00
dwight
68838eb4e6 fix invalid 'unexpected file in journal directory' error message.
180
2011-03-01 08:05:51 -05:00
Eliot Horowitz
6f73b51f8e debugging for slow server status 2011-02-28 18:40:02 -05:00
Eliot Horowitz
b2ebbd04d7 rare warning 2011-02-28 18:16:58 -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
b0488fdf7c more index debugging 2011-02-28 16:09:48 -05:00
Eliot Horowitz
b10942e94d better index error logging 2011-02-28 15:46:06 -05:00
Dwight
95e224e65f SERVER-2631 missing commitIfNeeded in ~BtreeBuilder - 180? 2011-02-28 15:30:51 -05:00
Dwight
81d0154d41 SERVER-2631 missing destructor guard - 180? 2011-02-28 15:26:17 -05:00
Dwight
f46d86c254 SERVER-2631 missing commitIfNeeded call - 180? 2011-02-28 15:16:02 -05:00
Kristina
7bf3c53a70 don't allow changing from localhost to hostname SERVER-2622 2011-02-28 12:57:58 -05:00
dwight
6cea525c05 our convention is that methods go in the cpp if not one liners and not performance critical for inlining 2011-02-27 11:23:04 -05:00
Eliot Horowitz
095948e11e cleaner logging 2011-02-26 21:20:08 -05:00
Eliot Horowitz
b8337b7af2 better index debugging 2011-02-26 01:00:36 -05:00
Eliot Horowitz
02b4507e84 cruft 2011-02-26 00:35:49 -05:00
Eliot Horowitz
a15ed6c457 fix a bad log line 2011-02-26 00:35:49 -05:00
Kristina
97d4c5c7ef finish curop in helpers SERVER-2578 2011-02-25 16:46:13 -05:00
Eliot Horowitz
64de0d729b more info when cannot yield 2011-02-25 00:02:07 -05:00
dwight
7bf96ac92b remove dead code 2011-02-24 21:52:19 -05:00
dwight
2b05a2fcce faster: groupCommit already catches exceptions 2011-02-24 19:07:44 -05:00
dwight
4c4093adbe add simple_client_demo.vcxproj 2011-02-24 14:39:18 -05:00
dwight
f97ad3e767 elim warning on 32 bit 2011-02-24 14:37:40 -05:00
dwight
6113b4cd26 change to a faster checksum (old was md5). new is less discriminating but fast.
also, now includes the JSectHeader in the checksum.
2011-02-24 13:34:42 -05:00
dwight
73a8cfd0a4 header to cpps from h 2011-02-23 20:51:13 -05:00
dwight
9996ea0734 move some code from h to cpp file - our convention is longer methods generally go in the cpp 2011-02-23 20:51:11 -05:00
dwight
7e6c8199ce comment 2011-02-23 20:51:07 -05:00
dwight
8b0ba123cc csv output for dbtests perf for easy spreadsheetization 2011-02-23 20:51:04 -05:00
Eliot Horowitz
109c7101f5 correct nonce on os x 2011-02-22 11:29:49 -05:00
dwight
b138f37192 comments 2011-02-21 19:09:54 -05:00
Eliot Horowitz
badd41ef11 line endings 2011-02-21 11:19:58 -05:00
dwight
62b843a588 compile 2011-02-21 11:14:01 -05:00
dwight
af36369716 SERVER-2500 windows - eliminate mapaligned 2011-02-21 10:48:28 -05:00
Dwight
abbff52dbd typos in comment 2011-02-17 16:35:49 -05:00
Aaron
5ede773a23 SERVER-2558 don't orphan client cursors in FindingStartCursor 2011-02-15 17:26:15 -08:00
Dwight
7783418dcd fix error reporting in the log 2011-02-15 15:31:44 -05:00
Dwight
c6b434de1b fix overlogging 2011-02-15 15:22:41 -05:00
dwight
9bd9f144b3 SERVER-2500 private map was using too much memory on windows 2011-02-15 15:04:12 -05:00
dwight
f7692fea1a comment 2011-02-15 15:04:10 -05:00
Kristina
277ff8dbf0 try switching to the primary between sync batches 2011-02-15 12:50:51 -05:00
Dwight
8ed7eabacb rs dont sync from slaveDelayd members 2011-02-14 16:21:04 -05:00
Dwight
91c51c6507 old compilers were giving a warning try to eliminate it. 2011-02-14 12:32:23 -05:00
Kristina
ed360a84f9 eliminate two-primary edge case SERVER-2544 2011-02-13 18:08:12 -05:00
Eliot Horowitz
7a4399841f more background job debugging 2011-02-13 16:04:06 -05:00
Eliot Horowitz
ca198bc64f fix race condition between dropping database or colletion and map/reduce cleanup SERVER-2542 2011-02-12 17:39:44 -05:00