Commit Graph

465 Commits

Author SHA1 Message Date
Kristina
a5cfd6af34 make getLastError require auth SERVER-3773 2011-09-30 13:11:21 -04:00
Kristina
991bfa6eae more commands require authentication SERVER-3773
Not getLastError, for now, as it's a little more complicated.
2011-09-29 13:07:14 -04:00
Eliot Horowitz
68773c1816 fix crash in filemd5 without correct index SERVER-3913 2011-09-22 23:37:41 -04:00
Kristina
295dd22215 move start time to cmdline SERVER-3696 2011-09-22 14:27:24 -04:00
Kristina
d869bd9bb7 try/catch around all command calls SERVER-3923 2011-09-22 12:35:44 -04:00
Eliot Horowitz
b88b810d28 fix reIndex on secondaries SERVER-3866 2011-09-14 17:57:47 -04:00
Eliot Horowitz
a881aacb3d move authentication check earlier for safety SERVER-3773 2011-09-07 12:10:34 -04:00
Dwight
eaf7bd21e5 fix ageoutjournalfiles parameter setting bug SERVER-3302 2011-08-16 12:09:09 -04:00
Mathias Stearn
4edeb8f2b0 Check argument to create 2011-08-15 19:16:40 -04:00
Mathias Stearn
dd520e59a5 Add "warnings" RamLog and field in serverStatus. Use for full disk warnings. SERVER-3323 2011-08-08 12:44:52 -04:00
Aaron
36f0f03adb SERVER-3475 don't close the builder in missing _id index case 2011-08-07 15:09:50 -07:00
gregs
a19bd10c50 handle m/r errors via assertion exceptions to keep consistent error interface SERVER-3478 2011-08-05 12:22:30 -04:00
gregs
b96bd28ad5 don't throw error with unfulfillable query in mr SERVER-3478 2011-08-05 12:22:30 -04:00
Aaron
470aac09a2 SERVER-3475 ignore certain collections without an _id index in dbhash command 2011-08-04 22:10:35 -07:00
dwight
4d3fe8b73a elim a couple warnings on windows 2011-08-02 02:39:06 -04:00
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