Commit Graph

291 Commits

Author SHA1 Message Date
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
Eliot Horowitz
1113a12a59 don't allow databases with the same name and different casing SERVER-1149 2010-06-15 02:48:09 -04:00
dwight
3f8da3805a towards QueryOption_Exhaust 2010-06-06 15:46:55 -04:00
dwight
a3e03d7fe8 towards QueryOption_exhaust 2010-06-05 22:37:59 -04:00
Eliot Horowitz
6b0b96f48a defensive asserts 2010-06-02 10:01:42 -04:00
Eliot Horowitz
e365deea86 clean up cursors SERVER-1167 2010-05-28 14:23:37 -04:00
Dwight Merriman
a190583c51 MutexDebugger 2010-05-26 00:46:49 -04:00
Dwight
f02bea6518 rs 2010-05-24 17:11:47 -04:00
Dwight Merriman
608ef69bc4 quieter on test run 2010-05-23 15:07:32 -04:00
Dwight
c830be1477 log less during unit tests 2010-05-19 12:11:17 -04:00
Aaron
4b2e9d9ac1 SERVER-109 put Message in UserQueryOp 2010-05-18 22:09:22 -07:00
Eliot Horowitz
8cbcdcc9b6 check for bad db names and don't segfault SERVER-1132 2010-05-18 09:59:43 -04:00
Dwight
8ac01ac9dc remove reccache (mostly) 2010-05-17 10:38:36 -04:00
Dwight Merriman
0f9f517058 cleaner error / uassert logging 2010-05-15 18:48:13 -04:00
Dwight Merriman
63b7b35c7c change log.h 2010-05-15 11:44:03 -04:00
Aaron
7efe88f445 SERVER-109 multi buffer message 2010-05-12 15:26:00 -07:00
Mathias Stearn
36421f21ca Count multi-insert. SERVER-814 2010-05-05 18:46:15 -04:00
Dwight Merriman
3483f22813 refactor and rename insert 2010-04-28 08:25:56 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Dwight Merriman
0c7e5438e0 get rid of macros in log.h 2010-04-24 14:03:14 -04:00
Mathias Stearn
036a302e38 Macro smashing. Also sequester lower-case null to ntservice.cpp 2010-04-23 21:07:59 -04:00
Mathias Stearn
4f3c48b853 fix opwrite 2010-04-23 20:17:51 -04:00
Dwight Merriman
1a27750682 opread doesnt need to be a macro 2010-04-23 19:32:21 -04:00
Dwight
0976928780 less chatty 2010-04-22 16:23:59 -04:00
Dwight Merriman
ac91527d47 rename file 2010-04-21 18:46:31 -04:00
Eliot Horowitz
0f09595154 move oplog code into db/oplog.* 2010-04-13 13:50:09 -04:00
Dwight
89a3d0db82 towards storage engine pluggability 2010-04-05 17:26:40 -04:00
Mathias Stearn
3c53fbaedc Banish sockaddr_in from everywhere except sock.h. prep for SERVER-859 2010-04-02 13:21:27 -04:00
Eliot Horowitz
5645c80f94 better/safe implementation of tracking slave progress for SERVER-467 2010-04-02 13:18:06 -04:00
Guillaume Delannoy
1f655abccb SERVER-425 Configurable path for pid/lock file
Signed-off-by: Eliot Horowitz <eliot@10gen.com>
2010-03-31 16:39:43 -04:00
Kyle Banker
7b69199a37 minor: fixed fsync and lock current op message 2010-03-30 17:07:07 -04:00
Eliot Horowitz
2077548895 first cut at storing slave locations in prep for SERVER-467 2010-03-30 14:32:15 -04:00
Dwight
d9b634eb10 break await loop on shutdown 2010-03-26 16:51:32 -04:00
Eliot Horowitz
07967c616d handle shutdown 2010-03-26 16:48:27 -04:00
Dwight
8c0333345a first pass at making replication more realtime 2010-03-26 14:37:31 -04:00