[
https://issues.apache.org/jira/browse/COUCHDB-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757893#action_12757893
]
Adam Kocoloski commented on COUCHDB-506:
----------------------------------------
Ah, I commented before reading your 2nd comment. I'll take a look at the
deleted-DB-on-source case and see if there's a more intelligent way to handle
it.
> 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.