[jira] [Created] (IGNITE-11456) Use separate pool for KILL QUERY command

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11456) Use separate pool for KILL QUERY command

Anton Vinogradov (Jira)
Yury Gerzhedovich created IGNITE-11456:
------------------------------------------

             Summary: Use separate pool for KILL QUERY command
                 Key: IGNITE-11456
                 URL: https://issues.apache.org/jira/browse/IGNITE-11456
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Yury Gerzhedovich
             Fix For: 2.8


As of now we use QUERY_POOL to process cancellation requests. It can lead to unable to cancel a queries in case the pool will be overflowed.

So, need to use separate pool or MGMT pool + non-blocking processing through futures.



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