Skip to content

Do not recommend logical config server DNS names for CSRS #2544

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

Closed
wants to merge 1 commit into from

Conversation

devkev
Copy link
Contributor

@devkev devkev commented Feb 5, 2016

The idea of having logical DNS names for the config servers only applies the old-style triplet of config servers. The rationale for it is being able to redirect the logical DNS name mapping to another host, in order to "swap out" one of the 3 config servers. However, in the context of config servers as replsets, this is bad advice - any situation where you would "swap out" an old-style config server, with CSRS you should instead just use normal replica set management operations to handle (eg. add a new member, remove another member, etc).

The idea of having logical DNS names for the config servers only applies the old-style triplet of config servers.  The rationale for it is being able to redirect the logical DNS name mapping to another host, in order to "swap out" one of the 3 config servers.  However, in the context of config servers *as replsets*, this is bad advice - any situation where you would "swap out" an old-style config server, with CSRS you should instead just use normal replica set management operations to handle (eg. add a new member, remove another member, etc).
@kay-kim
Copy link
Contributor

kay-kim commented Feb 5, 2016

Thank you. this has been merged.

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

Successfully merging this pull request may close these issues.

2 participants