You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Nikolay Tikhonov (JIRA)" <ji...@apache.org> on 2016/09/08 16:59:20 UTC

[jira] [Created] (IGNITE-3867) ScanQuery ignore pageSize propertry

Nikolay Tikhonov created IGNITE-3867:
----------------------------------------

             Summary: ScanQuery ignore 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


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)