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

398 Commits

Author SHA1 Message Date
Dwight
0fe5e50be0 web console work 2008-12-04 14:33:18 -05:00
Dwight
e0727dc658 clone/copy db now works on replicating databases 2008-12-03 18:27:32 -05:00
Dwight
eff1694cd7 repl tran log was smaller than it should be 2008-12-02 15:51:00 -05:00
Dwight
60b769a8cb replication fixes -- "first: true" support (local.dbinfo.*); clean up class name 2008-12-02 14:24:45 -05:00
Dwight
182651744c repl pair bug fix 2008-12-01 14:55:36 -05:00
Dwight
d4504325ee replication debug output

2008-12-01 13:23:20 -05:00
unknown
5ca796e0dd a little more on web 2008-11-30 21:00:54 -05:00
Dwight
6c1d07af9b go 'dead' mode if replication pairing confused 2008-11-20 18:03:41 -05:00
Dwight
458de60cf0 better error message replication 2008-11-19 17:29:06 -05:00
Dwight
890048958b --source useful now 2008-11-10 17:45:39 -05:00
Dwight
a89d6b94f7 --source cmd line 2008-11-10 11:20:30 -05:00
Dwight
a4968427e2 bug fix with $natural
timeout on connects w/dbgrid faster
2008-11-03 20:42:59 -05:00
Dwight
0aef80f8cc rename classes 2008-10-21 16:13:48 -04:00
unknown
f91cff53a0 griddb work 2008-10-19 17:46:53 -05:00
unknown
74624cebd8 DBClientCommands started 2008-10-19 11:17:25 -05:00
Dwight
e7931c2ad6 fix replication b ug with blank source name 2008-10-13 15:55:38 -04:00
Dwight
b696111e64 repl: source parm now optional 2008-10-10 16:55:21 -04:00
Dwight
3332989338 copydb - not yet done 2008-09-12 15:00:20 -04:00
Dwight
e9370576ad oplogging off unless a special build 2008-09-11 16:25:16 -04:00
Dwight
f56113d736 arbitrate 2008-09-11 15:13:47 -04:00
Dwight
87ba097b35 declare who our remote is on ismaster cmd 2008-09-11 13:48:30 -04:00
Dwight
2b67b58085 Option_SlaveOk 2008-09-11 13:04:30 -04:00
Dwight
1d4379a5d2 dbgrid.cpp added; return $err on assert 2008-09-11 10:45:57 -04:00
Dwight
5f163f72b8 dbgrid.vcproj missing; more work on dbgrid 2008-09-11 09:15:34 -04:00
dwight
4af0da7918 break out code to serparate file 2008-09-08 20:37:59 -04:00
Dwight
8dd8937576 better class name 2008-09-05 18:04:29 -04:00
Dwight
5727d1b853 repl tweaks
justCreated wasn't qutie right
 smarter about handling new db's beign advertised
 log cleaner
2008-09-05 10:40:00 -04:00
Dwight
5f9d52a2f5 more work on pairing 2008-09-04 18:24:03 -04:00
Dwight
5deec92469 endian check capability
repl work in progress
cleanup
2008-09-04 10:33:56 -04:00
Dwight
8cac7e4dc4 advertise new dbs for replication; handle user asserts on repl 2008-09-03 16:43:00 -04:00
Dwight
43529c43cf we only clone one database per pass, even if a lot need done. This helps us
avoid overflowing the master's transaction log by doing too much work before going
back to read more transactions. (Imagine a scenario of slave startup where we try to
clone 100 databases in one pass.)
2008-08-26 13:34:34 -04:00
Dwight
ca08e48791 repl tweaks 2008-08-25 16:46:39 -04:00
Dwight
53c3f540b6 auto add _id index on slave so replication is fast 2008-08-19 17:13:20 -04:00
Dwight
bfb61b7795 cleanup 2008-08-19 16:12:13 -04:00
Dwight
4e922d955b reuse cursor from repl batch to batch 2008-08-19 14:39:44 -04:00
Dwight
c0867d2c3f replicate $inc right; implement $set 2008-08-18 18:00:17 -04:00
dwight
03229b8fa9 repl npe / cleanup when can't connect to master 2008-08-17 21:32:37 -04:00
dwight
8f13ff6f1a index creation wasn't replicating right. 2008-08-15 15:23:42 -04:00
dwight
6d4e9c19bf replication: keep db connection open across batches. 2008-08-15 13:59:22 -04:00
Dwight
b957496acc reuse the dbclientconnection on repl passes 2008-08-13 15:35:28 -04:00
dwight
112b19a5d9 log cleanup 2008-08-02 17:02:41 -04:00
dwight
bc24777c11 replication fixes plus some log cleanup 2008-08-02 14:58:15 -04:00
Dwight
234844724c checkpoitning work 2008-07-31 13:37:32 -04:00
Dwight
37acacbe07 repl master fix 2008-07-31 09:58:08 -04:00
Dwight
227f630729 replication 2008-07-29 17:54:54 -04:00
Dwight
a0d1c47ff7 replication some work done 2008-07-28 17:52:44 -04:00
Dwight
3363fe311c collection options are retained when db is cloned;
those options now listed in system.namespaces;
more repl work
2008-07-28 13:51:39 -04:00
Dwight
e011494cbc cloneDatabase() 2008-07-27 18:36:47 -04:00