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: [email protected]
