Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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."
}
Attachments
Issue Links
- is duplicated by
-
COUCHDB-1951 Include reason for replication error state in _replicator doc
- Closed