Re: Node names and cluster with CouchDB 2.0

2016-10-25 Thread Adam Kocoloski
f tweaks to the documentation via a PR . > > Thanks again, > Simon > > > -Original Message- > From: Adam Kocoloski [mailto:kocol...@apache.org] > Sent: Wednesday, 26 October 2016 2:39 AM > To: user@couchdb.apache.org > Subject: Re: Node names and cluster w

RE: Node names and cluster with CouchDB 2.0

2016-10-25 Thread Simon Keary
Node names and cluster with CouchDB 2.0 Hi Simon, if your nodes need to find each other by IP address you should use -name. You can specify it in VM.args like -name couchdb@ There shouldn't be a need to change the "couchdb@" element for each node unless you want to run multiple

Re: Node names and cluster with CouchDB 2.0

2016-10-25 Thread Adam Kocoloski
Hi Simon, if your nodes need to find each other by IP address you should use -name. You can specify it in VM.args like -name couchdb@ There shouldn't be a need to change the "couchdb@" element for each node unless you want to run multiple nodes on the same IP (not recommended). When you add th

Node names and cluster with CouchDB 2.0

2016-10-25 Thread Simon Keary
Hi All, I'm trying to setup a test CouchDB cluster across two machines and struggling to get it working and understanding how the node names work. I'm am able to sucessfully call the _nodes endpoint on one of the machines to add the other but I don't think this is doing the right thing since