Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-14162

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

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Replication
    • None

    Description

      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).

      Attachments

        Activity

          People

            Unassigned Unassigned
            cailin.nelson@mongodb.com Cailin Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: