On Fri, Mar 20, 2015 at 7:50 PM, madhuka udantha <[email protected]> wrote: > > Q1) I also went through the REST API and I like to know weather we can add > nodes into clusters from the REST API (else only in config.)?
Documentation is in progress, but here is python[1] example of how dev nodes becomes a cluster. You can also look on _nodes database which is available on backdoor (5986) port. [1]: https://github.com/apache/couchdb/blob/master/dev/run#L298-L307 > Q2) When I am running the fauxton (http://localhost:8000/#/_all_dbs), I see > the list of DBs but when I click one of them and move to ' > http://localhost:8000/#/database/test8000/_all_docs' it gives an error in > web UI with RED text saying 'bad request'. Some pages it shows 'Databases > is not exit' Here i am sharing my screen shoots. > Is it the way it work? > I think the reason for above Q2. is round-robin nature of Loadbalancer. Am > I correct? Could you open browser network console and say what the actual request Fauxton made to receive such response? -- ,,,^..^,,,
