Nathan Vander Wilt created COUCHDB-1647:
-------------------------------------------
Summary: Include error reason when "_replication_state":"error"
Key: COUCHDB-1647
URL: https://issues.apache.org/jira/browse/COUCHDB-1647
Project: CouchDB
Issue Type: Improvement
Components: Replication
Reporter: Nathan Vander Wilt
Right now when a replication gets into an error state, one must go into the
logs (if they go back far enough) to figure out what happened. Can this be
recorded on the replication doc alongside the error state?
e.g. I'd like:
{
"_id": "my_replication",
…
"_replication_state": "error",
"_replication_state_time": "2013-01-14T21:58:29+00:00",
"_replication_state_reason": "HERE IS WHAT WENT WRONG."
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira