You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2016/12/16 17:56:59 UTC

[jira] [Commented] (IGNITE-3867) ScanQuery ignores pageSize propertry

    [ https://issues.apache.org/jira/browse/IGNITE-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15755083#comment-15755083 ] 

Andrew Mashenkov commented on IGNITE-3867:
------------------------------------------

[~ntikhonov],
I've no idea how we can test this. We can't add any event listener to check that number of pages received and we have no metrics with pages counter.
PageSize is used in GridCacheQueryFutureAdapter, but how we can check the pageSize value pass into it?

> 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)