Re: buildbot users try branch builders for elfutils

2022-08-15 Thread Martin Liška
On 7/28/22 17:26, Mark Wielaard wrote: > Hi, > > I setup git users try branches for elfutils. If you have commit > access to elfutils.git you can now push to a users//try-xxx > branch and the buildbot will do builds and sent you (the commit > author) email about the results. The builds are also vi

[Bug debuginfod/29474] Server returns 404 for concurrent requests when leading to a same .rpm

2022-08-15 Thread mliska at suse dot cz via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29474 Martin Liska changed: What|Removed |Added Assignee|unassigned at sourceware dot org |mliska at suse dot cz -- You a

[PATCH] debuginfod: Fix concurrent request leading to a same .rpm file [PR29474]

2022-08-15 Thread Martin Liška
As explained in detail in the PR, the problem happens when multiple requests lead to a single RPM and one of the threads does prefetching. In that case, the requested file is added to fdcache and thus skip as interned. --- debuginfod/debuginfod.cxx | 69 --- 1 f

Re: buildbot users try branch builders for elfutils

2022-08-15 Thread Mark Wielaard
Hi Martin, On Mon, Aug 15, 2022 at 09:55:13AM +0200, Martin Liška wrote: > On 7/28/22 17:26, Mark Wielaard wrote: > > I setup git users try branches for elfutils. If you have commit > > access to elfutils.git you can now [...] > > I would like to try this great feature! > [...] > But I get: > >

Re: buildbot users try branch builders for elfutils

2022-08-15 Thread Martin Liška
On 8/15/22 12:01, Mark Wielaard wrote: > Hi Martin, > > On Mon, Aug 15, 2022 at 09:55:13AM +0200, Martin Liška wrote: >> On 7/28/22 17:26, Mark Wielaard wrote: >>> I setup git users try branches for elfutils. If you have commit >>> access to elfutils.git you can now [...] >> >> I would like to try

[Bug debuginfod/29474] Server returns 404 for concurrent requests when leading to a same .rpm

2022-08-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29474 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---