essobedo opened a new pull request, #18406: URL: https://github.com/apache/camel/pull/18406
Fix for https://issues.apache.org/jira/browse/CAMEL-22176 (4.13) ## Motivation We can have a lot of CPU consumption in case of a big cache that is frequently updated ## Modifications: * Make the cache eviction blocking to prevent the addition of new changes/entries in parallel, which could quickly fill up the cache, to avoid spending our time evicting changes -- 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]
