You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Adrien Vergé (JIRA)" <ji...@apache.org> on 2016/09/01 20:45:21 UTC

[jira] [Created] (COUCHDB-3119) Cluster setup: `add_node` fails if node name != "couchdb"

Adrien Vergé created COUCHDB-3119:
-------------------------------------

             Summary: Cluster setup: `add_node` fails if node name != "couchdb"
                 Key: COUCHDB-3119
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3119
             Project: CouchDB
          Issue Type: Bug
            Reporter: Adrien Vergé


Adding nodes to a cluster fails if the node names (the `name` of `name@hostname` in vm.args) is different from "couchdb". The code currently infers this name from the port: "node1" if 15984, "node2" if 25984, "node3" if 35984, "couchdb" otherwise. No other possibility.

This is not suited for a production set-up, where multiple servers could have different names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)