Pavel Kuznetsov created IGNITE-10210: ----------------------------------------
Summary: 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 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)