Allow replica set member reference to be edited without doing an add/remove

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Replication
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Sometimes, users make poor choices when configuring their replica set. For example, they might decide to rs.add('10.3.2.1') an internal IP, then later realize that they would prefer to use a hostname rs.add('foo.example.com').

      Currently this can be accomplished with an rs.add/rs.remove sequence.

      It would be nice if this could be accomplished without the need for the rs.add/rs.remove (and fall out election events). This would only be possible if the user was replacing the reference with another reference to the same mongod. (I.e. if 10.3.2.1 and foo.example.com are honestly the same mongod).

            Assignee:
            Unassigned
            Reporter:
            Cailin Nelson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: