You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/01/09 14:56:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-10580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16738309#comment-16738309 ] 

Ignite TC Bot commented on IGNITE-10580:
----------------------------------------

{panel:title=--&gt; Run :: All: No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=2750699&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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
>            Priority: Major
>             Fix For: 2.8
>
>
> The threadlocal connection & statement cache is used invalid for local queries.
> Steps to reproduce:
> # Open iterator for local query {{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)