Skip to content

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