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

Hazelcast4SessionUpdateEntryProcessor should not implement Offloadable #1707

Closed
eleftherias opened this issue Sep 24, 2020 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@eleftherias
Copy link
Contributor

This only applies to Hazelcast 4 users.

As of Hazelcast 4, updating an IMap entry with an EntryProcessor cancels the set TTL.

Hazelcast 4.0.3 introduced ExtendedMapEntry allowing the entry TTL to be set when updating the value.
However, this configuration does not work when the EntryProcessor implements Offloadable.

Therefore, Hazelcast4SessionUpdateEntryProcessor cannot implement Offloadable.
This will impact performance for Hazelcast 4 users.
More information on performance optimizations: https://docs.hazelcast.org/docs/latest/manual/html-single/index.html#entry-processor-performance-optimizations

Related: #1584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant