You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/02/05 08:18:00 UTC

[jira] [Created] (IGNITE-11202) SQL: Move partition reservation logic to separate class

Vladimir Ozerov created IGNITE-11202:
----------------------------------------

             Summary: SQL: Move partition reservation logic to separate class
                 Key: IGNITE-11202
                 URL: https://issues.apache.org/jira/browse/IGNITE-11202
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 2.8


Currently associated logic is located inside {{GridMapQueryExecutor}}. This is wrong because partitions should be reserved and then released for both local and distributed queries. To allow for smooth merge of "map" and "local" queries in future, it is necessary to move this common logic into a separate place which is independent of {{GridMapQueryExecutor}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)