From user-return-3315-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Feb 04 10:01:50 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 28543 invoked from network); 4 Feb 2009 10:01:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 10:01:50 -0000 Received: (qmail 66402 invoked by uid 500); 4 Feb 2009 10:01:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 66362 invoked by uid 500); 4 Feb 2009 10:01:48 -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 66348 invoked by uid 99); 4 Feb 2009 10:01:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 02:01:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ulises.cervino@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 10:01:41 +0000 Received: by fg-out-1718.google.com with SMTP id 19so1192101fgg.3 for ; Wed, 04 Feb 2009 02:01:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=JAuJCejaz/fwdilB8Yecbagl8ValTsIUIohH/nqvEuo=; b=W2w/0cGZpn4x3DLdTFARZ/m0AyO/x2PEg2ti5/dTWLTDF1CEDtS9ns4bXRR7pms0DF FVsu/YHvs92+fGlunvSg9jVAwBkhJK2QRI8f4hzlZssSU/VlzSVZnF57c77Mqcuy1BMj Iu4xI7e663kq/Aos0gdMXdlnGVI9S03+f+jzU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JUNSUinzNhw/JIUEEhyknrOyy7o72NK7Ql6ePM3KFqDwv7RFNhxoTeEmU8Jbw3rYUv Q2sZ+rqu4COzp+PEH0HzCIEnoJBU1IiuiNHEB4rNpKpDgMwLsQc+4n98rZssGRgCjIFr v7OU9lv8z8sSVIJHw/omsYPNPXlgXFsfj7d1g= MIME-Version: 1.0 Received: by 10.223.106.68 with SMTP id w4mr1036127fao.19.1233741680344; Wed, 04 Feb 2009 02:01:20 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Feb 2009 10:01:20 +0000 Message-ID: <226d73360902040201n1aef49fbm19507255fae268d@mail.gmail.com> Subject: Re: CouchDB Crash during large data import... From: Ulises To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > Would it be possible for Couch to start a new log file each day like > Tomcat does? I'd suggest you look at logrotate actually for this. As for couchdb crashing, it does look like it was couch_log going poop but I can't really tell if it did because of the disk being full or otherwise. HTH, U