You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Kuznetsov (JIRA)" <ji...@apache.org> on 2018/10/19 12:53:02 UTC

[jira] [Updated] (IGNITE-9947) JDBC thin: Batch update is not performed if streaming state changed before executeBatch()

     [ https://issues.apache.org/jira/browse/IGNITE-9947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Kuznetsov updated IGNITE-9947:
------------------------------------
    Description: 
Thin driver is affected.

How to reproduce:
0) Create table 
1) Create PreparedStatement "INSERT INTO TAB VALUES (?, ?)"
2) Set statement's args and call .addBatch()
3) Turn on streaming
4) call .executeBatch()
5) Turn off streaming to flush streamer.

After that table should contain batched data, but it doesn't

> JDBC thin: Batch update is not performed if streaming state changed before executeBatch()
> -----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9947
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9947
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.6
>            Reporter: Pavel Kuznetsov
>            Priority: Major
>
> Thin driver is affected.
> How to reproduce:
> 0) Create table 
> 1) Create PreparedStatement "INSERT INTO TAB VALUES (?, ?)"
> 2) Set statement's args and call .addBatch()
> 3) Turn on streaming
> 4) call .executeBatch()
> 5) Turn off streaming to flush streamer.
> After that table should contain batched data, but it doesn't



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