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 2017/04/21 20:14:04 UTC

[jira] [Resolved] (COUCHDB-3390) clustered _users/_changes returns error when include_docs=true

     [ https://issues.apache.org/jira/browse/COUCHDB-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joan Touzet resolved COUCHDB-3390.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1.0

Hi there, thanks for the report. This has already been fixed on master.

> clustered _users/_changes returns error when include_docs=true
> --------------------------------------------------------------
>
>                 Key: COUCHDB-3390
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3390
>             Project: CouchDB
>          Issue Type: Bug
>          Components: HTTP Interface
>            Reporter: CJ Herman
>             Fix For: 2.1.0
>
>
> When requesting changes feed for clustered _users DB with include_docs=true, an error is returned:
> curl -X GET http://localhost:5984/_users/_changes?include_docs=true
> {"error":"error","reason":"{not_found,nil,\n           [{couch_users_db,after_doc_read,2,\n                            [{file,\"src/couch_users_db.erl\"},{line,123}]},\n            {couch_db,open_doc_int,3,[{file,\"src/couch_db.erl\"},{line,1345}]},\n            {couch_db,open_doc,3,[{file,\"src/couch_db.erl\"},{line,189}]},\n            {fabric_rpc,doc_member,3,[{file,\"src/fabric_rpc.erl\"},{line,354}]},\n            {fabric_rpc,changes_enumerator,2,\n                        [{file,\"src/fabric_rpc.erl\"},{line,347}]},\n            {couch_btree,stream_kv_node2,8,\n                         [{file,\"src/couch_btree.erl\"},{line,783}]},\n            {couch_btree,fold,4,[{file,\"src/couch_btree.erl\"},{line,220}]},\n            {couch_db,changes_since,5,\n                      [{file,\"src/couch_db.erl\"},{line,1244}]}]}"}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)