You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/11/28 07:25:00 UTC

[jira] [Created] (IGNITE-7039) SQL: local query should pin affected partitions

Vladimir Ozerov created IGNITE-7039:
---------------------------------------

             Summary: SQL: local query should pin affected partitions
                 Key: IGNITE-7039
                 URL: https://issues.apache.org/jira/browse/IGNITE-7039
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Vladimir Ozerov


When distributed query is executed, we pin cache partitions for particular topology version on map nodes [1]. However, it seems that we do no do that for local queries. This is a bug because partition with required data could be evicted from local node at any time, leading to incorrect results.

[1] https://github.com/apache/ignite/blob/ignite-2.3/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java#L288



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)