Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 90152 invoked from network); 9 Oct 2010 19:46:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Oct 2010 19:46:51 -0000 Received: (qmail 73975 invoked by uid 500); 9 Oct 2010 19:46:30 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 73930 invoked by uid 500); 9 Oct 2010 19:46:30 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 73901 invoked by uid 99); 9 Oct 2010 19:46:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Oct 2010 19:46:30 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Oct 2010 19:46:29 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o99Jk9rF017283 for ; Sat, 9 Oct 2010 19:46:09 GMT Message-ID: <11637655.58821286653569589.JavaMail.jira@thor> Date: Sat, 9 Oct 2010 15:46:09 -0400 (EDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-722) Continuous replication tasks fail In-Reply-To: <1062064667.635281270131507230.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis updated COUCHDB-722: -------------------------------------- Skill Level: Regular Contributors Level (Easy to Medium) > Continuous replication tasks fail > --------------------------------- > > Key: COUCHDB-722 > URL: https://issues.apache.org/jira/browse/COUCHDB-722 > Project: CouchDB > Issue Type: Bug > Components: Replication > Affects Versions: 0.11 > Environment: Arch Linux, CouchDB 0.11 > Reporter: Fredrik Widlund > Attachments: bubble_rep_restart_errors.patch > > > Couchdb 0.11.0 replication tasks fails with the below after working for everything from a few minutes to an hour. The below replication is of the type {"source":"http://127.0.0.1:5984/node-metrics", "target":"http://1.2.3.4:5984/node-metrics", "continuous":true} and the node-metrics database exist on both machines. > The database is periodically compacted which, and I'm speculating here, could be a contributing factor to the crash. > Kind regards, > Fredrik Widlund > =CRASH REPORT==== 1-Apr-2010::14:25:26 === > crasher: > initial call: couch_rep:init/1 > pid: <0.274.0> > registered_name: [] > exception exit: {{badmatch, > {stop, > {db_not_found, > <<"http://127.0.0.1:5984/node-metrics/">>}}}, > [{couch_rep,do_checkpoint,1}, > {couch_rep,handle_cast,2}, > {gen_server,handle_msg,5}, > {proc_lib,init_p_do_apply,3}]} > in function gen_server:terminate/6 > ancestors: [couch_rep_sup,couch_primary_services,couch_server_sup, > <0.32.0>] > messages: [{'EXIT',<0.21084.1>,normal}] > links: [<0.81.0>] > dictionary: [{task_status_update,{{1270,124726,124009},0}}] > trap_exit: true > status: running > heap_size: 10946 > stack_size: 24 > reductions: 29173458 > neighbours: > [error] [<0.81.0>] {error_report,<0.31.0>, > {<0.81.0>,supervisor_report, > [{supervisor,{local,couch_rep_sup}}, > {errorContext,child_terminated}, > {reason, > {{badmatch, > {stop, > {db_not_found,<<"http://127.0.0.1:5984/node-metrics/">>}}}, > [{couch_rep,do_checkpoint,1}, > {couch_rep,handle_cast,2}, > {gen_server,handle_msg,5}, > {proc_lib,init_p_do_apply,3}]}}, > {offender, > [{pid,<0.274.0>}, > {name,"f3e3081db5a215dbaf9b2984f0552090+continuous"}, > {mfa, > {gen_server,start_link, > [couch_rep, > ["f3e3081db5a215dbaf9b2984f0552090", > {[{<<"target">>, > <<"http://1.2.3.4:5984/node-metrics">>}, > {<<"source">>,<<"http://127.0.0.1:5984/node-metrics">>}, > {<<"continuous">>,true}]}, > {user_ctx,null, > [<<"_admin">>], > <<"{couch_httpd_auth, default_authentication_handler}">>}], > []]}}, > {restart_type,temporary}, > {shutdown,1}, > {child_type,worker}]}]}} > =SUPERVISOR REPORT==== 1-Apr-2010::14:25:26 === > Supervisor: {local,couch_rep_sup} > Context: child_terminated > Reason: {{badmatch, > {stop, > {db_not_found, > <<"http://127.0.0.1:5984/node-metrics/">>}}}, > [{couch_rep,do_checkpoint,1}, > {couch_rep,handle_cast,2}, > {gen_server,handle_msg,5}, > {proc_lib,init_p_do_apply,3}]} > Offender: [{pid,<0.274.0>}, > {name,"f3e3081db5a215dbaf9b2984f0552090+continuous"}, > {mfa, > {gen_server,start_link, > [couch_rep, > ["f3e3081db5a215dbaf9b2984f0552090", > {[{<<"target">>, > <<"http://1.2.3.4:5984/node-metrics">>}, > {<<"source">>, > <<"http://127.0.0.1:5984/node-metrics">>}, > {<<"continuous">>,true}]}, > {user_ctx,null, > [<<"_admin">>], > <<"{couch_httpd_auth, default_authentication_handler}">>}], > []]}}, > {restart_type,temporary}, > {shutdown,1}, > {child_type,worker}] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.