Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 70523 invoked from network); 1 Apr 2010 14:18:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 14:18:52 -0000 Received: (qmail 37992 invoked by uid 500); 1 Apr 2010 14:18:52 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 37949 invoked by uid 500); 1 Apr 2010 14:18:52 -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 37941 invoked by uid 99); 1 Apr 2010 14:18:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 14:18:51 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 14:18:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 388B4234C4BE for ; Thu, 1 Apr 2010 14:18:27 +0000 (UTC) Message-ID: <1062064667.635281270131507230.JavaMail.jira@brutus.apache.org> Date: Thu, 1 Apr 2010 14:18:27 +0000 (UTC) From: "Fredrik Widlund (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-722) Continuous replication tasks fail MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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 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.