0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

12042 Commits

Author SHA1 Message Date
dwight
bda0272289 add fsync 2011-02-04 15:45:05 -05:00
dwight
bc89eaa511 dos2unix 2011-02-04 15:43:05 -05:00
dwight
0bade7bf8c use fadvise for prealloc 2011-02-04 15:41:58 -05:00
dwight
61e35fa749 elim compile warning 2011-02-04 15:06:06 -05:00
dwight
ba308c26e7 error numbers 2011-02-04 15:03:37 -05:00
dwight
879e5e1b0a preallocate journal files. some file systems are quite slow otherwise. 2011-02-04 15:02:06 -05:00
dwight
7ea3b35626 use a smaller journal file rotation threshold for 32 bit 2011-02-04 12:38:02 -05:00
dwight
e3760e478e report earlycommits in serverStatus, as this could be very important to see if it is
a high number
2011-02-04 12:15:20 -05:00
Tony Hannan
41e665c98d multi-threaded replset with durability test, requires V8 in mongo shell 2011-02-03 17:23:38 -05:00
Dwight
c1835259d0 comment 2011-02-03 12:12:15 -05:00
Eliot Horowitz
38364885c5 fdatasync is linux only 2011-02-03 11:23:27 -05:00
Eliot Horowitz
4c26ae7633 use fdatasync instead of O_SYNC for journal 2011-02-02 17:15:23 -05:00
Dwight
6c202830de make diag a little nicer 2011-02-02 12:21:18 -05:00
Dwight
9affe01fae add a diagnostic command 2011-02-02 11:50:33 -05:00
Eliot Horowitz
1227dfe359 fix concurrency issues with DBClientReplicaSet SERVER-2466 2011-02-02 10:47:02 -05:00
Eliot Horowitz
9297201b7f fix replSetGetStatus for shell SERVER-2411 2011-02-02 09:43:09 -05:00
dwight
b27afb18b8 dur stats are supposed to reset every 3 seconds, not be cumulative 2011-02-02 02:51:55 -05:00
dwight
6ecbaca69b log less 2011-02-02 02:51:54 -05:00
Eliot Horowitz
a8b01fa521 fix --port --discover for mongostat SERVER-2457 2011-02-02 01:00:38 -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
Mathias Stearn
3537518adf test resiliency 2011-02-01 18:18:36 -05:00
Eliot Horowitz
54175da517 splitVector perf 2011-02-01 18:03:00 -05:00
Aaron
841a56ba4c SERVER-2076 disable test in v8 mode 2011-02-01 12:08:50 -08:00
Mathias Stearn
aa7977f986 commitIfNeeded in removeRange() 2011-02-01 13:02:38 -05:00
Dwight
2320f6211a tweak text 2011-02-01 12:17:41 -05:00
Mathias Stearn
35deed4a49 Adjust times in test 2011-02-01 12:00:40 -05:00
Eliot Horowitz
d85cdcf1b5 verbose option for shell 2011-02-01 11:38:33 -05:00
Eliot Horowitz
4e678efc48 implement replSetGetStatus so we don't get ugly errors SERVER-2411 2011-02-01 11:37:46 -05:00
Eliot Horowitz
ee7f6dd929 comment 2011-02-01 01:11:32 -05:00
Eliot Horowitz
0482bced01 use HostAndPort rather than string 2011-02-01 01:08:57 -05:00
Eliot Horowitz
693f98877f cache HostAndPort in MessagingPort 2011-02-01 01:08:57 -05:00
Aaron
8330ff0766 SERVER-2451 guard dropped cursor on explain yield 2011-01-31 21:02:49 -08:00
Aaron
da3c2d6e6a test debugging info 2011-01-31 18:39:38 -08:00
Aaron
41182e1adf add nohttpinterface for disk killall test 2011-01-31 17:58:29 -08:00
Aaron
15e5552dbb mr_killop remove kill time check, as it may not be a valid check running in parallel suite 2011-01-31 17:42:24 -08:00
Aaron
c4c41d831e SERVER-2451 test for seg fault when yielding during explain 2011-01-31 17:35:47 -08:00
Aaron
c61ac1e2fd comment 2011-01-31 15:58:55 -08:00
Aaron
1cc11c971b remove unused variable 2011-01-31 15:58:55 -08:00
Aaron
79994b4325 comments 2011-01-31 15:58:55 -08:00
Aaron
4ee5edf02a remove unused variable 2011-01-31 15:58:55 -08:00
Mathias Stearn
d6ed8446bc fix Client::recommendedYieldMicros(). Should get indexbg1 passing 2011-01-31 16:06:08 -05:00
Eliot Horowitz
1b73f3ef83 better anyReplEnabled 2011-01-31 15:46:42 -05:00
Eliot Horowitz
01dd41df3f don't report errors to config via getLastError as those are different 2011-01-31 15:46:42 -05:00
Aaron
6797df01a3 fix spurious timeout kills causing slowdown in mr_killop, caused by additional object in collection and SERVER-2291 2011-01-31 12:45:14 -08:00
Aaron
59e153c525 for now, allow exit code 14 in killall test SERVER-2184 2011-01-31 12:03:11 -08:00
Aaron
24481f2875 comments 2011-01-31 11:47:48 -08:00
Aaron
af1b41984a mr_optim rename collection to avoid collection conflict in parallel test suite 2011-01-31 11:45:03 -08:00
Aaron
e639697999 SERVER-2417 wait for file allocator to finish in _deleteDataFiles directoryperdb case 2011-01-31 11:37:38 -08:00
Eliot Horowitz
a241bf7b69 Revert "increase threshold for making chunks smaller"
This reverts commit e2df9ecff83e8e3e2a7c404f1b329a1296f836a3.
2011-01-31 13:37:42 -05:00
Eliot Horowitz
5d157ac521 increase threshold for making chunks smaller 2011-01-31 13:37:42 -05:00