Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replica Set Connection String should allow several hosts of the replica set to be specified #46

Open
ahazelwood opened this issue Oct 29, 2010 · 3 comments

Comments

@ahazelwood
Copy link

It is entirely possible that more than one host in a ReplicaSet may be down at any point (for maintenance, server crash, etc.). The Connection string should follow the form used in the 10gen driver (http://www.mongodb.org/display/DOCS/CSharp+Driver+Tutorial#CSharpDriverTutorial-Connectionstrings) of allowing multiple hostnames to be specified (separated by commas) which will each be queried until one responds. This allows the first server to be down, but the second one/third one to work.

Thanks.

@sonalsshah
Copy link

Hi,

have you found any solution as I am facing same issue?

Thanks,
Sonal Shah

@ahazelwood
Copy link
Author

I never did find a solution, so we waited and will be moving to the mongo driver soon.

-----Original Message-----
From: sonalsshah [mailto:reply@reply.github.com]
Sent: Thursday, August 25, 2011 8:33 AM
To: Andre' Hazelwood
Subject: Re: [NoRM] Replica Set Connection String should allow several hosts of the replica set to be specified (#46)

Hi,

have you found any solution as I am facing same issue?

Thanks,
Sonal Shah

Reply to this email directly or view it on GitHub:
#46 (comment)

@Sewen
Copy link

Sewen commented Dec 19, 2011

Hi,

I have the same problem. Any progress on this?

Thanks,

/Fredrik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants