Replication crashes with reason changes_reader_died #3106
Unanswered
simone-marcon
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Your log does not have enough detail. It looks like you're trying to use a filter incorrectly. For instance, your filter name is Does the replication work correctly without the filter? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions