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 2019/02/05 15:09:00 UTC

[jira] [Created] (IGNITE-11208) SQL: Move reservations from QueryContext to MapQueryResult

Vladimir Ozerov created IGNITE-11208:
----------------------------------------

             Summary: SQL: Move reservations from QueryContext to MapQueryResult
                 Key: IGNITE-11208
                 URL: https://issues.apache.org/jira/browse/IGNITE-11208
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Vladimir Ozerov


It is absolutely unclear why reservations are handled inside {{QueryContext}}. First, they belong to specific {{MapQueryResult}}, not some thread-local stuff. Second, inside {{QueryContext}} logic they are cleared only for requests with distributed joins. Why?

Let's remove this weird stuff.



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