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

8783 Commits

Author SHA1 Message Date
Eliot Horowitz
9007388324 move shutdown to generic so can be used by mongos 2010-07-26 21:48:20 -04:00
Eliot Horowitz
7740fb4070 SERVER-1415: Giving incorrect parameter syntax to --replSet shows error in log but continues to run. Maybe it should abort like it does if the parameter is missing all together.
Per Eliot's suggestion, instead of calling dbexit in startReplSets thread. Create theReplSet object in main thread, which checks and parses --replSet parameter, then just call its go() methon in startReplSets thread.

Conflicts:

	db/repl/rs.cpp
2010-07-26 21:36:47 -04:00
Andrew C. Morrow
8443231430 fast done capability for BSONObjBuilder 2010-07-27 09:32:46 +08:00
Mathias Stearn
ce531f1481 plug potential leak 2010-07-26 21:09:10 -04:00
Mathias Stearn
0a80030ba9 plug memory leak 2010-07-26 21:09:10 -04:00
Aaron
01c71e9746 merge 2010-07-26 15:45:40 -07:00
Aaron
6be2b2a623 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 15:34:35 -07:00
Aaron
69a0d45f5c capped trunc prob final cut 2010-07-26 15:34:16 -07:00
Eliot Horowitz
127558c1c4 Database::flushFiles and use in rs for speed 2010-07-26 17:28:24 -04:00
Eliot Horowitz
723c40aee6 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 17:17:52 -04:00
Eliot Horowitz
a85b659bb6 SERVER-1266 -Wl,as-needed flag for shared library 2010-07-26 17:17:20 -04:00
Mike Dirolf
b9cbee6a54 minor: fix --full 2010-07-26 17:09:02 -04:00
Eliot Horowitz
d3d978a601 remove assert that isn't always valid 2010-07-26 17:03:14 -04:00
Eliot Horowitz
bea4ec2483 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 16:26:16 -04:00
Eliot Horowitz
1c138b4c77 fix paired auth 2010-07-26 16:25:27 -04:00
Eliot Horowitz
87d7c92d6b test 2010-07-26 16:25:23 -04:00
Eliot Horowitz
be796737a7 better cast 2010-07-26 16:25:15 -04:00
dwight
f2087d8969 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 16:19:21 -04:00
dwight
1037a58e16 step down if cant see most of the set 2010-07-26 16:19:08 -04:00
Alberto Lerner
4d42bac887 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 16:13:57 -04:00
Alberto Lerner
e53107eeeb SERVER-1292 Prep work by moving shard adding logic to Grid 2010-07-26 16:13:36 -04:00
Eliot Horowitz
cbb44f9adb rs gcc compile 2010-07-26 16:12:51 -04:00
Eliot Horowitz
34bf652b1b Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 16:11:12 -04:00
Eliot Horowitz
91cc690bb9 don't build string for uassert in bson since uassert there isn't a macro 2010-07-26 16:10:37 -04:00
Eliot Horowitz
4471c919ed fix bson asserts 2010-07-26 16:10:32 -04:00
Eliot Horowitz
b4c0b58794 better background fsync logging 2010-07-26 16:07:07 -04:00
Eliot Horowitz
f0359e7b54 MongoFile::flushAll won't lock for entire flushing time 2010-07-26 16:06:49 -04:00
dwight
f611c9e68d rs blind 2010-07-26 16:04:54 -04:00
dwight
66caa37da3 vcxproj compile 2010-07-26 15:50:30 -04:00
dwight
9990a546fd Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 15:29:26 -04:00
dwight
150101e439 rs rollback 2010-07-26 15:29:18 -04:00
Aaron
4af7fec531 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 12:12:42 -07:00
Kyle Banker
bbeca3aea0 Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 15:11:07 -04:00
Kyle Banker
e94cc361ed SERVER-1479 and replSet js test cleanup 2010-07-26 15:08:04 -04:00
Aaron
d854b90695 add assert 2010-07-26 12:05:50 -07:00
Aaron
d78ed0f030 capped truncate rough cut 2010-07-26 12:01:15 -07:00
Mike Dirolf
841b792b9f Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 14:47:57 -04:00
Mike Dirolf
57250beeda minor: clean up mongoclient alias 2010-07-26 14:47:52 -04:00
Eliot Horowitz
f900e4f67d Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 14:31:27 -04:00
Eliot Horowitz
6caf5bdc0e forgot file for pidfile stuff 2010-07-26 14:31:09 -04:00
Mike Dirolf
5a5e2eccbb Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 14:29:34 -04:00
Mike Dirolf
b7358a8ea9 remove --includeheaders in favor of --full. uninclude client from default install, but include with --full. fix mongoclient target to take --sharedclient into account 2010-07-26 14:29:30 -04:00
Eliot Horowitz
422f9a4f9b Merge branch 'master' of github.com:mongodb/mongo 2010-07-26 14:26:20 -04:00
Eliot Horowitz
c7a38e409d cleaning pidfilepath code - adding to mongos SERVER-1488 2010-07-26 14:25:55 -04:00
Mike Dirolf
4fbb3cca67 add --includeheaders option for scons install SERVER-1355 2010-07-26 14:16:20 -04:00
Eliot Horowitz
401d3ab6b9 dos2unix 2010-07-26 13:32:26 -04:00
dwight
769629c1e4 log cleaning rs 2010-07-26 12:21:54 -04:00
Kyle Banker
9d08a04e8e minor: removed unneccesary rs test method 2010-07-26 11:56:12 -04:00
Kyle Banker
c23a930a46 SERVER-1482 SERVER-1479 failing replica set add test 2010-07-26 11:51:40 -04:00
Eliot Horowitz
55382a6b84 clean up log messags 2010-07-26 11:23:34 -04:00