Skip to content

CAMEL-22176: camel-core - make the cache eviction blocking (4.10)#18405

Merged
essobedo merged 1 commit intocamel-4.10.xfrom
essobedo/CAMEL-22176/blocking-eviction-4.10
Jun 19, 2025
Merged

CAMEL-22176: camel-core - make the cache eviction blocking (4.10)#18405
essobedo merged 1 commit intocamel-4.10.xfrom
essobedo/CAMEL-22176/blocking-eviction-4.10

Conversation

@essobedo
Copy link
Contributor

@essobedo essobedo commented Jun 19, 2025

Fix for https://issues.apache.org/jira/browse/CAMEL-22176 (4.10)

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

@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@essobedo essobedo merged commit d702648 into camel-4.10.x Jun 19, 2025
5 checks passed
@essobedo essobedo deleted the essobedo/CAMEL-22176/blocking-eviction-4.10 branch June 19, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants