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 #17213

Merged

Commits on Jul 14, 2020

  1. 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 hazelcast#17207
    pveentjer committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8d0be00 View commit details
    Browse the repository at this point in the history