pat-lego commented on PR #3072: URL: https://github.com/apache/jackrabbit-oak/pull/3072#issuecomment-5242242635
Wouldnt the issue still be present in this scenario, we really dont want to call getServiceReferences, in this scenario we still call it and thats what leads to the blocking operation. In the case of a large burst of requests this lookup can cause hundreds of threads to become a FIFO like queue. In my PR what I propose is what we let the OSGi framework push the services to us and we track them avoiding the lookup completely. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
