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

[Backport] Resolved performance problem with PagingPredicate JDK8 #17211

Merged

Conversation

pveentjer
Copy link
Contributor

There is a very severe performance issue with JDK 8 in combination with
the paging predicate. This is caused by SubList.sort. This issue is resolved
with JDK9 but we need to fix the issue for a large number of people using
JDK 8

The problem is fixed by switching from LinkedList to ArrayList in the
QueryResult. Benchmarks are included in the ticket

fix #17207

Backport of #17210

There is a very severe performance issue with JDK 8 in combination with
the paging predicate. This is caused by SubList.sort.

The problem is fixed by switching from LinkedList to ArrayList in the
QueryResult. Benchmarks are included in the ticket

fix hazelcast#17207
the paging predicate. This is caused by SubList.sort. This issue is resolved
with JDK9 but we need to fix the issue for a large number of people using
JDK 8

The problem is fixed by switching from LinkedList to ArrayList in the
QueryResult. Benchmarks are included in the ticket

fix hazelcast#17207
@pveentjer pveentjer added this to the 4.0.3 milestone Jul 14, 2020
@pveentjer pveentjer merged commit 12d0891 into hazelcast:4.0.z Jul 21, 2020
@pveentjer pveentjer deleted the v4.0/performance/17207-paging-predicate branch July 21, 2020 08:24
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

4 participants