Make the replication manager restart replications that end up in an error state
-------------------------------------------------------------------------------
Key: COUCHDB-1085
URL: https://issues.apache.org/jira/browse/COUCHDB-1085
Project: CouchDB
Issue Type: Improvement
Components: Replication
Affects Versions: 1.1
Reporter: Filipe Manana
Assignee: Filipe Manana
Fix For: 1.2
So far, the replication manager tries up to 10 times (defined by the .ini
parameter "max_replication_retry_count") to start a replication. After it is
successfully started, if it ends up in an error state, it doesn't retry the
replication.
The following patch changes the replication manager's behaviour so that it
restarts replications that reach an error state (up to
"max_replication_retry_count" times).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira