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

11790 Commits

Author SHA1 Message Date
Eliot Horowitz
006f2cdab8 fix fclose 2011-01-16 01:55:36 -05:00
Eliot Horowitz
7a1c5d322c handle $err in mongodump SERVER-1851 2011-01-16 01:30:48 -05:00
Eliot Horowitz
ba78158d2f some mr tests for SERVER-1787 SERVER-2272 2011-01-16 01:21:21 -05:00
Eliot Horowitz
5803871976 remove deprecated msg and unused return for assembleResponse SERVER-1438 2011-01-16 01:03:05 -05:00
Eliot Horowitz
418423388c handle null finalize in m/r SERVER-2199 2011-01-16 00:51:19 -05:00
Eliot Horowitz
1e2021f5d1 put version# in mongos serverStatus as well as process name in mongos and mongod SERVER-2355 2011-01-16 00:44:18 -05:00
Eliot Horowitz
bbf5abc04a reduce to an empty collection works SERVER-2272 2011-01-16 00:38:18 -05:00
Eliot Horowitz
fd3adf7629 close bson file handles SERVER-2359 2011-01-16 00:22:58 -05:00
dwight
95dfd011e6 dont assert on an lsnfile open error. give a better message too 2011-01-15 21:25:14 -05:00
dwight
7e434caa8d _unlock call must come after adding view to view list. also move ismongommf check within so that it is checked from the open invocation 2011-01-15 21:14:32 -05:00
dwight
1d9d858d98 dur enable paranoid mode for dbtests. only on for _DEBUG for now 2011-01-15 20:38:57 -05:00
dwight
7b2023f396 clearer _DEBUG msg output 2011-01-15 15:56:26 -05:00
dwight
b7546b71c7 add a couple commitIfNeeded calls to unit test. probably not important but might be helpful for 32 bit testing stability 2011-01-15 11:01:17 -05:00
Aaron
a860959b44 test index recreate in index dur test 2011-01-14 19:35:44 -08:00
Aaron
1f80cd4501 Revert "Revert "reenable dur diskfull test""
This reverts commit 512cbb06db.
2011-01-14 18:02:18 -08:00
Aaron
69813b4367 handle pthread assertion in dur md5 test 2011-01-14 17:47:48 -08:00
Aaron
a3b6f1efdc rename function for clarity 2011-01-14 17:28:33 -08:00
Aaron
37a315ef47 commit dur index build test 2011-01-14 17:00:28 -08:00
Aaron
a61e609d2b rename backgroundIndexBuildInProgress to indexBuildInProgress 2011-01-14 16:27:07 -08:00
Aaron
a8b02e12de For blocking index builds, commit periodically and improve recoverability 2011-01-14 16:27:07 -08:00
Aaron
6c5e7e2789 assert on error writing file during recovery 2011-01-14 16:27:06 -08:00
Mathias Stearn
e8a0dc9096 updateLSNFile with _curLogFileMutex held 2011-01-14 18:06:33 -05:00
Mathias Stearn
8ed6dc3da7 don't lock if not MongoMMF 2011-01-14 18:01:29 -05:00
Mathias Stearn
d8f480ab93 mongos shouldn't have cmdLine.dur = true 2011-01-14 17:36:53 -05:00
Mathias Stearn
a39420b655 Remove extra debug info 2011-01-14 17:33:20 -05:00
Mathias Stearn
d56aef4fa6 SyncClusterConnection support for --dur 2011-01-14 17:33:20 -05:00
Alberto Lerner
56f648f07a lower logging frequency 2011-01-14 16:44:38 -05:00
Kristina
1e32f52162 rs status uses config's hostname SERVER-2361 2011-01-14 16:41:53 -05:00
Kristina
1050261fbe fix js 2011-01-14 15:45:45 -05:00
Kristina
a380c189fc make checkMaster more aggressive about finding new master SERVER-2261 2011-01-14 15:45:25 -05:00
Kristina
d030c86a46 Revert "fix replset test"
This reverts commit 4666cecb34.
2011-01-14 15:44:32 -05:00
Kristina
4ebc325085 Revert "fix replset1"
This reverts commit 3e4bec745d.
2011-01-14 15:44:15 -05:00
Kristina Chodorow
a7e51ea674 neater win lock handling 2011-01-14 15:15:28 -05:00
Mathias Stearn
e419e8c850 Don't let durThread allocate new journal during shutdown 2011-01-14 13:44:21 -05:00
Mathias Stearn
325b51e25b Get rid of durThreadMutex 2011-01-14 13:44:21 -05:00
Kristina
aed38eda42 don't try to auth oplog conn if auth isn't enabled 2011-01-14 11:24:42 -05:00
Mathias Stearn
b3ce623097 more debugging info 2011-01-14 00:47:39 -05:00
Kristina
3e4bec745d fix replset1 2011-01-13 22:37:04 -05:00
dwight
e0ed295611 implement setNoJournal 2011-01-13 22:33:44 -05:00
dwight
a1e801791c need to init the client earlier as shutdown may try to acquire a lock and that assumes there is a client for the thread 2011-01-13 21:51:28 -05:00
dwight
f740064ca9 commitifneeded within batch inserts 2011-01-13 21:23:12 -05:00
Mathias Stearn
a11b25979d debugging info for failing tests on bb 2011-01-13 20:06:14 -05:00
Kristina
4666cecb34 fix replset test 2011-01-13 19:44:11 -05:00
Kristina
526387a2df add port to non-ported servernames SERVER-2029 2011-01-13 19:02:39 -05:00
Kristina
c07f1d5379 Revert "use default port when none is given SERVER-2029"
This reverts commit bec19b9fb9.
2011-01-13 18:49:05 -05:00
Kristina
2397fef9c1 some tools don't use cmdline.cpp SERVER-2083 2011-01-13 17:48:44 -05:00
Kristina
a0cb81514e vstudio update 2011-01-13 17:47:23 -05:00
Kristina
bfda2f21d5 added shell help for runProgram SERVER-2123 2011-01-13 17:24:09 -05:00
Kristina
7e78a93c75 add --socket option for domain sock loc SERVER-2083 2011-01-13 17:19:23 -05:00
Mathias Stearn
5526c38353 Temp dur fix for repl_bock writing outside of lock 2011-01-13 17:05:25 -05:00