Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 76471 invoked from network); 21 Mar 2011 10:26:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Mar 2011 10:26:57 -0000 Received: (qmail 7224 invoked by uid 500); 21 Mar 2011 10:26:55 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 7174 invoked by uid 500); 21 Mar 2011 10:26:55 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 7166 invoked by uid 99); 21 Mar 2011 10:26:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2011 10:26:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of truemped@googlemail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2011 10:26:48 +0000 Received: by eyg24 with SMTP id 24so1697236eyg.11 for ; Mon, 21 Mar 2011 03:26:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=mMJ+0GpVBKDVVt/MYasEotBSspGdivCBFjk5HuCDlfU=; b=ahBDDe2xc0ToLF1wIaD8n3nWsCKqKeI1iPAmFUuVfC1u5jrOjExxE3gdOnx6j7mR2/ lRV7THXN10EQIGuW67grBs9fv9x1JjVHgLDsluLf72ZRApe7Hy/EUgFBDBHiW1o3bySN SwRsX4lLnSztqcfnuzXlKJZYX6omfLIxtvEWo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=uZAKA2kM9ad6TjYUoFCpEakwZLs3n+l+cRQYtHt+/KeTTsD1wIlz0jB0LU4kcKVjyy UPXadxjUleCThLZSVjwkITpDZN5Jt6aWUb/0/2fhZCmZQQSI7+dR097w+q6lVbJ/ORN8 8DSRkSdfJlvNBwOgWzXI/SV3Rn7mQQQIA3o58= Received: by 10.213.20.214 with SMTP id g22mr1573652ebb.127.1300703188241; Mon, 21 Mar 2011 03:26:28 -0700 (PDT) Received: from [192.168.2.121] (h-213.61.58.164.host.de.colt.net [213.61.58.164]) by mx.google.com with ESMTPS id x54sm1815946eeh.19.2011.03.21.03.26.26 (version=SSLv3 cipher=OTHER); Mon, 21 Mar 2011 03:26:27 -0700 (PDT) Message-ID: <4D8727D1.1090300@googlemail.com> Date: Mon, 21 Mar 2011 11:26:25 +0100 From: Daniel Truemper User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8 MIME-Version: 1.0 To: user Subject: CouchDB stops Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi there, I have a CouchDB running on a production system where one process stores documents and attachments into couch and (several) other processes listen to changes (on different events). Every 12 hours I am running a compaction, which worked just fine for the last 3 days. This morning though CouchDB stopped after running compaction. About a minute before, there was a log message related to compaction: -- .. Compaction file still behind main file(update seq=27140, compact update seq=27136). Retrying. .. Compaction for db "live" completed. -- Then a handful of docs get written and CouchDB stopped. In "couch.stderr" I see 6 messages complaining about missing version info of libcurl -- couchjs: ../libcurl.so.4: no version info available (required by couchjs) -- but this does not affect view building or anything else. (Note: I had to compile several libraries from source since I do not have appropriate rights to install packages.) Then there are the following two messages: -- heart: Erlang has closed. heart: Executed "couchdb -k". Terminating -- In "couch.stdout" there is no error message, and nothing like an "erl_crash.dump" is anywhere. None of the listening or pushing other processes show an error (except the one after CouchDB is stopped and they cannot access it anymore). Does anyone have an idea where I should look and _what_ I should look for? Best Daniel