-
Notifications
You must be signed in to change notification settings - Fork 579
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
issue-2887 : Auto clear invaild cache entry #3041
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm skeptical of the fix here based on my vague memory of the bug... that said I'll reserve judgement for now. Lets add a unit test that exposes the issue, and shows the fix working. That will make it easier to judge the fix itself.
core-spi-test/src/main/java/org/ehcache/internal/store/StoreSPITest.java
Outdated
Show resolved
Hide resolved
ehcache-api/src/main/java/org/ehcache/spi/resilience/StoreAccessRuntimeException.java
Outdated
Show resolved
Hide resolved
ehcache-impl/src/main/java/org/ehcache/impl/internal/store/heap/OnHeapStore.java
Outdated
Show resolved
Hide resolved
Hello @nnares !! Are you still working on this issue ? BR, |
No description provided.