Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.1
-
CentOS 5.6 x86_64, Couchdb 1.1.1 (Patched for
COUCHDB-1333), spidermonkey 1.8.5, curl 7.21, erlang 14b03
Description
It seems our replication has stopped, reporting an error
[emulator] Error in process <0.21599.306> nocatch,{invalid_json,<<0 bytes>>,[
,
{couch_rep_reader,'-open_doc_revs/3-lc$^1/1-1-',1},{couch_rep_reader,'-open_doc_revs/3-lc$^1/1-1-',1},
{couch_rep_reader,open_doc_revs,3},{couch_rep_reader,'spawn_document_request/4-fun-0'...
It was all working until we upgraded some other couches in our replication "web" from couch 1.0.3 to couch 1.1.1. We then set of database and view compactions, and sometime overnight some of the replication links stopped.
I have curled the command myself, both as a multipart message and a single json response (with header "Accept:application/json" ) and it can be parsed correctly by Python simplejson - I have attached it here aswell - called "troublecurl-redacted.txt" - though it is 18.8mb. The request takes about 6 seconds.
I don't quite understand why it is reported as invalid JSON? Other reports similar to this that I googled mentioned blank document ids, but I can't see any of these.