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 2020/08/27 15:26:20 UTC

[GitHub] [couchdb] simone-marcon opened a new issue #3106: Replication crashes with reason changes_reader_died

simone-marcon opened a new issue #3106:
URL: https://github.com/apache/couchdb/issues/3106


   Created 3 CouchDb node in Azure, each one in a container instance (Linux machine).
   When creating a replication doc it crashes after a few minute reporting info changes_reader_died.
   
   I create the replication via curl command:
   curl -X POST https://my-couchdb-address/_replicator -H 'Content-Type: application/json' -d '{
   	"_id": "my-id",
   	"source": "http://my-couchdb-address/database-name",
   	"target": "http://my-couchdb-address/database-name",
   	"create_target": false,
   	"continuous": true
   }'
   
   CouchDb installed version is 2.3.1
   
   Log of the error reported:
   [couch.log](https://github.com/apache/couchdb/files/5137322/couch.log)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [couchdb] wohali closed issue #3106: Replication crashes with reason changes_reader_died

Posted by GitBox <gi...@apache.org>.
wohali closed issue #3106:
URL: https://github.com/apache/couchdb/issues/3106


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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