essobedo opened a new pull request, #18405: URL: https://github.com/apache/camel/pull/18405
Fix for https://issues.apache.org/jira/browse/CAMEL-22176 (4.10.x) ## 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. In order to prevent spending our time evictinh 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]
