You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/01/27 03:31:39 UTC

[jira] [Created] (IGNITE-2455) SQL query fails if there are caches that were never used on this client

Valentin Kulichenko created IGNITE-2455:
-------------------------------------------

             Summary: SQL query fails if there are caches that were never used on this client
                 Key: IGNITE-2455
                 URL: https://issues.apache.org/jira/browse/IGNITE-2455
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.6


Test attached.

If SQL query contains caches that were never acquired on the current client, it fails with the following exception:

{noformat}
org.h2.jdbc.JdbcSQLException: Schema "cache2" not found;
{noformat}

We should automatically detect the list of required caches and create them before executing the query.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)