Ilya Kasnacheev created IGNITE-10515:
----------------------------------------
Summary: 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: Ilya Kasnacheev
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
(v7.6.3#76005)