You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "kcheng.mvp (Jira)" <ji...@apache.org> on 2019/09/22 15:51:00 UTC

[jira] [Commented] (IGNITE-10515) In JDBC thick driver streaming mode, INSERTs ignored silently when trying to insert into wrong table

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

kcheng.mvp commented on IGNITE-10515:
-------------------------------------

I am trying to investigate this issue.

> In JDBC thick driver streaming mode, INSERTs ignored silently when trying to insert into wrong table
> ----------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10515
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10515
>             Project: Ignite
>          Issue Type: Bug
>          Components: jdbc
>            Reporter: Ilya Kasnacheev
>            Assignee: kcheng.mvp
>            Priority: Minor
>              Labels: usability
>         Attachments: JdbcStreamingSelfTest.java
>
>
> It is not uncommon to do all your SQL from cache=default JDBC url and forget about that.
> But, if you try to use streaming=true with that, your INSERTs will be ignored when the destination cache is different.
> There should be some kind of error message if you try to stream to a different cache than the one you are connected to.
> Please see reproducer in maillist or the attached test.



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