Commit Graph

325 Commits

Author SHA1 Message Date
dwight
6d53776029 dur 2010-11-17 22:31:38 -05:00
Eliot Horowitz
27fa380225 cruft 2010-11-16 15:01:31 -05:00
Richard Kreuter
d0612401f2 Added a comment about lock file deletion, per Eliot's request. 2010-11-08 14:18:36 -05:00
Eliot Horowitz
02d2d60caf check for $ mods on insert SERVER-1954 2010-11-01 23:43:57 -04:00
Eliot Horowitz
92d0ac477d we weren't logging every 512th op anymore 2010-10-28 15:51:14 -04:00
Eliot Horowitz
5a99b00eee don't log UserException's unless running with verbose on SERVER-1995 2010-10-24 18:10:27 -04:00
Eliot Horowitz
53a0d295e3 split bson max size into User and Internal
sometimes objects have to be bigger (oplog insertion for example)
more prep for SERVER-431
2010-10-11 11:26:41 -04:00
Eliot Horowitz
d3c3b8a903 using BSONObjMaxSize everywhere bson size comes into play
still 4mb, this is just prep for changing SERVER-431
2010-10-10 20:01:17 -04:00
Aaron
7ba14c225c make parent op visible in currentOp() request 2010-10-06 00:02:16 -07:00
Aaron
4a7a23a29c SERVER-1816 make killop robust by storing kill request in curop 2010-10-04 22:29:44 -07:00
Dwight
77ba80066c cleaning 2010-10-04 17:00:48 -04:00
Eliot Horowitz
33dc9a2d29 cleaing killCursor code 2010-09-30 10:07:17 -04:00
Aaron
d2249cdf68 SERVER-387 enable interrupts for v8 2010-09-23 15:42:24 -07:00
Eliot Horowitz
8b8e4882af cleaning diag log names and make sure to flush periodically SERVER-1814 2010-09-21 00:24:52 -04:00
Eliot Horowitz
780ca826e2 don't check shard version twice for update and delete 2010-09-07 12:11:36 -04:00
Eliot Horowitz
0845e6c517 optionally have dbexit try to get a dblock 2010-08-31 10:46:05 -04:00
dwight
6733946578 extraneous newline in logging 2010-08-31 05:31:46 -04:00
dwight
b3118b904f rs close sockets when relinquish primary so clients arent surprised 2010-08-31 00:20:31 -04:00
Kristina Chodorow
b5495c7d82 add namespace to remove logging SERVER-1642 2010-08-26 16:35:42 -04:00
Dwight
6d694cef86 clean up logging. now that we show the thread the indentation wasnt useful 2010-08-26 12:18:03 -04:00
Dwight
c9f6f7b02e rawOut appends a linefeed (for better or worse). so dont pass it one as long as it does that 2010-08-26 12:11:47 -04:00
Dwight
92f0779172 make ~Database safer 2010-08-26 10:42:07 -04:00
dwight
8bbf74107e trying to figure out segfault 2010-08-25 22:43:45 -04:00
dwight
9fdbbb570c idiot compiler 2010-08-24 22:23:19 -04:00
dwight
4e7a761d16 SERVER-1671 pair1.js failing 2010-08-24 22:16:00 -04:00
dwight
c69b560a82 better error msg 2010-08-20 14:05:11 -04:00
Dwight
a5b9a6c0f8 log cleaning 2010-08-17 16:41:17 -04:00
Eliot Horowitz
1b194a97c5 fix cursor generation in mongos and clean up killCursor logging 2010-08-02 11:02:16 -04:00
dwight
7ac57c56e4 sleep a little longer on dev 2010-07-30 16:21:28 -04:00
Mathias Stearn
aae8637f5b clean up another warning 2010-07-28 23:29:57 -04:00
Eliot Horowitz
5b7ab6fa0e consolidate bind_ip handling 2010-07-27 09:59:34 -04:00
Eliot Horowitz
c7a38e409d cleaning pidfilepath code - adding to mongos SERVER-1488 2010-07-26 14:25:55 -04:00
Eliot Horowitz
08b250630b make handlePossibleShardedMEssage finer grained and a bit more optimistic 2010-07-23 13:41:21 -04:00
Eliot Horowitz
a23b97a690 cleaning remove flags 2010-07-22 22:38:35 -04:00
Eliot Horowitz
852eb9b1fa set Stale shard data on late errors 2010-07-22 14:20:29 -04:00
Eliot Horowitz
ee12ec39cd getLastError handles writeback 2010-07-22 13:52:42 -04:00
Alberto Lerner
f51a4d0669 SERVER-1270 Hook StringData to BufBuilder 2010-07-19 09:56:24 -04:00
dwight
b12d4c2aff rs 2010-07-18 15:02:46 -04:00
dwight
46542f495c cleaning 2010-07-18 13:34:16 -04:00
Eliot Horowitz
66f8e416da killOp and currentOp work sharded SERVER-931 2010-07-14 15:49:21 -04:00
Richard Kreuter
eccb65149d Fix Windows build, maybe 2010-07-13 20:07:33 -04:00
Richard Kreuter
3834e8d035 Remove --lockfilepath option. SERVER-1411 2010-07-13 18:16:26 -04:00
Richard Kreuter
ae79e7aee9 Add a --pidfilepath option, (next step: delete --lockfilepath). SERVER-1411 2010-07-13 18:02:44 -04:00
Eliot Horowitz
69251fae55 cleaning 2010-07-13 00:56:01 -04:00
Richard Kreuter
2619338cac Fix 12K errorcode jump (presumably a typo) in 2 files. 2010-07-09 17:49:04 -04:00
Richard Kreuter
031ef11914 Don't mutilate lock file until lock acquired. Part of SERVER-1386. 2010-07-09 15:52:09 -04:00
dwight
2ba9153e95 rs check that there isnt a preexisting oplog at initiation 2010-07-06 22:16:40 -04:00
dwight
f9c5985808 haveDatabases() method 2010-06-26 13:32:35 -04:00
Eliot Horowitz
1026c72507 getLastError has _id of of upserted object SERVER-1173
last error cleaning
2010-06-24 11:24:54 -04:00
Eliot Horowitz
a71cc3cd4b cleaning exceptions 2010-06-21 13:41:34 -04:00