[
https://issues.apache.org/jira/browse/IGNITE-21445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17855169#comment-17855169
]
Ignite TC Bot commented on IGNITE-21445:
----------------------------------------
{panel:title=Branch: [pull/11317/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/11317/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=7913493&buildTypeId=IgniteTests24Java8_RunAll]
> IndexQuery ignores pageSize if setLocal=true is set
> ---------------------------------------------------
>
> Key: IGNITE-21445
> URL: https://issues.apache.org/jira/browse/IGNITE-21445
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.14
> Reporter: Maksim Timonin
> Assignee: Oleg Valuyskiy
> Priority: Major
> Labels: ise
> Time Spent: 4h 10m
> 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)