Commit Graph

380 Commits

Author SHA1 Message Date
Eliot Horowitz
72f754439a don't do commitIfNeeded RARELY SERVER-2657 180 2011-03-02 01:28:57 -05:00
Eliot Horowitz
85bff78d00 some missing commitIfNeeded SERVER-2657 180 2011-03-02 01:28:51 -05:00
Dwight
c1835259d0 comment 2011-02-03 12:12:15 -05:00
Aaron
1cc11c971b remove unused variable 2011-01-31 15:58:55 -08:00
Eliot Horowitz
1b73f3ef83 better anyReplEnabled 2011-01-31 15:46:42 -05:00
Kristina
aed38eda42 don't try to auth oplog conn if auth isn't enabled 2011-01-14 11:24:42 -05:00
Kristina
71f257f2c5 auth context if necessary SERVER-1899 2011-01-13 14:47:20 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Kristina
fbf7b90a1e rs auth 2010-12-27 16:07:33 -05:00
Eliot Horowitz
d45f048947 putting back validation on setParamter replApplyBatchSize and a setParamter validation hook 2010-12-01 11:12:28 -05:00
Dwight
a4eef074ec fix repl10.js 2010-11-29 16:26:18 -05:00
dwight
1319d64c6a crlf 2010-11-29 10:57:16 -05:00
dwight
24e1e55e5e compile 2010-11-29 10:45:47 -05:00
dwight
32573ea7aa experimental option allowing application of multiple writes on a slave in a single write lock. 2010-11-29 10:21:18 -05:00
dwight
a4728be3a9 Revert "fix regression in repl slave pretouch"
This reverts commit e58e80b708.
2010-11-28 23:41:10 -05:00
dwight
e58e80b708 fix regression in repl slave pretouch 2010-11-28 23:28:04 -05:00
Kristina Chodorow
4c11954523 log when slave has no source SERVER-2091 2010-11-17 14:58:35 -05:00
dwight
5ab5378895 cleaning 2010-11-12 09:20:09 -05:00
Dwight
30c8eb920a keep a socket timeout on oplogdiagsashtml rs 2010-10-29 13:53:10 -04:00
Eliot Horowitz
8f4624a917 easier auto detection of replica set status from ismaster 2010-10-24 10:36:38 -04:00
Kristina Chodorow
0cf16a382f add doc link for bad repl source SERVER-978 2010-10-22 18:11:07 -04:00
Kristina Chodorow
57aecc7f77 don't allocate oplog for arbiter SERVER-1969 2010-10-21 16:10:45 -04:00
Eliot Horowitz
d432ea51c5 cleanup ismaster code with replica sets 2010-10-15 11:04:44 -04:00
Eliot Horowitz
53a0d295e3 split bson max size into User and Internal
sometimes objects have to be bigger (oplog insertion for example)
more prep for SERVER-431
2010-10-11 11:26:41 -04:00
Eliot Horowitz
d3c3b8a903 using BSONObjMaxSize everywhere bson size comes into play
still 4mb, this is just prep for changing SERVER-431
2010-10-10 20:01:17 -04:00
Dwight
8e923e738d maxbsonobjectsize in isMaster command return 2010-10-08 14:30:56 -04:00
Dwight
d316fc41a1 resync doesnt work on repl sets - give a good err msg for now 2010-09-29 16:47:19 -04:00
Tony Hannan
91e52c41d8 [SERVER-1643] cloner can now clone from a replica set. Eg. db.cloneDatabase('foo/host1,host2') 2010-09-22 11:56:57 -04:00
Aaron
f4fd753e08 SERVER-779 don't use a write lock 2010-09-07 19:54:35 -07:00
dwight
e9d0762ed5 name was confusing 2010-09-07 12:18:44 -04:00
Aaron
e4752ead1f SERVER-1700 ignore first op on initial query so that sync point is always before current op 2010-08-30 13:43:35 -07:00
dwight
b604f18d96 maybe this will make repl10.js run consistently 2010-08-30 00:16:39 -04:00
Dwight
38462a23b8 const feels safer, especially for public member variables 2010-08-26 11:03:31 -04:00
Dwight
2f1b077bb5 do not background index when applying a create index operation 2010-08-23 13:55:34 -04:00
Aaron
20b2089bfc Merge branch 'master' of github.com:mongodb/mongo 2010-08-16 13:59:22 -07:00
Aaron
5cfa013077 SERVER-1461 auth when getting remote authlog info 2010-08-16 13:59:08 -07:00
Dwight
df4b31b8bb SERVER-1626 initial sync bug fix 2010-08-16 15:32:14 -04:00
Eliot Horowitz
99ac3f8fcb fixing noop replication handling 161 2010-08-16 13:45:52 -04:00
dwight
b7e8c05787 cleaning 2010-08-16 09:00:58 -04:00
dwight
7e9509fd1f attempted repl fix 161? 2010-08-15 17:01:58 -04:00
dwight
76698bd5af towards fixing replication initial sync problem with 1.6 161 2010-08-14 15:32:38 -04:00
dwight
1da6a0d35b faster 2010-08-12 16:13:07 -04:00
dwight
953f7938c3 CS-112 initial sync problem with traditional replication 2010-08-12 16:09:18 -04:00
dwight
0130af002c patch: problem with initial sync in 1.6.0 from an idle master. BUG CS-112 2010-08-12 16:06:16 -04:00
Eliot Horowitz
8fc8c8c315 fix serverStatus for replica sets SERVER-1570 2010-08-04 16:02:49 -04:00
Dwight
1ec6fb1d4b SERVER-1523 and some diagui fixes 2010-08-02 15:21:26 -04:00
Dwight
fb86e95b06 return true from ismaster before rs initiate 2010-08-02 13:25:28 -04:00
Dwight
4c28261430 cleaning 2010-07-21 13:13:36 -04:00
Dwight
d6249cdbd8 Merge branch 'master' of github.com:mongodb/mongo 2010-07-20 13:37:16 -04:00
Dwight
c419b08b34 rs 2010-07-20 13:37:09 -04:00