error when source is down with continuous replication
-----------------------------------------------------
Key: COUCHDB-506
URL: https://issues.apache.org/jira/browse/COUCHDB-506
Project: CouchDB
Issue Type: Bug
Affects Versions: 0.10
Reporter: Benoit Chesneau
When source of continuous replication hangs or is down I get this error in
lofs :
[error] [<0.46.0>] {error_report,<0.21.0>,
{<0.46.0>,supervisor_report,
[{supervisor,{local,couch_rep_sup}},
{errorContext,shutdown_error},
{reason,{error,connection_closed}},
{offender,
[{pid,<0.100.0>},
{name,"1b64e359f0f62e0921c6569e13907689+continuous"},
{mfa,
{gen_server,start_link,
[couch_rep,
["1b64e359f0f62e0921c6569e13907689",
{[{<<"source">>,<<"http://192.168.1.3:5984/db0">>},
{<<"continuous">>,true},
{<<"target">>,<<"db0">>}]},
{user_ctx,null,[<<"_admin">>]}],
[]]}},
{restart_type,transient},
{shutdown,1},
{child_type,worker}]}]}}
Seem like couchdb continue to work but imo this should be an expected error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.