You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/04/12 14:31:35 UTC

[GitHub] grahamsnz commented on issue #1073: CouchDB 3-node cluster (Windows) - multiple erlang errors

grahamsnz commented on issue #1073: CouchDB 3-node cluster (Windows) - multiple erlang errors
URL: https://github.com/apache/couchdb/issues/1073#issuecomment-380826262
 
 
   @wohali I'm also experiencing this remaining `rexi` issue. I'm not using the replicator but a custom tool which copies batches of 100 documents from a source. 
   
   When the below `rexi` error occurs, the batch fails to provide the copy tool with the needed `201 OK` which allows the next batch of 100 documents to be sent. Without the affirmative reply, my document copy tool fails to progress and it's position is lost. 
   
   ```
   ... mfa: fabric_rpc:all_docs/3 exit:timeout [{rexi,init_stream,1,[{file,"src/rexi.erl"},{line,256}]},{rexi,stream2,3,[{file,"src/rexi.erl"},{line,204}]},{fabric_rpc,view_cb,2,[{file,"src/fabric_rpc.erl"},{line,308}]},{couch_mrview,finish_fold,2,[{file,"src/couch_mrview.erl"},{line,642}]},{rexi_server,init_p,3,[{file,"src/rexi_server.erl"},{line,139}]}]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services