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

ICache.getAndRemove() doesn't invalidate the Near Cache #11110

Closed
Donnerbart opened this issue Aug 15, 2017 · 0 comments · Fixed by #11102
Closed

ICache.getAndRemove() doesn't invalidate the Near Cache #11110

Donnerbart opened this issue Aug 15, 2017 · 0 comments · Fixed by #11102
Assignees
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Defect
Milestone

Comments

@Donnerbart
Copy link
Contributor

ICache.getAndRemove() doesn't invalidate the Near Cache when called from the Near Cache side. I noticed this while adding more variants of the remove() and delete() methods to the Near Cache tests. The failures are all on the onNearCacheAdapter method and in the ClientNearCacheBasicTest. That's a good indication that a call to the NearCachedClientCacheProxy is missing, which invalidates the Near Cache locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants