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

Fix txn near cache #16617

Merged
merged 2 commits into from Feb 10, 2020
Merged

Fix txn near cache #16617

merged 2 commits into from Feb 10, 2020

Conversation

ahmetmircik
Copy link
Member

@ahmetmircik ahmetmircik commented Feb 5, 2020

Fixes: #16577
Backport of: #16579

ee: https://github.com/hazelcast/hazelcast-enterprise/pull/3513

Modifications:
Introduced NearCachingHook type. With it, if near caching is enabled on a map, we record the key to be invalidated at each txn operation and invalidate it in near cache at txn commit step.

@ahmetmircik ahmetmircik added this to the 3.10.7 milestone Feb 5, 2020

@Override
public void onRemoteCallFailure() {

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor, no new line as in other methods?

@ahmetmircik ahmetmircik changed the title Fix txn near cache Fix txn near cache Feb 10, 2020
@ahmetmircik ahmetmircik merged commit 2c22e92 into hazelcast:3.10.z Feb 10, 2020
@ahmetmircik ahmetmircik deleted the fix/3.10.os/txNC branch February 10, 2020 14:04
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 9, 2020
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.

None yet

3 participants