Commit Graph

357 Commits

Author SHA1 Message Date
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
Alberto Lerner
2b14da5f10 SERVER-1270 Elim c_str() /db 2010-07-20 12:39:35 -04:00
dwight
fe1d205aa8 rs 2010-07-19 22:32:43 -04:00
Alberto Lerner
d46f9c1bfe Eliminate implicit conversion 2010-07-19 12:39:14 -04:00
dwight
d423c6169e rs initial sync 2010-07-19 09:29:49 -04:00
Alberto Lerner
daf8c0fbd0 Revert "SERVER-1270 Prep for hooking StringData"
This reverts commit b7c9a9fc57.
2010-07-17 16:07:38 -04:00
Alberto Lerner
b7c9a9fc57 SERVER-1270 Prep for hooking StringData 2010-07-17 14:33:17 -04:00
dwight
2212743ad5 rs 2010-07-16 12:51:01 -04:00
dwight
c4f76b5da7 elim msg 2010-07-15 13:08:34 -04:00
Eliot Horowitz
564f6d8f1e fix ismaster for master/master SERVER-1253 2010-07-14 14:04:46 -04:00
Eliot Horowitz
164efbd0a2 in master/master ismaster should be 1 SERVER-1253 2010-07-13 17:02:31 -04:00
Kristina Chodorow
f4ef1cf1c7 nicer message when slaving off of a non-master SERVER-962 2010-07-12 17:39:01 -04:00
Dwight
93137d0791 pretouch 2010-07-12 12:37:27 -04:00
dwight
39dbe97e66 --pretouch 2010-07-06 17:49:20 -04:00
dwight
d0cf28370b abstract out op log reading a little (beginning) 2010-07-05 12:29:42 -04:00
dwight
cf9be9599a --pretouch n 2010-07-05 10:12:32 -04:00
Dwight
082a592291 pretouch experiment 2010-06-30 15:56:59 -04:00
Dwight
7fb7c94f25 rs 2010-06-29 18:27:09 -04:00
Eliot Horowitz
3bb8743e0c cleaning up oplog apply 2010-06-29 14:49:06 -04:00
Eliot Horowitz
9255178783 some asserts 2010-06-08 11:37:30 -04:00
Eliot Horowitz
3fa7349013 repl: only try to get a write lock for keepalive 2010-06-04 23:07:41 -04:00
Dwight Merriman
fbcc10e5f9 rs 2010-05-30 15:38:37 -04:00
Dwight Merriman
e9d175a86c tweak to _logOp() teeny bit faster 2010-05-30 15:04:20 -04:00
Dwight Merriman
a403fb5de8 clean up some file names rs 2010-05-29 15:45:47 -04:00