rhuan080 commented on PR #9972: URL: https://github.com/apache/camel/pull/9972#issuecomment-1530566126
Hi, I sent this PR and I have seen the SimpleLRUCache [1] is not thread-safe, and we don`t have a ConcurrentLinkedHashMap or something like that. Thus, I think we need to review this class to turn it thread-safe. [1] - https://github.com/apache/camel/blob/244b828a3718b4d5a6faf9e1b0585f9f34d580e8/core/camel-support/src/main/java/org/apache/camel/support/DefaultLRUCacheFactory.java#L141 -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org