public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug debuginfod/28249] New: httpd-buildid-after-you gadget locks on wrong url
@ 2021-08-19 16:02 fche at redhat dot com
  2021-08-19 17:14 ` [Bug debuginfod/28249] " fche at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: fche at redhat dot com @ 2021-08-19 16:02 UTC (permalink / raw)
  To: elfutils-devel

https://sourceware.org/bugzilla/show_bug.cgi?id=28249

            Bug ID: 28249
           Summary: httpd-buildid-after-you gadget locks on wrong url
           Product: elfutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: debuginfod
          Assignee: unassigned at sourceware dot org
          Reporter: fche at redhat dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

bug #27673 added a "after-you" waiting system into debuginfod, which is
intended to prevent the server from trying to service multiple concurrent
requests for the exact same debuginfo artifact.  This saves wear & tear & time,
as the non-first queries can use the fdcache to fish out the result, rather
than decompressing etc. again.

Unfortunately, the code has a one-liner bug.  It uses the string "/buildid" as
the unique key, not the whole URL, so it in effect limits debuginfod to
servicing exactly one buildid request at a time, which was not intentional.

02144           unique_set_reserver<string> after_you(busy_urls, url1);         

url1 is the wrong key. :-(

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-19 17:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 16:02 [Bug debuginfod/28249] New: httpd-buildid-after-you gadget locks on wrong url fche at redhat dot com
2021-08-19 17:14 ` [Bug debuginfod/28249] " fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).