You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2021/09/03 11:03:00 UTC

[jira] [Created] (IGNITE-15442) Use concurrent close adapter for Scan queries

Amelchev Nikita created IGNITE-15442:
----------------------------------------

             Summary: Use concurrent close adapter for Scan queries
                 Key: IGNITE-15442
                 URL: https://issues.apache.org/jira/browse/IGNITE-15442
             Project: Ignite
          Issue Type: Bug
            Reporter: Amelchev Nikita


Scan queries can be closed by external threads: public kill API, client resource release, etc.

{{GridCloseableIteratorAdapter}} is not thread-safe and should be replaced with a thread-safe adapter.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)