Commit Graph

450 Commits

Author SHA1 Message Date
Kristina
c84f98ab80 maintenance mode for commands SERVER-3427 2011-07-29 11:48:09 -04:00
Eliot Horowitz
cd85624ed5 make godinsert work on slaves 2011-07-28 17:24:42 -04:00
gregs
e5d902202f full API change to command interface, add options SERVER-3405 2011-07-27 15:59:27 -04:00
Eliot Horowitz
408ec2e0da more timing for serverStatus 2011-07-16 07:32:53 -04:00
Aaron
62060e62f7 Revert "SERVER-3189 fix listDatabases race condition that was causing dbcase test to fail"
This reverts commit c85b48ce58.
2011-07-11 22:52:41 -07:00
Aaron
c85b48ce58 SERVER-3189 fix listDatabases race condition that was causing dbcase test to fail 2011-07-11 20:49:17 -07:00
Eliot Horowitz
b82b1a1a37 SERVER-3386 start command timers at right location 2011-07-07 03:29:52 -04:00
Dwight
e9170171f9 use new index version on reindex command 2011-07-05 11:39:36 -04:00
Eliot Horowitz
131e1d2182 more cleaning 2011-06-22 15:51:08 -04:00
Dwight
add206436e temp stop age out of journal files for backups. backport? 2011-06-21 12:48:31 -04:00
Eliot Horowitz
32de61255e putting delete in its own files and related cleaning 2011-06-20 17:34:16 -04:00
dwight
bfe34b1985 doesnt make much sense to specify capped without a size so check for that 2011-06-11 12:55:46 -04:00
Kristina
30679312d1 step down before shutting down SERVER-616 2011-06-10 14:22:44 -04:00
Kristina
dd0aea3497 split out sharding/non-sharding shutdown 2011-06-10 12:35:33 -04:00
Kristina
8e9d70a66f expose tagging to getLastError SERVER-992 2011-06-09 15:06:35 -04:00
Eliot Horowitz
b025198173 typo in listDatabases 2011-06-01 11:40:37 -04:00
Eliot Horowitz
d61ea38d7d listDatabases cleaning 2011-06-01 03:08:06 -04:00
Eliot Horowitz
927bd87c90 fix locking in listDatabases 2011-06-01 03:06:17 -04:00
dwight
37204c7ca0 cleaning and a small insert optimization 2011-05-29 00:31:17 -04:00
dwight
afd23f33f9 make a noreturn version of insert, would be faster unless cmopiler is very smart.
cleaning in insert()
2011-05-24 10:05:31 -04:00
Eliot Horowitz
0146bef876 make serverStatus more obvious with journal 2011-05-18 20:05:56 -04:00
Mathias Stearn
1577c6e8a2 don't use scoped_ptr with ClientCursor 2011-05-04 15:41:43 -04:00
Dwight
52ea89ab47 towards index v1 format 2011-04-22 18:16:43 -04:00
Dwight
846a7a0bc5 checkpoint index v2 work 2011-04-21 14:53:10 -04:00
dwight
9bb89d382f help text 2011-04-13 14:00:01 -04:00
dwight
ff71aead20 missing commitIfNeeded cloneCollectionAsCapped command. backport or not used much? 2011-04-06 21:09:03 -04:00
Mathias Stearn
98ce522157 support commands wrapped with $query SERVER-2474 2011-04-05 15:16:18 -04:00
Mathias Stearn
fa7fbbb1f6 support scale option to dbstats command SERVER-2174 2011-04-04 18:34:11 -04:00
Mathias Stearn
270996933d replace "dur" with "journal" in log messages 2011-04-04 12:15:23 -04:00
Mathias Stearn
fa7cd65e48 g++ 4.6 compile (new -Wunused-but-set-variable warning) 2011-04-03 19:10:36 -04:00
Eliot Horowitz
c6ea2dd0c5 fix filemd5 yielding SERVER-2448 2011-03-31 09:41:47 -04:00
Aaron
fce112398b SERVER-1465 remove replica pairs 2011-03-29 16:56:53 -07:00
Eliot Horowitz
a600249b21 better error messages 2011-03-27 02:33:10 -04:00
Eliot Horowitz
c3667000b3 moved findAndModify to its own file 2011-03-23 10:56:19 -04:00
Eliot Horowitz
5417d9fdbb don't add ok twice to reIndex result SERVER-2780 2011-03-17 12:47:48 -04:00
Dwight
9f8f03d75c comment 2011-03-17 12:22:39 -04:00
Dwight
607484cd85 allow {j:true} in getLastError. this indicates wait for journaling. but it will not
do an fsync if a nonjournaled instance of mongod.
2011-03-15 14:31:18 -04:00
Eliot Horowitz
e071e5969c memory leak warning needs to be changed with --dur SERVER-2700 2011-03-08 16:16:55 -05:00
dwight
ea8038f1a1 hint at mem leak if it looks that way 2011-03-01 20:18:37 -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
Eliot Horowitz
6f73b51f8e debugging for slow server status 2011-02-28 18:40:02 -05:00
Mathias Stearn
3d8ca912a0 fix findAndModify when sort is used and _id in query SERVER-2530 2011-02-10 15:49:47 -05:00
Eliot Horowitz
76585f8f2e move availableQueryOptions to dbcommands_generic so it works in mongos SERVER-2462 2011-02-02 01:00:38 -05:00
Eliot Horowitz
57954be3a7 fix GLE with w= for non-master servers SERVER-2443 2011-01-31 11:28:14 -05:00
Eliot Horowitz
6a7e659b02 if no objects in a db, make avgObjSize 0 not nan SERVER-2440 2011-01-31 01:42:59 -05:00
Eliot Horowitz
3a22a0652f put db name in dbstats SERVER-2424 2011-01-27 17:00:51 -05:00
Eliot Horowitz
4eb5359825 "mem" has same permissions as other fields SERVER-2415 2011-01-27 00:48:22 -05:00
Eliot Horowitz
eb6e8a111c better command error message 2011-01-21 14:19:49 -05:00
dwight
c00ed72c02 defensive 2011-01-19 17:31:52 -05:00