Community
Participate
Working Groups
The updatesite repos use a number of caches. We should review to ensure that we're accessing these caches safely.
Created attachment 101342 [details] patch This patch synchronizes the methods where we load the site and load the features.
Created attachment 102021 [details] reload detect patch This is a testing patch that will detect a situation where we end up calling a particular UpdateSite object's getFeature more than once. The "above" patch will prevent this from occuring. This is a test patch to help show the problem. I've seen multiple getFeature calls with larger update sites like Europa or even slow update sites like eclemma. These occur because we can end up asynchronously calling load on the Updatesite repos a number of times.
I've committed this patch to 3.5 to get some exposure.
Fixed in maintenance branch
*** Bug 239449 has been marked as a duplicate of this bug. ***