[
https://issues.apache.org/jira/browse/IGNITE-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859884#comment-15859884
]
ASF GitHub Bot commented on IGNITE-3867:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/1406
> ScanQuery ignores pageSize propertry
> ------------------------------------
>
> Key: IGNITE-3867
> URL: https://issues.apache.org/jira/browse/IGNITE-3867
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.7
> Reporter: Nikolay Tikhonov
> Assignee: Andrew Mashenkov
> Fix For: 1.9
>
>
> See
> {{org.apache.ignite.internal.processors.cache.IgniteCacheProxy#query(ScanQuery,
> IgniteClosure<T,R>, ClusterGroup)}} method.
> In this place we loose page size which set by user and use default value:
> {{qry = ctx.queries().createScanQuery(p, transformer, scanQry.getPartition(),
> isKeepBinary)}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)