From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C364385483B; Thu, 13 May 2021 01:26:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C364385483B From: "fche at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/27859] New: reused debuginfod_client objects don't clean out curl handles enough Date: Thu, 13 May 2021 01:26:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fche at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2021 01:26:43 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27859 Bug ID: 27859 Summary: reused debuginfod_client objects don't clean out curl handles enough Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod Assignee: fche at redhat dot com Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Not long after deploying the new 0.184 release in anger, amerey noticed tha= t it was possible for a federating debuginfod to report 404's on queries that its upstream can readily satisfy. Further digging and testing indicates that t= his is not related to the 000 negative caching, but rather some sort of error-latching effect with the curl handles. In a sequence of queries on the same debuginfod_client, as long as they are= all successful, things are fine. Once there is a 404 error however, this appea= rs to latch, and subsequent requests give 404 whether or not they were resolva= ble by upstream. --=20 You are receiving this mail because: You are on the CC list for the bug.=