Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 52888 invoked from network); 13 Jun 2010 16:06:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jun 2010 16:06:01 -0000 Received: (qmail 95789 invoked by uid 500); 13 Jun 2010 14:16:39 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 95654 invoked by uid 500); 13 Jun 2010 14:16:38 -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 95646 invoked by uid 99); 13 Jun 2010 14:16:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jun 2010 14:16:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sun, 13 Jun 2010 14:16:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5DEGEnR017448 for ; Sun, 13 Jun 2010 14:16:14 GMT Message-ID: <27626883.68811276438574510.JavaMail.jira@thor> Date: Sun, 13 Jun 2010 10:16:14 -0400 (EDT) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-761) Timeouts in couch_log are masked, crashes callers In-Reply-To: <25703564.29181273791705907.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/COUCHDB-761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878391#action_12878391 ] Adam Kocoloski commented on COUCHDB-761: ---------------------------------------- I say we commit. We've been running a similar sync_notify logger at Cloudant for a long time now without issues. > Timeouts in couch_log are masked, crashes callers > ------------------------------------------------- > > Key: COUCHDB-761 > URL: https://issues.apache.org/jira/browse/COUCHDB-761 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Affects Versions: 0.10.1, 0.10.2, 0.11 > Reporter: Randall Leeds > Priority: Blocker > Fix For: 0.10.3, 0.11.1, 1.0 > > Attachments: improved-sync-logging-v2.patch, improved-sync-logging.patch > > > Several users have reported seeing crash reports stemming from a function_clause match on handle_info in various gen_servers. The offending message looks like {#Ref<>, }. > After months of banter and sleuthing, I determined that the likely cause was a late reply to a gen_server:call that timed out, with the #Ref being the tag on the response. After it came up again today in IRC, kocolosk quickly discovered that the problem appears to be in couch_log.erl. > The logging macros (?LOG_*) call couch_log/*_on which calls get_level_integer/0. When this call times out the timeout is eaten and a late reply arrives to the calling process later, triggering the crash. > Suggestions on how to fix this welcome. Ideas so far are async logging or infinite timeout. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.