Return-Path: Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: (qmail 41550 invoked from network); 11 Nov 2008 00:38:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2008 00:38:49 -0000 Received: (qmail 43594 invoked by uid 500); 11 Nov 2008 00:38:57 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 43552 invoked by uid 500); 11 Nov 2008 00:38:57 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 43537 invoked by uid 99); 11 Nov 2008 00:38:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 16:38:57 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 00:37:46 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 11F38234C286; Mon, 10 Nov 2008 16:38:28 -0800 (PST) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: DO NOT REPLY [Bug 46180] New: apr_memcache_getp() returns value X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR-util X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: julien.perez@epsylonia.net X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 10 Nov 2008 16:38:28 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46180 Summary: apr_memcache_getp() returns value Product: APR Version: 1.3.4 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: APR-util AssignedTo: bugs@apr.apache.org ReportedBy: julien.perez@epsylonia.net Hello, apr_memcache_getp() returns NOTFOUND no matter if the real cause is: 1/ there is a communication problem with memcached daemon 2/ there is no such key in the memcached daemon In the second case, the program should just ignore it and goes on. But in the 1/, the program should be able to be alerted so it can try to reconnect to the memcached instance. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org