Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84BECEEAB for ; Mon, 4 Feb 2013 10:48:17 +0000 (UTC) Received: (qmail 85715 invoked by uid 500); 4 Feb 2013 10:48:17 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 84896 invoked by uid 500); 4 Feb 2013 10:48:15 -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 84537 invoked by uid 99); 4 Feb 2013 10:48:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2013 10:48:13 +0000 Date: Mon, 4 Feb 2013 10:48:13 +0000 (UTC) From: "Jan Lehnardt (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (COUCHDB-1666) Do not log errors on creating new view index 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-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-1666. --------------------------------- > Do not log errors on creating new view index > -------------------------------------------- > > Key: COUCHDB-1666 > URL: https://issues.apache.org/jira/browse/COUCHDB-1666 > Project: CouchDB > Issue Type: Bug > Reporter: Alexander Shorin > Fix For: 1.3 > > Attachments: COUCHDB-1666.1.patch > > > 1.3 may bring one more important change for users as logging errors on positive attempts to create new view index. This looks like: > [Sun, 03 Feb 2013 22:16:23 GMT] [error] [<0.509.0>] Could not open file /var/lib/couchdb/.mailbox_design/mrview/e3d73d18920d243e87ddd8bbf54da21c.view: no such file or directory > [Sun, 03 Feb 2013 22:31:33 GMT] [error] [<0.1437.0>] Could not open file /var/lib/couchdb/.mailbox_design/mrview/ac201fc14e4cd3e58c03679a5d6ded06.view: no such file or directory > [Sun, 03 Feb 2013 22:35:39 GMT] [error] [<0.173.0>] Could not open file /var/lib/couchdb/.mailbox_design/mrview/782367e3d40790fcaba08e12ae1c8baa.view: no such file or directory > While it's true that file is missed, but it will be created right after[1] (or failed one more time with more serious reason) so there is no reason to alert about since this error is self-healed. > [1]: https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob;f=src/couch_mrview/src/couch_mrview_util.erl;h=ba4de2d6;hb=refs/heads/1.3.x#l515 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira