You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by rnewson <gi...@git.apache.org> on 2012/10/25 14:50:35 UTC

couchdb pull request: 1259 stable replication ids

GitHub user rnewson opened a pull request:

    https://github.com/apache/couchdb/pull/35

    1259 stable replication ids

    Use a server-wide UUID if port is unstable
    
    COUCHDB-1259

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rnewson/couchdb 1259-stable_replication_ids

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/35.patch

----
commit da7636f7ca9606e2bcca2c8a8e82b626dacf3c8b
Author: Robert Newson <rn...@apache.org>
Date:   2012-10-23T13:28:56-07:00

    Give each couchdb server a unique identifier

commit fd96a01d0e395986b7053873d12f524f51d994c9
Author: Robert Newson <rn...@apache.org>
Date:   2012-10-23T13:29:20-07:00

    Substitute port for server's uuid if dynamic

----