Commit Graph

395 Commits

Author SHA1 Message Date
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
17621a52d3 use ConnectionId type instead of unsigned 2011-01-03 14:13:07 -05:00
Dwight
28a558b213 dur fix potential await issue 2011-01-03 14:05:56 -05:00
Eliot Horowitz
aca009ca80 put connectionId in Client and in getLastError 2011-01-03 13:16:13 -05:00
Aaron
3a2087ac5c Add support for making NamespaceDetails::Extra writes durable and use this durable support when dropping indexes 2010-12-28 17:35:15 -08:00
Eliot Horowitz
77c9fc2681 verbose option to collstats that gives you extent breakdowns 2010-12-27 14:21:56 -05:00
dwight
9472613d04 dur stats 2010-12-27 11:29:16 -05:00
Eliot Horowitz
199a261ba1 fix getLastError handling for non-repl nodes 2010-12-26 00:24:07 -05:00
Kristina
3007bd925d return err for w option on config servers 2010-12-24 23:55:59 -05:00
Dwight
8cf2e8f751 add test 2010-12-22 12:30:46 -05:00
dwight
9da5f09605 oops 2010-12-20 22:23:02 -05:00
dwight
d7a05a90da dur getlasterror wait for group commit via fsync:1 2010-12-13 00:21:08 -05:00
dwight
87d8e45df9 fix typo 2010-12-12 19:46:12 -05:00
Mathias Stearn
1c17cece76 Pull some durability code into a class for easy disabling 2010-12-10 19:20:43 -05:00
Eliot Horowitz
3d067a99fe use boost::once for getHostNameCached and adding host to some commands 2010-11-28 02:07:38 -05:00
Eliot Horowitz
5a9526231e on w timeout, don't set ok=0, but set ok=1 and set err SERVER-1585 2010-11-10 16:03:32 -05:00
Eliot Horowitz
7cc161c6a5 track replicated ops SERVER-1565 2010-11-09 17:01:58 -05:00
Eliot Horowitz
0c7e7101a6 track network in/out SERVER-2081 2010-11-09 00:15:14 -05:00
Eliot Horowitz
6157d16b47 cleaning ClientCursor to obey kernel rules and encapsulate more so can add logic later 2010-10-29 11:00:38 -04:00
Mathias Stearn
5350cd1b36 fix findAndModify 2010-10-28 16:16:38 -04:00
Mathias Stearn
56f7de6acd don't regenerate query in findAndModify unless nessisary 2010-10-28 15:39:09 -04:00
Eliot Horowitz
13703038d3 mongostat shows # of active readers/writers SERVER-1997 2010-10-24 20:32:19 -04:00
Eliot Horowitz
527b3afb73 consistent name for tmp 2010-10-17 22:59:27 -04:00
dwight
3660e1906e wasnt a problem, but safer 2010-10-17 19:22:46 -04:00
Dwight
01a6722a25 allow changing notablescan at runtime via {set:} command 2010-10-15 17:00:34 -04:00
Eliot Horowitz
1eee8692b9 fix spacing 2010-10-13 16:11:32 -04:00
Eliot Horowitz
8d9b3cf6e9 can pick how long sleep command sleeps for 2010-10-13 10:42:34 -04:00
Eliot Horowitz
56226d80bb expose listDatabases to rest SERVER-1909 2010-10-08 16:58:34 -04:00
Eliot Horowitz
f550177b1a moving some commands into db/commands/ directory 2010-09-30 17:37:19 -04:00
Dwight
dbd32482a6 durability more work on declaring intent to write in the code 2010-09-28 17:18:36 -04:00
dwight
05ef187841 Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	db/repl/manager.cpp
2010-09-27 12:42:51 -04:00
dwight
c1b68a13de towards durability 2010-09-27 12:35:22 -04:00
Eliot Horowitz
cc4f1da778 check for killop in distinct 2010-09-25 05:08:21 -04:00
Mathias Stearn
5c2e25e81c Pass through update error messages in findAndModify SERVER-1777 2010-09-23 19:38:07 -04:00
Alberto Lerner
0f3b16781c SERVER-1713 balancer doesn't move to a server with writebacks pending 2010-09-22 11:58:55 -04: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
8180bde25c better serverStatus logging 2010-09-18 23:41:47 -04:00
Eliot Horowitz
77955627fa getProfilingStatus to replace getProfilingLevel
doc -1 gets current value
SERVER-1772
2010-09-13 13:19:28 -04:00
Eliot Horowitz
96724b5159 don't log create collection if on replication side SERVER-1707 2010-08-31 11:17:58 -04:00
Mike Dirolf
e04806ebd2 minor: update help text for some commands to match preferred casing 2010-08-25 13:50:58 -04:00
Eliot Horowitz
24908ed66f fix datasize tests 2010-08-24 01:39:38 -04:00
Eliot Horowitz
9a9eb88534 dataSize has an estimate option, chunk uses this SERVER-1545 2010-08-24 01:25:45 -04:00
dwight
c073cafa96 fix an old but serious bug with cursors 162 2010-08-23 11:12:35 -04:00
Mathias Stearn
05ef205a92 typo 2010-08-19 17:04:49 -04:00
Dwight
f70ac573c8 hidden rs attribute maybe 162 finished 2010-08-18 11:50:52 -04:00
Eliot Horowitz
70f3d4fc31 track number of timed out cursors and display in cursorinfo and serverStatus 2010-08-18 09:48:02 -04:00
Eliot Horowitz
8e0f827c55 remove mechanism to put mongos -> mongod connections in last error id mode 2010-08-17 17:01:33 -04:00
Dwight
0e61f0b5a4 reIndex command going forward only reindexes the target node, not entire repl set 2010-08-16 15:51:37 -04:00
dwight
b7e8c05787 cleaning 2010-08-16 09:00:58 -04:00
dwight
b12c0a79fe rs SERVER-1598 getlasterrordefaults 2010-08-09 16:15:41 -04:00