You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2020/04/01 12:17:00 UTC

[jira] [Commented] (IGNITE-12848) SQL: H2Connection leaks on INSERT

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

Taras Ledkov commented on IGNITE-12848:
---------------------------------------

[~ilyak], I think no.
As far as i know not constant values aren't supported in streaming mode. Needs to investigation.

> SQL: H2Connection leaks on INSERT
> ---------------------------------
>
>                 Key: IGNITE-12848
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12848
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.8
>            Reporter: Taras Ledkov
>            Assignee: Taras Ledkov
>            Priority: Critical
>             Fix For: 2.8.1
>
>
> H2 connection leaks on INSERT query when one row is inserted and not constant values are used:
> e.g.:
> {{INSERT INTO T VALUES(1, CURRENT_TIMESTAM());}}
> *Root cause:*
> Query cursor isn't closed at the {{IgniteH2Indexing#executeUpdateNonTransactional}} after {{DmlUtils#processSelectResult}}.



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