[
https://issues.apache.org/jira/browse/IGNITE-10210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Ozerov resolved IGNITE-10210.
--------------------------------------
Resolution: Duplicate
Duplicate to IGNITE-6173.
> SQL: jdbc thin connected to newly started client, misses "old" tables
> ---------------------------------------------------------------------
>
> Key: IGNITE-10210
> URL: https://issues.apache.org/jira/browse/IGNITE-10210
> Project: Ignite
> Issue Type: Bug
> Components: jdbc, sql
> Affects Versions: 2.6
> Reporter: Pavel Kuznetsov
> Priority: Major
> Labels: jdbc, thin
>
> Given cluster.
> We are creating table using thin driver.
> After that we are starting new client node and connecting to it.
> Metadata of this new connection doesn't contain information about this table.
> Affected all methods that use
> {{org.apache.ignite.internal.processors.query.GridQueryProcessor#types}}
> under the hood.
> Such as:
> 1) getPrimaryKeys()
> 2) getColumns()
> 3) getSchemas() (if no tables are created getSchemas() returns empty list.)
> 4) getTables()
> 5) getIndexes()
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)