You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Eric Avdey (JIRA)" <ji...@apache.org> on 2016/05/31 19:04:13 UTC

[jira] [Commented] (COUCHDB-3027) Endpoint endpont /_node/$node/_system broken when $node is remote to queried

    [ https://issues.apache.org/jira/browse/COUCHDB-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308378#comment-15308378 ] 

Eric Avdey commented on COUCHDB-3027:
-------------------------------------

PR: https://github.com/apache/couchdb-chttpd/pull/123

> Endpoint endpont /_node/$node/_system broken when $node is remote to queried
> ----------------------------------------------------------------------------
>
>                 Key: COUCHDB-3027
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3027
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>            Reporter: Eric Avdey
>            Assignee: Eric Avdey
>
> When HTTP endpoint {{/_node/$node/_system}} queried for a node different from asked the request throwing an exception.
> How to reproduce:
> Start a dev cluster, then pull from node1 (port 15984)
> {code}
> $ curl -u root:$PASS http://127.0.0.1:15984/_node/node2@127.0.0.1/_system
> {"error":"error","reason":"{invalid_ejson,{badrpc,{'EXIT',normal}}}"}
> {code}



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