Hi, Alexander On Sat, Mar 21, 2015 at 12:17 AM, Alexander Shorin <[email protected]> wrote:
> On Fri, Mar 20, 2015 at 9:28 PM, madhuka udantha > <[email protected]> wrote: > > I like to know what is *different of '_nodes' and 'node'*? > > > > http://localhost:15986/nodes -->{"db_name":"nodes","doc_count":3..} > > http://localhost:25986/nodes -->{"db_name":"nodes","doc_count":1..} > > http://localhost:35986/nodes > -->{"error":"not_found","reason":"no_db_file"} > > Where did you get these nodes? > As jira [COUCHDB-2605 <https://issues.apache.org/jira/browse/COUCHDB-2605>], branch[2] ('developer-preview/2.0/ <https://couchdb.apache.org/developer-preview/2.0/>') was followed and ' *dev/run*' command added following three nodes. According my knowledge 'couchdb/dev/run' below line added above nodes > parser.add_option("-n", "--nodes", metavar="nodes", default=3, type=int, > help="Number of development nodes to be spunup") All steps are recorded in here[1], After those nodes are added and you can see them from localhost port number as above (_5986). is that what you are asking? [1] http://madhukaudantha.blogspot.com/2015/03/couchdb-fauxton-introduction.html [2] https://git-wip-us.apache.org/repos/asf/couchdb.git > > -- > ,,,^..^,,, > -- Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com
