Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10210

SQL: jdbc thin connected to newly started client, misses "old" tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.6
    • None
    • jdbc, sql
    • Docs Required

    Description

      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()

      Attachments

        Activity

          People

            Unassigned Unassigned
            pkouznet Pavel Kuznetsov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: