gerald-lindsly / rmongodb

R driver for MongoDB
http://cnub.org/rmongodb.ashx
Apache License 2.0
83 stars 44 forks source link

mongo.create() does not find replica set master if it isn't included in the seed list #7

Open stennie opened 12 years ago

stennie commented 12 years ago

In rmongodb 1.0.3, mongo.create() will not find a replica set master if it isn't included in the seed list for mongo.create().

Expected behaviour is that create() should try to find a master by connecting to one of the seed hosts provided, if the master wasn't found in the initial seed list.