[ 
https://issues.apache.org/jira/browse/IGNITE-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Konstantinov reopened IGNITE-1127:
----------------------------------------
      Assignee: Andrey Gura  (was: Pavel Konstantinov)

Works incorrectly in case of cross-cache query. Counter increased only for one 
of caches used in query.

Example query:
{code}
select * from "bank_Client".Client c
left join "bank_Agreement".Agreement ag on ag.CLIENTID = c.CLIENTID
left join "bank_AccountAnl".AccountAnl anl on anl.AGREEMENTID = ag.AGREEMENTID 
{code}

> Query with result size more then one page doesn't increase Query executions 
> count metric 
> -----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-1127
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1127
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: sprint-7
>            Reporter: Pavel Konstantinov
>            Assignee: Andrey Gura
>             Fix For: ignite-1.5
>
>         Attachments: master_d9acbd1_ignite-1127.patch
>
>
> Queries for partitioned caches and limited page size doesn't increase 
> executions count metric in case if not all records was actually fetched by 
> client code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to