Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.7] CacheKey NPE and DeadLock issue #2147

Draft
wants to merge 1 commit into
base: 2.7
Choose a base branch
from

Conversation

rfelcman
Copy link
Contributor

@rfelcman rfelcman commented May 17, 2024

This is initial POC/fix for #2114 #2100 and #2094
I think, that changes will be there. This PR is mentioned as start point of the discussion as deadlock are is complex and complicated to simulate.
It's based on latest 2.7 version where are in some code parts instead if synchronized
java.util.concurrent.locks.Lock and java.util.concurrent.locks.ReentrantLock due a JDK Loom (Virtual Threads) performance.

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
@rfelcman rfelcman changed the title CacheKey NPE and DeadLock issue [2.7] CacheKey NPE and DeadLock issue May 17, 2024
@rfelcman rfelcman force-pushed the dead_lock_cache_key_npe_2.7 branch from 4ce1c16 to ca87082 Compare May 17, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant