[jira] [Created] (IGNITE-10580) H2 connection and statements are reused invalid for local sql queries

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

[jira] [Created] (IGNITE-10580) H2 connection and statements are reused invalid for local sql queries

Anton Vinogradov (Jira)
Taras Ledkov created IGNITE-10580:
-------------------------------------

             Summary: H2 connection and statements are reused invalid for local sql queries
                 Key: IGNITE-10580
                 URL: https://issues.apache.org/jira/browse/IGNITE-10580
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.7
            Reporter: Taras Ledkov
            Assignee: Taras Ledkov
             Fix For: 2.8


The threadlocal connection & statement cache is used invalid for local queries.

Steps to reproduce:
# Open iterator for Query0
# In the same thread open one more iterator for Query1 (SQl statement must be equals to Query0 and doesn't contains query parameters)
# Fetch from the first iterator.
The exception {{The object is already closed [90007-197]}} will be thrown.



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