[
https://issues.apache.org/jira/browse/IGNITE-21445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Timonin updated IGNITE-21445:
------------------------------------
Ignite Flags: Release Notes Required
> IndexQuery ignores pageSize if setLocal=true is set
> ---------------------------------------------------
>
> Key: IGNITE-21445
> URL: https://issues.apache.org/jira/browse/IGNITE-21445
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.14
> Reporter: Maksim Timonin
> Assignee: Oleg Valuyskiy
> Priority: Major
> Labels: ise
> Fix For: 2.17
>
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> In 2.14, see GridCacheQueryManager#runQuery:L1323
> If query is local it just collects all possible data.
> For ScanQuery this code doesn't work, as it directly uses local
> scanQueryIterator that returns entry one by one.
> Solution:
> # Prepare page for iterating
> # Use the same logic as ScanQuery for local queries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)