You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2016/09/14 22:07:20 UTC

[jira] [Created] (COUCHDB-3147) uuid missing in clustered welcome response (GET /)

Joan Touzet created COUCHDB-3147:
------------------------------------

             Summary: uuid missing in clustered welcome response (GET /)
                 Key: COUCHDB-3147
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3147
             Project: CouchDB
          Issue Type: Bug
            Reporter: Joan Touzet


Compare https://github.com/apache/couchdb-chttpd/blob/master/src/chttpd_misc.erl#L46-L55 to https://github.com/apache/couchdb-couch/blob/master/src/couch_httpd_misc_handlers.erl#L33-L42 .

Bob Newson says:
{quote}
not including the uuid in :5984/ is a welcome oversight, but we should fix it in a future release.

All nodes in the same cluster should be set to have the same uuid (the uuid is uniquely identifying the _cluster_). Different clusters must have different uuids. But because each node will generate a uuid on startup if it's missing, it's fortunate we didn't add it to the welcome message yet.
{quote}




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