[
https://issues.apache.org/jira/browse/IGNITE-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811879#comment-15811879
]
ASF GitHub Bot commented on IGNITE-3867:
----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/1406
IGNITE-3867: ScanQuery ignores pageSize property
Fixed.
Test added.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-3867
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1406.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1406
----
commit b6d6e30d73ef9d9950da0448412d3b02ba96d224
Author: Andrey V. Mashenkov <[email protected]>
Date: 2017-01-09T14:13:07Z
Fixed
----
> 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
>
> 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.4#6332)