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

5579 Commits

Author SHA1 Message Date
Dwight Merriman
56092b9e2d Merge branch 'master' of github.com:mongodb/mongo 2010-02-12 08:44:03 -05:00
Eliot Horowitz
6370984c5d post 1.3.2 2010-02-11 22:38:53 -05:00
Mathias Stearn
29f0b15d5f Don't split chunk if min would equal max 2010-02-11 20:22:32 -05:00
Eliot Horowitz
a94e0b79b1 increase threshold to start mongod 2010-02-11 17:45:29 -05:00
Eliot Horowitz
74d81e44b5 moving bg stuff to slow 2010-02-11 17:33:13 -05:00
Eliot Horowitz
5d44f01b1f wait longer but smarter for mongod to stasrt 2010-02-11 17:17:36 -05:00
Eliot Horowitz
e13c189def temp rlease when connecting to master for serverStatus 2010-02-11 17:17:24 -05:00
Eliot Horowitz
328754c4ec BUMP 1.3.2 2010-02-11 15:29:16 -05:00
Dwight
3005fcb976 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-11 14:50:09 -05:00
Dwight
0ae466d158 SERVER-619 background indexing fix 2010-02-11 14:49:55 -05:00
Richard Kreuter
dfa63a69a7 Trying (again) to fix the permissions on makedist.py. MINOR 2010-02-11 14:39:59 -05:00
Richard Kreuter
678f2d9bce Merge branch 'makedist' 2010-02-11 14:39:07 -05:00
Richard Kreuter
9e21b214fc Misc. changes to makedist.py. MINOR 2010-02-11 14:37:08 -05:00
Eliot Horowitz
5bff6ebc41 Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-11 14:36:19 -05:00
Eliot Horowitz
2b96337203 option to have slave lag in serverStatus SERVER-586 2010-02-11 14:35:55 -05:00
Mathias Stearn
6ea23ccfa2 ServerStatus ratios shouldn't divide by 0 2010-02-11 13:50:34 -05:00
Mathias Stearn
72f8e1ae73 fix opToString MINOR 2010-02-11 13:50:34 -05:00
Eliot Horowitz
e2a8e2f12d explicit test for SERVER-628 2010-02-11 13:49:37 -05:00
Eliot Horowitz
c3b8492cf0 count commands separately 2010-02-11 12:52:26 -05:00
Eliot Horowitz
c9ed60974d fix upsert for DBRef SERVER-627 2010-02-11 11:36:08 -05:00
Eliot Horowitz
7935d23cca use opidtostring 2010-02-10 22:28:29 -05:00
Eliot Horowitz
db18c068d4 handle bad syntax better 2010-02-10 21:57:14 -05:00
Dwight
d311ff64ff Merge branch 'master' of git@github.com:mongodb/mongo 2010-02-10 15:34:54 -05:00
Dwight
635a16e94c SERVER-620
mongod thinks a background process is running for a db, even when it's not
2010-02-10 15:34:41 -05:00
Eliot Horowitz
b88e91c8f5 clean up curop read/write detection 2010-02-10 15:16:00 -05:00
Eliot Horowitz
f765ec0442 fix repl 2010-02-10 14:18:57 -05:00
Eliot Horowitz
38b822809b test for SERVER-622 2010-02-10 13:35:43 -05:00
Eliot Horowitz
ce7b286745 make sure all threads that use a lock have a Client 2010-02-10 13:28:08 -05:00
Richard Kreuter
e9676be9b5 Add Ubuntu 8.10 to makedist.py; refactor slightly. MINOR 2010-02-10 13:18:57 -05:00
Richard Kreuter
8e3bf0feca Run mongod as user mongodb on upstart systems. MINOR 2010-02-10 13:18:13 -05:00
Richard Kreuter
b255688822 Delete ubuntu/ subdir in debian/ (no non-redundant contents). MINOR 2010-02-10 10:09:41 -05:00
Eliot Horowitz
58dff03bbb warning -> note 2010-02-09 23:17:48 -05:00
Eliot Horowitz
5eb5dab79f SERVER-500 - use ports < 32867 and no http interface for sharding tests 2010-02-09 22:13:28 -05:00
Aaron
ba830a02d4 SERVER-606 move test to slow suite 2010-02-09 17:24:17 -08:00
Aaron
2e5494cf78 SERVER-606 SERVER-620 disable test 2010-02-09 17:23:49 -08:00
Aaron
09a5a250ea SERVER-606 try dropping index at end 2010-02-09 17:21:05 -08:00
Aaron
5d00480dcb SERVER-615 debugging info 2010-02-09 17:20:20 -08:00
Aaron
3ed4103d93 SERVER-618 try adding an fsync 2010-02-09 16:47:11 -08:00
Aaron
57fedf6db0 SERVER-606 move out of 'slow' group to validate test 2010-02-09 16:15:21 -08:00
Aaron
c60c5642ea SERVER-606 put slow test in 'slow' group 2010-02-09 16:09:00 -08:00
Aaron
d036173dc1 SERVER-606 make test timing more forgiving 2010-02-09 16:08:24 -08:00
Aaron
5a9c6c75ee MINOR try to discourage cloneCollection.js race condition 2010-02-09 15:33:23 -08:00
Dwight Merriman
285f6034e1 crlf->lf 2010-02-09 18:30:32 -05:00
Dwight Merriman
b818cf6c74 Merge branch 'master' of github.com:mongodb/mongo 2010-02-09 18:28:55 -05:00
Dwight Merriman
42d958985f git ignore
crlf?
2010-02-09 18:28:36 -05:00
Aaron
37d6ee1a89 Merge branch 'master' of github.com:mongodb/mongo 2010-02-09 15:23:49 -08:00
Aaron
c4fce33450 SERVER-606 SERVER-619 tests for background creation of unique indexes 2010-02-09 15:23:42 -08:00
Aaron
a1f7d6726d SERVER-606 correct syntax for assert.soon() 2010-02-09 15:23:14 -08:00
Mathias Stearn
ac51e771de typo MINOR 2010-02-09 18:15:56 -05:00
Richard Kreuter
b122797eb2 Merge branch 'dotdeb' 2010-02-09 17:56:05 -05:00