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)