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

561 Commits

Author SHA1 Message Date
Eliot Horowitz
e6dc75b125 linux compile 2010-12-19 00:00:48 -05:00
Eliot Horowitz
46cce4595c DBClientReplicaSet::slaveConn hooked up again - final prep for SEVER-1634 2010-12-18 23:54:29 -05:00
Eliot Horowitz
fba685096f remove isMember since it was ill-formed and only used for an assert 2010-12-18 21:47:22 -05:00
Eliot Horowitz
208b86c09e DBClientReplica set refactoring just about done 2010-12-18 21:47:22 -05:00
Eliot Horowitz
b72a85ac2b replica set example 2010-12-18 21:47:22 -05:00
Eliot Horowitz
4a80555f22 moving replica set client code into own files 2010-12-17 14:08:24 -05:00
Eliot Horowitz
864a25da74 make isFailed public 2010-12-16 14:47:45 -05:00
Eliot Horowitz
f477e690d3 comment 2010-12-14 02:43:34 -05:00
Eliot Horowitz
d7569703d9 replace countCommas with str::count 2010-12-14 02:40:37 -05:00
Alberto Lerner
d7b6d8b62a comments 2010-12-13 14:03:20 -05:00
Alberto Lerner
d8b24cc6a8 add lock holder in all lock taken paths 2010-12-13 13:13:22 -05:00
dwight
c3b29eda60 comment 2010-12-12 19:45:47 -05:00
Alberto Lerner
0182bd5c98 better error message 2010-12-10 16:15:47 -05:00
Kristina
1daf6ca709 update rs timeout on each reconfig SERVER-2045 2010-12-07 10:26:13 -05:00
Eliot Horowitz
28b1cff00d track pooled connections by type 2010-12-02 00:29:34 -05:00
Alberto Lerner
93ec2e1c10 introduced a header by mistake 2010-11-30 12:02:16 -05:00
Alberto Lerner
5ff1b64140 report if dist_lock take over failed 2010-11-30 12:00:27 -05:00
Mathias Stearn
6836d1fd52 Note about updating shell's explain 2010-11-29 16:09:34 -05:00
Eliot Horowitz
9a55939da3 fix warning 2010-11-28 23:42:19 -05:00
dwight
b315b239de crlf 2010-11-28 22:50:43 -05:00
Eliot Horowitz
255040094f more connection debugging 2010-11-28 15:48:54 -05:00
Eliot Horowitz
a639200e21 keep track of number of DBClientConnection objects 2010-11-28 11:33:00 -05:00
Eliot Horowitz
c7de5247bf move boost headers to pch.h 2010-11-28 02:07:25 -05:00
Alberto Lerner
6905714a15 mock DBClientCursor for dbtests/ use 2010-11-23 11:56:51 -05:00
dwight
f6a923ca3f show repl state in shell prompt. needs more work 2010-11-23 04:16:04 -05:00
dwight
5ec52a8161 comments 2010-11-13 13:02:48 -05:00
Alberto Lerner
6af410dde7 SERVER-1880 do not clean lockpings, even old ones, if the lock is still taken 2010-11-11 14:35:26 -05:00
Eliot Horowitz
483db509ab object ownership 2010-11-10 23:12:54 -05:00
Eliot Horowitz
af8370b1e2 fix limit on explain SERVER-1896 2010-11-10 16:22:04 -05:00
dwight
203a76fa05 conventions cleaning 2010-11-10 11:49:28 -05:00
dwight
0ca797e907 fix commnet 2010-11-05 23:00:01 -04:00
dwight
98e56dde4a alternate way to link with c++ driver 2010-11-05 22:50:59 -04:00
dwight
71f8a44720 missing pragma onces 2010-11-05 22:50:04 -04:00
dwight
279d33bee6 dbclient: once a connection in failed state be sure not to use it. this is a fairly big change in a way because it now throws mroe often. affects replica sets. 2010-10-31 19:12:12 -04:00
Dwight
602acdfd0c Merge branch 'master' of github.com:mongodb/mongo 2010-10-29 13:40:50 -04:00
Dwight
0b140039bc cleaning; towrads our code standards; consting; better var name 2010-10-29 13:40:42 -04:00
Eliot Horowitz
1110b42704 better error messages on network errors 2010-10-29 00:49:08 -04:00
Eliot Horowitz
db4569cc56 count takes skip/limit 2010-10-28 13:47:30 -04:00
Dwight
681a993dd1 comments 2010-10-28 10:38:36 -04:00
Alberto Lerner
9c7814ffcd fill lock owner in the other lock taken path 2010-10-26 15:25:26 -04:00
Alberto Lerner
0f88bf0ae1 comment on possible throws 2010-10-20 11:01:35 -04:00
Alberto Lerner
9e57fb0c3f towards conventions 2010-10-20 10:30:05 -04:00
dwight
de2e29a934 cleaning and slightly nicer output rs 2010-10-18 20:43:21 -04:00
Alberto Lerner
70d9fb3fd2 a bit more logging 2010-10-01 16:51:09 -04:00
Alberto Lerner
e161357e63 log() if lockpings don't get through 2010-10-01 15:00:19 -04:00
Eliot Horowitz
9eb2e8c2ba better error message on distlock 2010-10-01 13:41:18 -04:00
Alberto Lerner
da10c9799c SERVER-1691 don't cache calls to ensureIndex if sharding a collection 2010-09-30 08:38:40 -04:00
Mathias Stearn
4e1692b74f Fix unix socket parsing and add test SERVER-1867 2010-09-28 21:56:22 -07:00
Alberto Lerner
54a0c78fde cruft 2010-09-24 18:29:21 -04:00
Eliot Horowitz
669870840d fix Future 2010-09-17 23:48:16 -04:00